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 安装

相关推荐
lls2338 分钟前
恢复idea文件目录
ide
天天爱吃肉82189 分钟前
ZigBee通信技术全解析:从协议栈到底层实现,全方位解读物联网核心无线技术
python·嵌入式硬件·物联网·servlet
Allen_LVyingbo44 分钟前
Python常用医疗AI库以及案例解析(2025年版、上)
开发语言·人工智能·python·学习·健康医疗
智能砖头1 小时前
LangChain 与 LlamaIndex 深度对比与选型指南
人工智能·python
NeRF_er2 小时前
使用 VScode Debug加不上断点的原因
ide·vscode·编辑器
GHL2842710902 小时前
error MSB8041: 此项目需要 MFC 库。从 Visual Studio 安装程序(单个组件选项卡)为正在使用的任何工具集和体系结构安装它们。
ide·visual studio
风逸hhh2 小时前
python打卡day58@浙大疏锦行
开发语言·python
烛阴3 小时前
一文搞懂 Python 闭包:让你的代码瞬间“高级”起来!
前端·python
JosieBook3 小时前
【Java编程动手学】Java中的数组与集合
java·开发语言·python
Gyoku Mint4 小时前
深度学习×第4卷:Pytorch实战——她第一次用张量去拟合你的轨迹
人工智能·pytorch·python·深度学习·神经网络·算法·聚类