Skip to content

Commit 0d294cc

Browse files
authored
Update migration status for a few extensions (#73)
1 parent 8c36713 commit 0d294cc

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

migrate_from_classical.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
The following table will help you find the equivalent extensions when migrating
44
from [the classical notebook](https://jupyter-contrib-nbextensions.readthedocs.io/)
5-
to [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/).
5+
to [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/) or
6+
[Jupyter Notebook v7](https://blog.jupyter.org/announcing-jupyter-notebook-7-8d6d66126dcf).
67

78
> Feel free to edit this page to add more information by clicking on **Edit on GitHub** in the
89
> top right corner of this page.
@@ -22,15 +23,15 @@ to [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/).
2223
| [Codefolding](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/codefolding/readme.html) | Built-in feature (Advanced Settings -> Notebook -> codeCellConfig.codeFolding) | 1+ |
2324
| [Codefolding in Editor](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/codefolding/readme.html) | Built-in feature (Advanced Settings -> Text Editor -> editorConfig.codeFolding) | 1+ |
2425
| [Collapsible Headings](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/collapsible_headings/readme.html) | Built in feature since 3.1 ([PR](https://github.com/jupyterlab/jupyterlab/pull/10260)), for older versions use [aquirdturtle_collapsible_headings](https://github.com/aquirdTurtle/Collapsible_Headings) extension | 1+ |
25-
| [Comment/Uncomment Hotkey](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/comment-uncomment/readme.html) | | |
26+
| [Comment/Uncomment Hotkey](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/comment-uncomment/readme.html) | Built-in, customizable since 4.2 | |
2627
| [datestamper](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/datestamper/readme.html) | | |
2728
| [Equation Auto Numbering](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/equation-numbering/readme.html) | | |
2829
| [ExecuteTime](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/execute_time/readme.html) | [jupyterlab-execute-time](https://github.com/deshaw/jupyterlab-execute-time) extension | 2+ |
2930
| [Execution Dependencies](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/execution_dependencies/README.html) | Work-in-progress: [ipyspaghetti](https://github.com/cphyc/ipyspaghetti), [akernel](https://github.com/davidbrochart/akernel), [nbsafety](https://github.com/nbsafety-project/nbsafety/issues/87) | |
3031
| [Exercise](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/exercise/readme.html) | | |
3132
| [Exercise2](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/exercise2/readme.html) | | |
3233
| [Export Embedded HTML](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/export_embedded/readme.html) | | |
33-
| [Freeze](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/freeze/readme.html) | | |
34+
| [Freeze](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/freeze/readme.html) | [jupyterlab-freeze](https://github.com/DataDog/jupyterlab-freeze) | |
3435
| [Gist-it](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/gist_it/readme.html) | | |
3536
| [Goto Error](https://github.com/teticio/nbextension-gotoerror) | [jupyter-stack-trace](https://github.com/teticio/jupyter-stack-trace) extension | 3+ |
3637
| [Help panel](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/help_panel/readme.html) | Built-in feature (Help entries open in panels) | 1+ |
@@ -48,7 +49,7 @@ to [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/).
4849
| [Limit Output](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/limit_output/readme.html) | [jupyterlab-limit-output](https://github.com/deshaw/jupyterlab-limit-output) extension | 3+ |
4950
| [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+ |
5051
| [Navigation-Hotkeys](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/navigation-hotkeys/readme.html) | Built-in feature (Advanced Settings -> Keyboard Shortcuts) | 1+ |
51-
| [nbgrader](https://github.com/jupyter/nbgrader) | | |
52+
| [nbgrader](https://github.com/jupyter/nbgrader) | nbgrader works with JupyterLab since v0.8.0 | |
5253
| [nbTranslate](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/nbTranslate/README.html) | | |
5354
| [Notify](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/notify/readme.html) |[jupyterlab-notifications](https://github.com/mwakaba2/jupyterlab-notifications)| |
5455
| [Printview](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/printview/readme.html) | | |
@@ -66,7 +67,7 @@ to [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/).
6667
| [Snippets Menu](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/snippets_menu/readme.html) | [jupyterlab-code-snippets](https://github.com/jupytercalpoly/jupyterlab-code-snippets) extension | 2+ |
6768
| | [jupyterlab-snippets](https://github.com/QuantStack/jupyterlab-snippets) extension | 2+ |
6869
| [spellchecker](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/spellchecker/README.html) | [jupyterlab-spellchecker](https://github.com/jupyterlab-contrib/spellchecker) extension | 1+ |
69-
| [Split Cells Notebook](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/splitcell/readme.html) | | |
70+
| [Split Cells Notebook](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/splitcell/readme.html) | [jupyterlab-gridwidth](https://github.com/parmentelat/jupyterlab-gridwidth) | |
7071
| [Table of Contents (2)](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/toc2/README.html) | Built-in feature | 3+ |
7172
| | [@jupyterlab/toc](https://github.com/jupyterlab/jupyterlab-toc) extension | 1, 2 |
7273
| [table_beautifier](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/table_beautifier/README.html) | | |

0 commit comments

Comments
 (0)