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

相关推荐
逻极8 分钟前
Moltbot 快速入门指南(2026年1月最新版)
python·ai·aigc·智能助手·clawdbot·molbot
AAD5558889913 分钟前
基于Deformable-DETR的植物叶片病害检测
python
玄同76514 分钟前
Trae国际版与国内版深度测评:AI原生IDE的双生花
ide·人工智能·ai编程·cursor·ai-native·trae
Cemtery11615 分钟前
Day40 早停策略和模型权重的保存
人工智能·python·深度学习·机器学习
Jackson@ML17 分钟前
[Kimi重磅出击!]用Kimi Code智能高效开发Web应用程序指南
ide·python·kimi code
u01092727119 分钟前
使用Scrapy框架构建分布式爬虫
jvm·数据库·python
MaoziShan24 分钟前
[ICLR 2026] 一文读懂 AutoGEO:生成式搜索引擎优化(GEO)的自动化解决方案
人工智能·python·搜索引擎·语言模型·自然语言处理·内容运营·生成式搜索引擎
2401_8384725138 分钟前
使用Python处理计算机图形学(PIL/Pillow)
jvm·数据库·python
深蓝电商API1 小时前
aiohttp爬取带登录态的异步请求
爬虫·python