-
Notifications
You must be signed in to change notification settings - Fork 62
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add news banner and log #215
Merged
RRosio
merged 11 commits into
jupyter:main
from
datalayer-externals:feat/announce_notebook_7
Feb 17, 2023
Merged
Changes from 4 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
e63f237
add news banner and log
echarles 43e16d1
docs: create a nbclassic_notebook page
echarles 927f67f
Update docs/source/nbclassic.rst
echarles a9582e6
Update nbclassic/templates/page.html
echarles 39a670c
Update docs/source/nbclassic_notebook.rst
echarles f1fb885
Update docs/source/nbclassic_notebook.rst
echarles 3046c9c
Update docs/source/nbclassic_notebook.rst
echarles 8cc4691
update banner and log based on #214
echarles 903dc52
remove nbclassic_notebook doc, and move it to latest notebook rtd
echarles dc1bcea
docs: fix link to migration plan
echarles 5b19924
docs: add back link in nbclassic.rst
echarles File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
.. _htmlnotebook: | ||
|
||
.. _NbClassicNotebook: | ||
|
||
NbClassic and Notebook | ||
====================== | ||
|
||
NbClassic in the Jupyter Ecosystem | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
Read more details about the changes currently taking place in the | ||
Jupyter Ecosystem in this `team-compass issue`_. | ||
|
||
Any extension developed for Notebook < 7 or NbClassic will not be | ||
compatible with Notebook 7 and upwards. | ||
|
||
**NbClassic and Notebook 7** | ||
|
||
You can install NbClassic, Notebook 7 and JupyterLab, all three of | ||
which will be providing different user interfaces that will be available | ||
echarles marked this conversation as resolved.
Show resolved
Hide resolved
|
||
on the same server. When Notebook 7 is available, the NbClassic UI, will | ||
be served at the ``/nbclassic/tree`` base path rather than the | ||
base path ``/tree`` used otherwise. If you are using Notebook 7 along | ||
with NbClassic, you wil also have JupyterLab installed as it is a | ||
echarles marked this conversation as resolved.
Show resolved
Hide resolved
|
||
dependency of Notebook 7, and these front ends will be available | ||
through the following base paths: JupyterLab at ``/lab``, Notebook 7 at | ||
``/tree``, and NbClassic at ``/nbclassic/tree``. | ||
|
||
**NbClassic and Notebook 6.5.x** | ||
|
||
As NbClassic provides the static assets for Notebook 6.5.x, while | ||
having both installed should cause no issues, the user interface provided | ||
by these two packages will be the same. These UIs would be available in | ||
different servers. An NbClassic instance will be at a server with the | ||
echarles marked this conversation as resolved.
Show resolved
Hide resolved
|
||
``/tree`` path and opening a Notebook 6.5.x instance will open on a | ||
different server with the ``/tree`` path as well, presenting the same | ||
static assets. When starting an instance of JupyterLab you will be able | ||
to access the classic view of Notebook with NbClassic served on the same | ||
server at ``/tree``. | ||
|
||
**NbClassic and Notebook <= 6.4.x** | ||
|
||
When using NbClassic and Notebook <= 6.4.x you can expect that these UIs | ||
will not be only presented at different servers, meaning they will both | ||
be available at their respective server under ``/tree`` but they | ||
may also differ as potential changes to the NbClassic UI will not be | ||
reflected in Notebook versions <= 6.4.x. In this case as well, you would | ||
be able to access the classic view of Notebook with NbClassic served on | ||
the same server, at ``/tree``. | ||
|
||
**NbClassic and JupyterLab 3.x** | ||
|
||
When only JupyterLab 3.x is installed, then NbClassic does not have to be | ||
explicitly installed as JupyterLab 3.x depends on it. They will run on | ||
the same server, and are reachable via ``/tree`` for NbClassic and | ||
``/lab`` for JupyterLab. | ||
|
||
**NbClassic and JupyterLab 4.x** | ||
|
||
When only JupyterLab 4.x is installed, then NbClassic has to be installed | ||
explictly. They will run on the same server, and are reachable via | ||
``/tree`` for NbClassic, and ``/lab`` for JupyterLab. | ||
|
||
**NbClassic Independently** | ||
|
||
When you choose to install only NbClassic via ``pip install nbclassic``, | ||
the classic Notebook UI will be presented at the ``/tree`` path. As the | ||
other frontends are not installed, attempting to access the other paths | ||
will return errors. Note that NbClassic being a Jupyter Server extension, | ||
indicated Jupyter Server will be available. This provides an additional | ||
way to view the NbClassic frontend. You would be able to manually | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this link has been removed, maybe the syntax in the first line under
NbClassic Timeline
can be removed? Or the link can be updated to the previously referenced JEP79 link "Jupyter Enhancement Proposal #79
"?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have added back the link to the JEP 79