【发布时间】:2021-12-14 01:29:20
【问题描述】:
我想在 jupyter notebook 中用 sn-ps 导入以下包:
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
import yfinance as yf
我试图在 sn-ps 中添加我的 sub_menu,但我做不到! 谁能给我建议?
【问题讨论】:
-
需要更多信息:您遇到了什么错误?
-
其实我想一键将这些包导入cell!
标签: python jupyter-notebook code-snippets jupyter-contrib-nbextensions