“Launch Classic Notebook”选项已从JupyterLab的帮助菜单中删除。

huangapple go评论60阅读模式
英文:

“Launch Classic Notebook” option is gone from the JupyterLab Help menu

问题

Notebook 的弃用正在进行中,而不是 Lab,自 JupyterLab 4.0.0 起,Notebook 的依赖性以及与之相关的有用的向后兼容选项“启动经典笔记本”也从 JupyterLab 帮助菜单中删除了。有什么解决办法吗?

英文:

The deprecation of Notebook in favor of Lab is going on and since JupyterLab 4.0.0 the dependency on Notebook and with it also the useful backward compatibility option “Launch Classic Notebook” was removed from JupyterLab Help menu. Any workarounds?

答案1

得分: 3

以下是已翻译的内容:

显然,这个有用的技巧仍然有效:

-> 手动更改基本URL为 /tree

  • 4.0.0之前:
    <JUPYTER_URL>/lab -> <JUPYTER_URL>/tree

  • 4.0.0之后:
    <JUPYTER_URL>/ -> <JUPYTER_URL>/tree


注意:如果不起作用,请检查是否已安装Jupyter Notebook(例如 $ pip show notebook),如果没有,请安装它(与 jupyterlab 分开),点击此处了解详情

英文:

Apparently this useful trick still works:

-> manually changing the base URL to /tree:

  • Before 4.0.0:
    &lt;JUPYTER_URL&gt;/lab -> &lt;JUPYTER_URL&gt;/tree

  • Since 4.0.0:
    &lt;JUPYTER_URL&gt;/ -> &lt;JUPYTER_URL&gt;/tree


Note: if it doesn't work, check if you have Jupyter Notebook installed (e.g. $ pip show notebook), and if not - install it (separately from jupyterlab), here's how.

huangapple
  • 本文由 发表于 2023年5月22日 15:40:35
  • 转载请务必保留本文链接:https://go.coder-hub.com/76303957.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定