从终端打开特定的 jupyter notebook

Open specific jupyter notebook from terminal

是否可以从终端打开特定的 Jupyter notebook。 文件->打开->搜索很耗时

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

jupyter notebook notebook.ipynb

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

一旦服务器是 运行,您可以使用此 url

打开

http(s)://服务器:端口//lab/tree/path/to/notebook.ipynb

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