centos7 jupyter notebook 安装自动补全插件

激活juoyter notebook的安装环境

复制代码
conda activate prod

执行以下命令安装

复制代码
pip  install jupyter_contrib_nbextensions -i https://pypi.tuna.tsinghua.edu.cn/simple
jupyter contrib nbextension install --user

pip install jupyter_nbextensions_configurator -i https://pypi.tuna.tsinghua.edu.cn/simple
jupyter nbextensions_configurator enable --user

重启juoyter notebook

复制代码
# 我这里设置了服务,使用以下命令就能重启
systemctl stop jupyter
systemctl start jupyter

服务设置参考下面链接

centos7 jupyter notebook 安装

相关推荐
都叫我大帅哥12 分钟前
深度学习的"Hello World":多层感知机全解指南
python·深度学习
都叫我大帅哥17 分钟前
LangChain分层记忆解决方案:完整案例
python·langchain
小王子102422 分钟前
Django实时通信实战:WebSocket与ASGI全解析(下)
python·websocket·django
alex10042 分钟前
AI Agent开发学习系列 - langchain之LCEL(5):如何创建一个Agent?
人工智能·python·语言模型·langchain·prompt·向量数据库·ai agent
海哥编程2 小时前
Python 数据分析(二):Matplotlib 绘图
python·数据分析·matplotlib
要加油哦~2 小时前
工具 | 解决 VSCode 中的 Delete CR 问题
ide·vscode·编辑器
go54631584652 小时前
Python点阵字生成与优化:从基础实现到高级渲染技术
开发语言·人工智能·python·深度学习·分类·数据挖掘
猫头虎2 小时前
2025年02月11日 Go生态洞察:Go 1.24 发布亮点全面剖析
开发语言·后端·python·golang·go·beego·go1.19
仰望天空—永强3 小时前
PS 2025【七月最新v26.5】PS铺软件安装|最新版|附带安装文件|详细安装说明|附PS插件
开发语言·图像处理·python·图形渲染·photoshop
MediaTea3 小时前
Python 库手册:xmlrpc.client 与 xmlrpc.server 模块
开发语言·python