|
1 | 1 | # Migrate from classical Jupyter notebook
|
2 | 2 |
|
3 | 3 | The following table will help you find the equivalent extensions when migrating
|
4 |
| -from [jupyter_contrib_nbextensions](https://jupyter-contrib-nbextensions.readthedocs.io/) |
| 4 | +from [the classical notebook](https://jupyter-contrib-nbextensions.readthedocs.io/) |
5 | 5 | to [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/).
|
6 | 6 |
|
7 | 7 | > Feel free to edit this page to add more information by clicking on **Edit on GitHub** in the
|
@@ -47,10 +47,12 @@ to [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/).
|
47 | 47 | | [Limit Output](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/limit_output/readme.html) | | |
|
48 | 48 | | [Move selected cells](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/move_selected_cells/README.html) | Built-in feature (Edit -> Move Cells Up/Down) | 1+ |
|
49 | 49 | | [Navigation-Hotkeys](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/navigation-hotkeys/readme.html) | Built-in feature (Advanced Settings -> Keyboard Shortcuts) | 1+ |
|
| 50 | +| [nbgrader](https://github.com/jupyter/nbgrader) | | | |
50 | 51 | | [nbTranslate](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/nbTranslate/README.html) | | |
|
51 | 52 | | [Notify](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/notify/readme.html) |[jupyterlab-notifications](https://github.com/mwakaba2/jupyterlab-notifications)| |
|
52 | 53 | | [Printview](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/printview/readme.html) | | |
|
53 | 54 | | [Python Markdown](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/python-markdown/readme.html) | | |
|
| 55 | +| [Rise](https://github.com/damianavila/RISE) | | | |
54 | 56 | | [Rubberband](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/rubberband/readme.html) | Built-in feature (Shift + Left click) | 1+ |
|
55 | 57 | | [Ruler](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/scratchpad/README.html) | Built-in feature (Advanced Settings -> Notebook -> codeCellConfig.rulers) | 1+ |
|
56 | 58 | | [Runtools](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/runtools/readme.html) | Almost all built-in features | 1+ |
|
|
0 commit comments