Jupyter Notebook 6/7 设置代码补全

设置的方法根据 Notebook 的版本而定,可以通过以下命令查看版本

bash 复制代码
jupyter notebook --version

Notebook 7

在主界面打开 Settings (注意不是在 *.ipynb 中的)

打开以下开关即可

Notebook 6

bash 复制代码
pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
相关推荐
weixin_468466851 小时前
Data-Engineering-Zoomcamp 新手实战指南
python·自动化·pandas·编程·数据处理
sleven fung1 小时前
Milvus 向量数据库
开发语言·数据库·python·langchain·milvus
aqi001 小时前
15天学会AI应用开发(三)把历史对话作为提示词会怎样
人工智能·python·大模型·ai编程·ai应用
大数据魔法师1 小时前
Streamlit(十八)- API 参考文档(十一)- 页面导航组件
python·web
weixin_468466851 小时前
数据高效处理实战:从痛点解决到价值落地
大数据·python·自动化·数据处理
hui函数2 小时前
Python系列Bug修复|如何解决 pip install 报错 ModuleNotFoundError: No module named ‘pygame’ 问题
python·bug·pip
xcLeigh2 小时前
Python入门:Python3 operator模块全面学习教程
开发语言·python·学习·教程·python3·operator
xcLeigh2 小时前
Python小游戏实战:实现2048游戏小游戏附源码
python·游戏·教程·pygame·2048·python3
大叔带刺2 小时前
使用python创建自己的专属星座签名APP:Name2Constell
开发语言·python·pygame