设置jupyter中函数提示的方法

不懂设置jupyter中函数提示的方法?其实想解决这个问题也不难,下面让小编带着大家一起学习怎么去解决,希望大家阅读完这篇文章后大所收获。

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

pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
pipinstall--user jupyter_nbextensions_configurator
jupyter nbextensions_configuratorenable--user

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

设置jupyter中函数提示的方法

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

设置jupyter中函数提示的方法

感谢你能够认真阅读完这篇文章,希望小编分享设置jupyter中函数提示的方法内容对大家有帮助,同时也希望大家多多支持亿速云,关注行业资讯频道,遇到问题就找亿速云,详细的解决方法等着你来学习!