修改 JupyterNotebook 根目录
安装扩展
conda install -c conda-forge jupyter_nbextensions_configurator
新增Python环境
notebook 添加 3.6 环境, 在 py36 环境下运行:
1 | pip install ipykernel # 可能会报错, No module named 'setuptools._deprecation_warning`, 重新安装一下pip install -U setuptools 再执行. |