• 技术文章 >常用工具 >Jupyter

    怎么设置jupyter中函数提示

    爱喝马黛茶的安东尼爱喝马黛茶的安东尼2020-01-19 16:33:33原创7480

    首先在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

    029ceac2f94d26cb2610e691f2e4ae4.png

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

    733f6f5be202115bdc3e898a9ebea40.png

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

    专题推荐:设置 jupyter 函数提示
    品易云
    上一篇:怎么在jupyter里安装包 下一篇:怎么往jupyter中放文件

    相关文章推荐

    • 怎么下载安装jupyter• 怎么卸载jupyter• 怎么调整jupyter代码字体大小• 怎么退出jupyter• 怎么用jupyter导入py文件

    全部评论我要评论

    © 2021 Python学习网 苏ICP备2021003149号-1

  • 取消发布评论
  • 

    Python学习网