Jupyter Notebook 自动补全、智能提示

Jupyter Notebook 自动补全、智能提示_第1张图片

安装jupyter_contrib_nbextensions


pip install jupyter_contrib_nbextensions
# 如果下载速度很慢,可以从以下命令中四选一
# pip install -i https://pypi.douban.com/simple jupyter_contrib_nbextensions
# pip install -i http://pypi.mirrors.ustc.edu.cn/simple jupyter_contrib_nbextensions
# pip install -i https://mirrors.aliyun.com/pypi/simple jupyter_contrib_nbextensions
# pip install -i https://pypi.tuna.tsinghua.edu.cn/simple jupyter_contrib_nbextensions
jupyter contrib nbextension install --user --skip-running-check

Jupyter Notebook 自动补全、智能提示_第2张图片

打开Jupyter notebook

jupyter notebook

在这里插入图片描述
Jupyter Notebook 自动补全、智能提示_第3张图片
Jupyter Notebook 自动补全、智能提示_第4张图片
Jupyter Notebook 自动补全、智能提示_第5张图片

jupyter notebook自动补全
https://blog.csdn.net/yzh960712/article/details/105677274

你可能感兴趣的:(jupyter)