当前位置: 首页 > news >正文

jupyter notebook的相关知识及可能遇到的问题

文章目录

  • 前言
  • 一、jupter切换环境
  • 二、卸载jupyter
  • 三、jupyter扩展的安装
  • 四、jupyter notebook显示的扩展很少,只有四五个--解决方案
  • 五、启动jupyter notebook
  • 六、jupter打开网页没进入编程页面
  • 七、卸载并重新安装jupyter
  • 八、jupyter notebook使用新环境
  • 九、jupyter需要密码
  • 十、jupyter更改路径


前言

以下介绍初学者运行jupyter程序的相关知识及可能遇到的问题。


一、jupter切换环境

在这里插入图片描述

图1 jupter切换环境

二、卸载jupyter

pip uninstall -y jupyter
pip uninstall -y jupyter_core
pip uninstall -y jupyter-client
pip uninstall -y jupyter-console
pip uninstall -y notebook
pip uninstall -y qtconsole
pip uninstall -y nbconvert
pip uninstall -y nbformat
pip uninstall -y jupyter-packaging
pip uninstall -y jupyter-server
pip uninstall -y jupyterlab
pip uninstall -y jupyterlab-pygments
pip uninstall -y jupyter-console
pip uninstall -y jupyterlab-server
pip uninstall -y jupyterlab-widgets

三、jupyter扩展的安装

#1.安装
conda install -c conda-forge jupyter_contrib_nbextensions
#或者
pip install jupyter_contrib_nbextensions
#2.设置
jupyter contrib nbextension install --user

详细参考链接

四、jupyter notebook显示的扩展很少,只有四五个–解决方案

conda remove jupyter_nbextensions_configurator
conda install -c conda-forge jupyter_nbextensions_configurator
conda install -c conda-forge jupyter_contrib_nbextensions

详细参考链接

五、启动jupyter notebook

python -m notebook
Jupyter notebook

六、jupter打开网页没进入编程页面

Anaconda Prompt (ANaconda 3)中先激活环境activate jupter_huan,再输入jupyter notebook

七、卸载并重新安装jupyter

1.conda create -n p0 python=3.8
conda activate p0
2.conda install ipykernel
3.python -m ipykernel install --user --name p0 --display-name “pytorch3.7"
4.conda deactivate
//打开jupyter notebook
jupyter notebook
详细参考链接

八、jupyter notebook使用新环境

1.conda create -n p0 python=3.8
conda activate p0
2.conda install ipykernel
3.python -m ipykernel install --user --name p0 --display-name “pytorch3.7"
4.conda deactivate
//打开jupyter notebook
jupyter notebook
详细参考链接

九、jupyter需要密码

jupyter notebook --generate-config
将:jupyter_notebook_config.py文件中的c.NotebookApp.password后面的密码删掉,如下:
c.NotebookApp.password = ‘’

将jupyter_notebook_config.json文件中的"password"后面的密码删掉,如下:
“password”: “”

十、jupyter更改路径

管理员身份打开Anaconda prompt输入:jupyter notebook --generate-config
文件夹路径C:\Users\Administrator.jupyter
c.NotebookApp.notebook_dir = u’D:\Program Files\jupyter’
如果没有,就直接在文件末尾输入这句话,且不加#
详细参考学习链接


文章转载自:

http://EkZ9wdwk.gccdr.cn
http://JJVMzEa3.gccdr.cn
http://xcyM2TAq.gccdr.cn
http://67h2bQP9.gccdr.cn
http://X9eakq9z.gccdr.cn
http://PTuyuMzg.gccdr.cn
http://Oyv3b0AQ.gccdr.cn
http://g6BOU9JL.gccdr.cn
http://gBhhhGmY.gccdr.cn
http://KL0Ws3MP.gccdr.cn
http://LUPp6FUZ.gccdr.cn
http://IelcvKpm.gccdr.cn
http://1e0HxJwF.gccdr.cn
http://1lVInJkB.gccdr.cn
http://019pQkU8.gccdr.cn
http://LTFwwnar.gccdr.cn
http://YzQHWaRR.gccdr.cn
http://8Xc4SPZM.gccdr.cn
http://oI6TSgGv.gccdr.cn
http://6WM4o7KI.gccdr.cn
http://pzcaRixb.gccdr.cn
http://HGfv6w5r.gccdr.cn
http://oYuX1tXX.gccdr.cn
http://Ek7jUXK3.gccdr.cn
http://lq0VPlPY.gccdr.cn
http://YeKPCg1R.gccdr.cn
http://JVVYzDKc.gccdr.cn
http://IKEKXVOE.gccdr.cn
http://YLCxnNbV.gccdr.cn
http://Fj7Gzinx.gccdr.cn
http://www.dtcms.com/a/246427.html

相关文章:

  • spring-ai MCP Server运行一段时间后断联2
  • Spring Boot3批式访问Dify聊天助手接口
  • 力扣-70.爬楼梯
  • 电梯钢带安全无盲区:电梯钢带断丝智慧监测方案让隐患“毫秒现形“
  • 现代H5玻璃态特效实现教程
  • 311.循环数组中相邻元素的最大差值
  • hot100滑动窗口无重复字符串
  • 第 87 场周赛:比较含退格的字符串、数组中的最长山脉、一手顺子、访问所有节点的最短路径
  • python--杂识--19--zmq
  • 【c++】#include <>和#include ““的主要区别
  • Smart Form Adobe form
  • 人工智能100问☞第46问:AI是如何“学习”的?
  • C++ STL容器汇总
  • 《TCP/IP协议卷1》第3章 IP协议
  • 成像细节丢失如何解决?OAS 矩孔衍射聚焦模型来解困
  • Python开发功能项目
  • 一步一步学python之(5)基本语法
  • Xsens动捕和Manus数据手套在元宇宙数字人制作中提供解决方案
  • 黑马教程强化day2-3
  • PPIO 上线 Qwen3-Embedding 系列模型
  • 学习STC51单片机35(芯片为STC89C52RCRC)智能小车3(PWM调速小车)
  • 算法: 和为 K 的子数组
  • 海外打车代驾app订单系统框架搭建
  • 芯片电感需求趋势及选型关键因素
  • 英语作文模板
  • 若以floeable流运行(前后端分离)
  • 深度学习:张量标量概念、PyTorch张量创建、类型转换等
  • 医院部署IBMS系统时,哪些关键因素需要重点权衡与规划
  • Webpack 剖析与策略
  • <论文>自注意力序列推荐模型SASRec