Skip to content

Commit 41e1108

Browse files
authored
1 parent 312308e commit 41e1108

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

migrate_from_classical.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Migrate from classical Jupyter notebook
22

33
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/)
55
to [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/).
66

77
> 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/).
4747
| [Limit Output](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/limit_output/readme.html) | | |
4848
| [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+ |
4949
| [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) | | |
5051
| [nbTranslate](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/nbTranslate/README.html) | | |
5152
| [Notify](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/notify/readme.html) |[jupyterlab-notifications](https://github.com/mwakaba2/jupyterlab-notifications)| |
5253
| [Printview](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/printview/readme.html) | | |
5354
| [Python Markdown](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/python-markdown/readme.html) | | |
55+
| [Rise](https://github.com/damianavila/RISE) | | |
5456
| [Rubberband](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/rubberband/readme.html) | Built-in feature (Shift + Left click) | 1+ |
5557
| [Ruler](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/scratchpad/README.html) | Built-in feature (Advanced Settings -> Notebook -> codeCellConfig.rulers) | 1+ |
5658
| [Runtools](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/runtools/readme.html) | Almost all built-in features | 1+ |

0 commit comments

Comments
 (0)