当前位置:首页 > 云计算 > 正文内容

怎么设置jupyter中函数提示

2022-05-04 03:16:36云计算2

首先在anaconda中的root环境下运行以下命令:

pipinstalljupyter_contrib_nbextensions
jupytercontribnbextensioninstall--user
pipinstall--userjupyter_nbextensions_configurator
jupyternbextensions_configuratorenable--user

安装成功会在http://localhost:8888/tree中出现Nbextensions

029ceac2f94d26cb2610e691f2e4ae4.png

然后点击并勾选Hinteriand,即可开启代码提示功能。

733f6f5be202115bdc3e898a9ebea40.png

Python学习网,有大量免费的Jupyter使用教程,欢迎大家学习!

本网站文章仅供交流学习 ,不作为商用, 版权归属原作者,部分文章推送时未能及时与原作者取得联系,若来源标注错误或侵犯到您的权益烦请告知,我们将立即删除.

本文链接:https://www.xibujisuan.cn/11417.html

标签: Python