jupyter notebook 启动不起来

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jupyter notebook 启动不起来相关的知识,希望对你有一定的参考价值。

参考技术A 解决方法出处:

![@URPSS65IT 48B C6_7BE.png

报错内容

anaconda重装jupyter notebook后启动jupyter报错的问题

问题描述:

由于jupyter出现难以解决的问题,采用重新安装来解决问题,但是重装之后启动jupyter报错ImportError: libsodium.so.23: cannot open shared object file: No such file or directory

 

过程描述:

运用conda命令卸载jupyter notebook

conda uninstall jupyter

然后重新安装jupyter notebook

conda install jupyter

安装完成之后启动jupyter,出现报错信息ImportError: libsodium.so.23: cannot open shared object file: No such file or directory

 

处理方法:

安装libsodium-dev即可

 

sudo apt-get install libsodium-dev

 

以上是关于jupyter notebook 启动不起来的主要内容,如果未能解决你的问题,请参考以下文章

jupyter notebook代码补全扩展安装遇到 Jupyter command `jupyter-contrib` not found.” 问题

jupyter notebook: NameError: name 'c' is not defined

Jupyter notebook基础教程(启动,汉化,操作)

anaconda中jupyter notebook安装代码自动补全插件,报错“Exception: Jupyter command `jupyter-contrib` not found.”(示例代码

jupyter notebook 导出PDF报错:nbconvert failed: xelatex not found on PATH

jupyter notebook 导出PDF报错:nbconvert failed: xelatex not found on PATH