“New Jupyter Notebook Interface”可以翻译为:新的Jupyter笔记本界面。

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

New Jupyter Notebook Interface

问题

I cannot figure out why my jupyter notebook looks different. I did my usual setup, where I created a virtual environment with python 3.9 so python -m venv my_env and then installed jupyter notebook pip install jupyter notebook. The jupyter notebook looks completely different. Can anyone help me on how to get back to the original one?

What I want to get back to:
enter image description here

What I currently have:
enter image description here

I tried reinstalling jupyter notebook. The current version is 7.0.2

英文:

I cannot figure out why my jupyter notebook looks different. I did my usual setup, where I created a virtual environment with python 3.9 so python -m venv my_env and the installed jupyter notebook pip install jupyter notebook. The jupyter notebook looks completely different. Can anyone help me on how to get back to the original one?

What I want to get back to:
enter image description here

What I currently have:
enter image description here

I tried reinstalling jupyter notebook. The current version is 7.0.2

答案1

得分: 2

"Jupyter Notebook看起来完全不同。有人可以帮我恢复到原来的样式吗?

针对引用的第二个问题,您正在寻找NbClassic。开发人员已经将它作为保留旧样式界面的方式。

NbClassic存储库中:

"NbClassic提供了向后兼容的Jupyter Notebook界面,您可以与最新版本并存安装:这样,您可以放心升级,而不必担心经典扩展和自定义功能会出现问题。
它是如何工作的?
因为NbClassic在新的Jupyter Server后端之上提供了经典界面,所以它可以与其他前端(如JupyterLab和Notebook 7)在同一安装中共存。NbClassic在新的一组URL端点下保留了自定义的经典笔记本体验,即在/ nbclassic /命名空间下。"

有关这一点以及您的第一个问题的答案,可以查看以下资源,其中讨论了Jupyter生态系统中编辑和运行.ipynb文件的界面选项的最新发展。

有关Jupyter生态系统的更多信息,请参阅概述:
https://twitter.com/jtpio/status/1683399787876429825 2023年7月
"我们与@JohanMabille的有关导航Jupyter Landscape的讨论现在可以在YouTube上观看🔊 🎉
如果您想要高层次地了解Jupyter生态系统并了解有关底层项目和库的更多信息,请查看JupyterCon 2023中的Jeremy Tuloup,Johan Mabille Navigating the Jupyter Landscape | JupyterCon 2023。"

英文:

>"The jupyter notebook looks completely different. Can anyone help me on how to get back to the original one?"

To address the second question quoted, you are looking for NbClassic. The developers have made that the way to keep the older style interface.

From the NbClassic repository:

>"NbClassic provides a backwards compatible Jupyter Notebook interface that you can install side-by-side with the latest versions: That way, you can fearlessly upgrade without worrying about your classic extensions and customizations breaking.
How does it work?
Because NbClassic provides the classic interface on top of the new Jupyter Server backend, it can coexist with other frontends like JupyterLab and Notebook 7 in the same installation. NbClassic preserves the custom classic notebook experience under a new set of URL endpoints, under the namespace /nbclassic/."

More about that and the answers to your first questions are covered by looking into the following resources that discusses recent developments in regards to the interface options for editing and running .ipynb files in the Jupyter ecosystem.

More on Jupyter ecosystem, an overview:
https://twitter.com/jtpio/status/1683399787876429825 July 2023
>"Our talk with @JohanMabille on Navigating the Jupyter Landscape is now available on YouTube 🎦 🎉
Check it out if you want a high-level overview of the Jupyter ecosystem and learn more about the underlying projects and libraries.Jeremy Tuloup, Johan Mabille Navigating the Jupyter Landscape | JupyterCon 2023"

答案2

得分: 0

为了 NbClassic,您需要降级到笔记本版本 6.1.*

英文:

for the NbClassic, you need to downgrade to notebook version 6.1.*

huangapple
  • 本文由 发表于 2023年8月4日 22:19:34
  • 转载请务必保留本文链接:https://go.coder-hub.com/76836781.html
匿名

发表评论

匿名网友

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

确定