jupyter 安装代码
时间: 2023-11-09 11:58:01 浏览: 106
Jupyter(Python)代码
jupyter的安装代码可以通过使用pip来进行安装。如果您使用的是Python 3.3或更高版本,或者Python 2.7,您可以使用以下代码进行安装:
pip install jupyter
如果您希望安装jupyter的扩展插件,您可以使用以下方法之一:
方法一:
pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install
方法二:
pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com jupyter_contrib_nbextensions
jupyter contrib nbextension install
阅读全文