Win+R运行CMD,执行:
jupyter notebook --notebook-dir=工作文件夹绝对路径
推荐扩展,nb_conda用来管理虚拟环境,如图1-2所示;jupyter_contrib_nbextensions包含各种NB的插件,如图1-3所示。
conda install nb_conda
conda install -c conda-forge jupyter_contrib_nbextensions
Jupyter notebook的使用技巧以及上述插件的说明可以自行搜索,如使用“*?”及“?”等魔法命令可以事半功倍。
图1-3 Jupyter_contrib_nbextensions扩展安装