先安装jupyter
pip3 install jupyter
安装nbextensions
pip3 install jupyter_contrib_nbextensions
安装 javascript and css files
jupyter contrib nbextension install --user
安装configurator
pip3 install jupyter_nbextensions_configurator
运行Jupyter Notebook
1、默认端口启动方式
jupyter notebook
2、指定端口号启动
jupyter notebook --port 端口号
3、启动服务器但不打开浏览器
jupyter notebook --no-browser
此时,将会在终端显示启动的服务器信息,并在服务器启动之后,显示出打开浏览器页面的链接。当你需要启动浏览器页面时,只需要复制链接,并粘贴在浏览器的地址栏中打开即可
注意:之后在Jupyter Notebook的所有操作,都请保持终端不要关闭,因为一旦关闭终端,就会断开与本地服务器的链接,你将无法在Jupyter Notebook中进行操作
打开后点击Nbextensions,如下图
此时插件都是灰色:
此时取消disable前面的对勾就可以安装下面的插件了: