安装
pip install jupyter jupyterlab
启动
jupyter-lab --port 8889
访问
http://localhost:8889/lab
# 下面这个url仍然可以访问jupyter
http://localhost:8889/tree
使用
请查看官网,文档、视频非常完备
tips
可以使用这个魔方函数在jupyer中内嵌画图
%matplotlib inline
pip install jupyter jupyterlab
jupyter-lab --port 8889
http://localhost:8889/lab
# 下面这个url仍然可以访问jupyter
http://localhost:8889/tree
请查看官网,文档、视频非常完备
可以使用这个魔方函数在jupyer中内嵌画图
%matplotlib inline
本文标题:JupyterLab安装使用
本文链接:https://www.haomeiwen.com/subject/fodtfqtx.html
网友评论