从终端打开特定的Jupyter笔记本

时间:2020-09-22 12:13:42

标签: terminal jupyter

是否可以从终端打开特定的Jupiter笔记本。 文件->打开->搜索非常耗时?

2 个答案:

答案 0 :(得分:0)

这可能取决于您使用的是哪种操作系统(或诸如anaconda之类的环境),但是总的来说,我认为这应该可行:

jupyter notebook notebook.ipynb

...其中notebook.ipynb是您要打开的笔记本,请参见here

答案 1 :(得分:0)

服务器运行后,您可以使用此网址打开

http(s):// server:port // lab / tree / path / to / notebook.ipynb

https://jupyterlab.readthedocs.io/en/stable/user/urls.html#url-combine