激活juoyter notebook的安装环境
conda activate prod
执行以下命令安装
pip install jupyter_contrib_nbextensions -i https://pypi.tuna.tsinghua.edu.cn/simple
jupyter contrib nbextension install --user
pip install jupyter_nbextensions_configurator -i https://pypi.tuna.tsinghua.edu.cn/simple
jupyter nbextensions_configurator enable --user
重启juoyter notebook
# 我这里设置了服务,使用以下命令就能重启
systemctl stop jupyter
systemctl start jupyter
本文指导如何在CentOS7系统中激活JupyterNotebook的生产环境,包括安装必要的扩展、启用配置以及重启服务的过程。
6186

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



