一、问题

在虚拟环境执行jupyter notebook 报错

然后查到有人说要执行:pipinstall --user --ignore-installed jupyter 意思应该是说要重新安装

我按crtl + c退出jupyter notebook

执行上述命令:

pip install--user --ignore-installed jupyter

出现大面积报错:

这感觉把安装的jupyternotebook彻底废了

没办法只能重新安装jupyter notebook

二、解决方法

重新安装了jupyter notebook

1.先卸载jupyternotebook

pip uninstall jupyter notebook

2.重新安装jupyter notebook

我这里制定了版本,因为我想安装代码补全插件,使用别的版本安装这个插件失败,所以使用了这个版本

pip install jupyternotebook==6.4.8

3.安装nbextensions插件

这是个代码补全插件,在jupyter notebook 中可以自动补全代码

pip installjupyter_contrib_nbextensions==0.5.1

这里是因为我之前安装了0.7.0的版本,所以卸载了它

4.激活jupyter_contrib_nbextensions

jupyter contribnbextension install --user

5.安装jupyter_nbextensions_configurator

pip installjupyter_nbextensions_configurator==0.5.0

6.激活jupyter_nbextensions_configurator

jupyternbextensions_configurator enable --user

PS(这里版本变为了jupyter_nbextensions_configurator0.4.1我也不知道原因,但是后面能用,如果有大佬知道原因,希望能够告诉我)

三、测试

执行jupyter notebook 不再报错

jupyter notebook 也多了一个新标签,可以根据需要选择自己想要的功能

测试,出现代码补全功能

可以愉快学习了

打开jupyter notebook 报错 404GET/static/components/marked/lib/marked.js?相关推荐

  1. 关闭jupyter notebook报错

    关闭jupyter notebook报错:python.exe-应用程序错误_秋叶原の黑猫的博客-CSDN博客 关闭jupyter notebook报错:python.exe-应用程序错误 此前在使用 ...

  2. 启动jupyter notebook 报错:ImportError:DLL load failed,找不到指定模块的解决办法

    问题描述: 今天点击jupyternotebook的时候发现,无法启动了.然后使用下面的命令,在cmd窗口也无法启动 jupyter notebook 报错信息(当时忘记截图了):DLL load f ...

  3. 启动jupyter notebook报错fatal error C1083: Cannot open include file: ‘sys/un.h‘: No such file or directo

    启动jupyter notebook报错fatal error C1083 太久没用jupyter notebook,更新了Anaconda的base环境的jupyter库,而没有更新之前安装的其他内 ...

  4. 打开jupter notebook报错[WinError 10049]

    首先从anaconda下打开jupyter notebook,报错如下: File "F:\anaconda\Scripts\jupyter-notebook-script.py" ...

  5. 打开Jupyter Notebook 时报错:EnvironmentLocationNotFound: Not a conda environment:

    使用Anaconda安装好Jupyter Notebook后,打开之后点击上方conda时报错如下: 解决方法如下: 更改文件: F:\Software\anaconda\Lib\sitepackag ...

  6. jupyter notebook报错:ModuleNotFoundError: No module named ‘cufflinks‘

    说明:已经在cmd终端运行过:pip install cufflinks,但在jupyter里面还是报错. 报错如下: 解决办法:在jupyter notebook里面安装下cufflinks即可. ...

  7. Jupyter notebook 报错 500 : Internal Server Error的解决方法

    配置环境报错记录一下 在pytorch环境下输入jupyter notebook自动弹出浏览器界面点击文件出现 500 Internal Server Error 仔细看conda环境运行的界面出现 ...

  8. Jupyter notebook报错: Notebook validation failed: Non-unique cell id ‘2a4xxxx6‘ detected...

    我发现在jupyter notebook里面大量copy paste了一些cell之后,notebook会出现以下错误 报错内容: Notebook validation failed: Non-un ...

  9. jupyter notebook报错_Docker进入jupyter-notebook容器修改密码报错。

    Docker进入jupyter/all-spark-notebook容器修改密码时报错: jovyan@67c686087c2d:~$ jupyter notebook password Enter ...

最新文章

  1. 妙用vector:根据第一个不等的元素比较两个序列大小的利器
  2. 【Android 逆向】ELF 文件格式 ( 程序头数据 | 节区头数据 | 动态符号表 )
  3. PXE+kickstart自动安装ubuntu14.04
  4. 关于castle和Could not find the dialect in the configuration错误
  5. 1.2-Nginx编译安装
  6. 计算机网络项目——最小网元设计(阶段四)
  7. java初入多线程6
  8. Java 使用阿里巴巴 Dns Cache Manipulator
  9. 基于dijsktra算法的最短路径求解_基于dijkstra算法的AGV路径规划(含C++代码)
  10. Flex 开发android程序键盘遮挡输入框解决方案
  11. Ubuntu terminal reset and clear快捷键
  12. Eclipse.技巧
  13. MTK驱动增加支持扫描显示中文SSID
  14. JSON Editor Online
  15. Zint生成二维码及png操作
  16. Python做一个藏头诗生成器
  17. Android developer 阅读笔记--应用资源概览
  18. c语言递推兔子繁殖问题,兔子繁殖问题(斐波那契数列)
  19. 负载均衡之加权轮询算法
  20. 从unity到unreal4 虚幻4学习笔记 一 : ue4与vs studio、vs code开发环境的安装与配置

热门文章

  1. Pygame 官方文档 - pygame.key
  2. 图灵机器人SDK接入指南
  3. Unity+Vuforia+Hololens2 AR开发
  4. 齐次坐标表示向量与坐标理解
  5. 视觉SLAM十四讲CH8代码解析及课后习题详解
  6. MySQL 02 初体验
  7. 教你从零做起谷歌Adsense。开户,过审核,过pin码达到稳定收益
  8. 宠物诊所java项目_任务一宠物诊所项目概述.PDF
  9. Hapi.js 起步 - 写给前端开发的 Node Web 框架入门
  10. Jackson注解:@JsonAlias使用详解