Jupyter - 增加代码自动提示

启用代码自动提示

1.安装Jupyter Notebook:如果你还没有安装Jupyter Notebook,首先需要安装它。你可以使用pip来安装,并且确认安装的版本无误解。

 
pip install jupyter notebook==6.4.8 -i https://pypi.tuna.tsinghua.edu.cn/simple

2.安装并激活Jupyter的代码自动提示插件:为了启用代码自动提示,你需要安装适当的插件。一个常用的插件是jupyter_contrib_nbextensions,它包含了很多有用的扩展功能,包括代码自动提示。你可以使用以下命令来安装:

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

3.安装并激活指定版本的jupyter的服务器扩展

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

4.打开jupyter notebook

 
jupyter notebook

5.启动Hinterland

6.验证自动补全成功

 
 原文链接:https://www.cnblogs.com/zhaomian/p/17724037.html

posted on   frank_cui  阅读(673)  评论(0编辑  收藏  举报

相关博文:
阅读排行:
· DeepSeek 开源周回顾「GitHub 热点速览」
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· 单线程的Redis速度为什么快?
历史上的今天:
2023-07-14 Python - list VS tuple, list() VS []
2021-07-14 RabbitMQ - [高级] 高级发布确认
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

levels of contents
点击右上角即可分享
微信分享提示