1.jupyter notebook是什么自行百度
2.jupyter notebook安装
以下操作是root用户
终端命令:
pip install jupyter notebook
然后
jupyter notebook
第三步
jupyter notebook --generate-config
第四步
vim /root/.jupyter/jupyter_notebook_config.py
本文介绍如何安装 Jupyter Notebook 并进行基本配置。主要包括使用 pip 命令安装 Jupyter Notebook,生成配置文件及编辑配置文件的具体步骤。
1.jupyter notebook是什么自行百度
2.jupyter notebook安装
以下操作是root用户
终端命令:
pip install jupyter notebook
然后
jupyter notebook
第三步
jupyter notebook --generate-config
第四步
vim /root/.jupyter/jupyter_notebook_config.py

被折叠的 条评论
为什么被折叠?