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

相关推荐
大模型码小白15 小时前
【Python零基础教程】继承、多态与魔法函数:面向对象编程三大核心特性详解
java·大数据·开发语言·人工智能·python·ai编程
麻雀飞吧16 小时前
最新量化学习路径,交易认知和技术实现要并行
人工智能·python
C^h20 小时前
python函数学习
人工智能·python·机器学习
Fanta丶20 小时前
4.Python set()集合、dict(字典、映射)、 数据容器的通用功能
python
决战灬20 小时前
langgraph之interrupt(理论篇)
人工智能·python·agent
兜客互动20 小时前
2026年AI关键词拓展挖掘软件,高效助力内容创作精准获流
人工智能·python
weixin_5386019720 小时前
智能体测开Day30pytest测试框架
python
MC皮蛋侠客20 小时前
uv 系列(七):CI/CD、Docker 与私有索引——生产级交付
python·ci/cd·docker·uv
邪神与厨二病20 小时前
牛客周赛 Round 153
python·算法
yaoxin52112321 小时前
470. Java 反射 - Member 接口与 AccessFlag
java·开发语言·python