如果是anaconda的话,直接就带有jupyter而不需要重新安装,你这样子就是路径混乱了。先输入jupyter kernelspec list查看安装的内核和位置,然后进入显示的安装目录,打开kernel.jason, 看下argv下面的python的编辑器的路径文件是否与安装路径一样,那么在命令行输入 python ipykernel install --user, 重新安装内核 重启jupyter notebook 看下。再不行就pip卸载下jupyter,然后再重新安装下试试看
相关文章
- 01-13在运行程序时报错:"如果在 Code First 模式下使用,则使用 T4 模板为 Database First 和 Model First 开发生成的代码可能无法 正常运行。若要继续使用 Database First 或 Model First,请确保在执行应用程序的 config 文件中指 定 Entity Framework 连接字符串。若要将这些从 Database First 或 Mod
- 01-13[Python Debug]Kernel Crash While Running Neural Network with Keras|Jupyter Notebook运行Keras服务器宕机原因及解决方法
- 01-13【jupyter notebook】jupyter notebook无法打开/.ipynb文件也无法打开也无法新建
- 01-13Jupyter Notebook主题字体设置及自动代码补全
- 01-13【转】Jupyter Notebook主题字体设置及自动代码补全
- 01-13jupyter-notebook:在cell中运行python文件使用的python解释器和kernel不一致
- 01-13anaconda中jupyter notebook安装代码自动补全插件,报错“Exception: Jupyter command `jupyter-contrib` not found.”
- 01-13jupyter notebook 添加代码提示的方法
- 01-13【已解决】在conda环境中运行Jupyter lab/ Jupyter notebook 无法加载该环境
- 01-13本地浏览器无法打开远程服务器的jupyter notebook