Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 662d854

Browse files
authored
Merge pull request #1 from ananis25/readme-patch-jupyter
Update README.md
2 parents b572464 + 719ac60 commit 662d854

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,17 @@ The goal of the `jupyterlab-classic` project is to look as close to the classic
103103

104104
Technically speaking, `jupyterlab-classic` reuses **many** of the existing plugins for JupyterLab (notebook, toolbar), and also supports pre-built (federated) third-party extensions using the new distribution system added in 3.0. That way, extensions built for JupyterLab should also be compatible with `jupyterlab-classic`, as long as they can be added to the application shell provided by JupyterLab Classic.
105105

106+
### Relation to other Jupyter frontends
107+
108+
Jupyterlab-classic is an alternative frontend built using the latest Jupyter lab components, that is _similar_ to the classic Jupyter notebook UI. Below is a short description of where it stands when compared with other Jupyter UI projects.
109+
110+
* Jupyter notebook - Classic frontend, classic notebook server.
111+
* nbclassic - Classic frontend, new jupyter server.
112+
113+
* Jupyter lab - Jupyterlab frontend, classic notebook server. Extensions might not be compatible with classic Jupyter notebook since it is built with different components. With version 3.0 onwards, it uses the new jupyter server and supports federated extensions that don't need to be rebuilt on the client side.
114+
* Jupyterlab-classic - Classic-like frontend built with jupyterlab components, otherwise consistent with the latest version of Jupyterlab. Extensions built for Jupyterlab should work as long as the components they depend on are part of this classic interface.
115+
116+
106117
## Prior art
107118

108119
This project is mostly a reboot of the two previous attempts at making something similar:

0 commit comments

Comments
 (0)