Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Docs: add migrate to notebook7 page#6737

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Merged
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
docs: update migrate_to_notebook7.rst
  • Loading branch information
@echarles
echarles committedFeb 17, 2023
commit0faf652d46bca1f03c050337f3ebed3b1364485a
26 changes: 19 additions & 7 deletionsdocs/source/migrate_to_notebook7.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,27 @@
.. _htmlnotebook:
Migrating to Notebook 7
=======================

NbClassic and Notebook
======================

NbClassic in the Jupyter Ecosystem
Build Jupyter Notebook v7 off of JupyterLab components
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Read more details about the changes currently taking place in the
Jupyter Ecosystem in this `team-compass issue`_.
Jupyter Ecosystem in the `JEP 79`_ and `team-compass note`_.

Notebook 7 is built on top of JupyterLab components and delivers new features
like realtime collaboration, debugger, theming.

Compatibility with older versions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Any extension developed for Notebook < 7 or NbClassic will not be
compatible with Notebook 7 and upwards.

Some extensions like nbgrader have already been ported. We invite you to
check if the extensions you are using have already been ported.

Simulaneous usage of different versions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

**NbClassic and Notebook 7**

You can install NbClassic, Notebook 7 and JupyterLab, all three of
Expand DownExpand Up@@ -70,4 +81,5 @@ enable the extension when running an instance of Jupyter Server,
``> jupyter server --ServerApp.jpserver_extensions="nbclassic=True"``,
which will provide the NbClassic frontend at ``/tree`` path when visited.

.. _team-compass issue: https://github.com/jupyter/notebook-team-compass/issues/5#issuecomment-1085254000
.. _JEP 79: https://jupyter.org/enhancement-proposals/79-notebook-v7/notebook-v7.html
.. _team-compass note: https://github.com/jupyter/notebook-team-compass/issues/5#issuecomment-1085254000

[8]ページ先頭

©2009-2025 Movatter.jp