美文网首页
JupyterLab安装使用

JupyterLab安装使用

作者: 音符纸飞机 | 来源:发表于2018-11-10 20:55 被阅读456次

    官方文档
    简书参考

    安装

    pip install jupyter jupyterlab
    

    启动

    jupyter-lab --port 8889
    

    访问

    http://localhost:8889/lab
    # 下面这个url仍然可以访问jupyter
    http://localhost:8889/tree
    

    使用

    请查看官网,文档、视频非常完备

    tips

    可以使用这个魔方函数在jupyer中内嵌画图

    %matplotlib inline
    

    相关文章

      网友评论

          本文标题:JupyterLab安装使用

          本文链接:https://www.haomeiwen.com/subject/fodtfqtx.html