jupyter notebook 安装代码提示功能
生活随笔
收集整理的這篇文章主要介紹了
jupyter notebook 安装代码提示功能
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
效果
安裝成功后,輸入部分代碼,按 tab 鍵,會提示代碼
安裝步驟
1.安裝nbextensions
從國內的pip鏡像下載快
pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com jupyter_contrib_nbextensions jupyter contrib nbextension install --user2.安裝nbextensions_configurator
pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com jupyter_nbextensions_configurator jupyter nbextensions_configurator enable --user3.啟動jupyter notebook
jupyter notebook4.開啟代碼補全功能
去掉disable的選擇,勾選 HINTERLAND
?
創作挑戰賽新人創作獎勵來咯,堅持創作打卡瓜分現金大獎總結
以上是生活随笔為你收集整理的jupyter notebook 安装代码提示功能的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: imp导入dmp文件报:IMP-0003
- 下一篇: Intellij IDEA展示类中的方法