You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+11-9
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,12 @@ Inspired by [awesome-python](https://github.com/vinta/awesome-python).
6
6
7
7
8
8
# Editors
9
-
-[Spellchecker](https://github.com/ijmbarr/jupyterlab_spellchecker) - Spellchecker for markdown cells
9
+
-[Spellchecker](https://github.com/jupyterlab-contrib/spellchecker) - Spellchecker for markdown cells
10
10
-[LaTeX](https://github.com/jupyterlab/jupyterlab-latex) - An extension for JupyterLab which allows for live-editing of LaTeX documents.
11
11
-[DrawIO](https://github.com/QuantStack/jupyterlab-drawio) - An extension to draw diagrams in JupyterLab.
12
-
-[Table of Contents](https://github.com/ian-r-rose/jupyterlab-toc) - Generates a table of content for your notebook and markdown documents.
13
-
-[Collapsable Headings](https://github.com/aquirdTurtle/Collapsible_Headings) - Allows to collapse an entire group of cells under the same header
14
-
-[Go to definition](https://github.com/krassowski/jupyterlab-go-to-definition) - Allows you to <kbd>Alt</kbd> + <kbd>click</kbd> on a variable to jump to its definition.
12
+
-[Collapsable Headings](https://github.com/aquirdTurtle/Collapsible_Headings) - Allows to collapse an entire group of cells under the same header.
15
13
-[Code Formatter](https://github.com/ryantam626/jupyterlab_code_formatter) - Easily beautifies Python code inside JupyterLab using one of the formatters: Black/YAPF/AutoPEP8.
16
-
-[LSP](https://github.com/krassowski/jupyterlab-lsp) - brings VS Code features (code navigation, hover suggestions, linters, autocompletion, etc.) to JupyterLab
14
+
-[LSP](https://github.com/krassowski/jupyterlab-lsp) - brings coding assistance features (code navigation, hover suggestions, linters, autocompletion, etc.) to JupyterLab
17
15
-[Dash](https://github.com/plotly/jupyter-dash) - Extension for the Interactive development of Dash apps in JupyterLab.
18
16
-[Vim](https://github.com/jwkvam/jupyterlab-vim) - Notebook cell vim bindings.
19
17
-[Elyra](https://github.com/elyra-ai/elyra) - Create and run notebook pipelines locally or remotely
@@ -22,7 +20,7 @@ Inspired by [awesome-python](https://github.com/vinta/awesome-python).
22
20
-[JupyterHub](https://github.com/jupyterhub/jupyterlab-hub) - This adds a "Hub" menu to JupyterLab that allows a user to log out of JupyterHub or access their [JupyterHub](https://github.com/jupyterhub/jupyterhub) control panel.
23
21
24
22
# Version Control
25
-
-[Git](https://github.com/jupyterlab/jupyterlab-git) - Git extension (currently in alpha)
-[neptune-notebooks](https://docs.neptune.ml/notebooks/introduction.html) - An extension that lets you version, diff, and share your JupyterLab and Jupyter notebooks on [neptune.ml](https://neptune.ml/).
28
26
@@ -44,16 +42,20 @@ Inspired by [awesome-python](https://github.com/vinta/awesome-python).
-[jupyterlab_discovery](https://github.com/vidartf/jupyterlab_discovery) - A JupyterLab extension to facilitate the discovery and installation of other extensions
48
-
-[jupyterlab_debugger](https://github.com/jupyterlab/debugger) - JupyterLab extension to allow visual debuggeing of Jupyter notebooks, consoles, and source files.
49
-
-[jupyterlab_table of contents](https://github.com/jupyterlab/jupyterlab-toc) - A JupyterLab extension to create Table of Contents.
50
45
-[lantern](https://github.com/timkpaine/lantern) - Data exploration kit
51
46
-[ML Workspace](https://github.com/ml-tooling/ml-workspace) - All-in-one web IDE for machine learning and data science. Combines Jupyterlab, VS Code, Tensorflow, and many other tools/libraries into one Docker image.
52
47
-[scriptedforms](https://github.com/SimonBiggs/scriptedforms) - Quickly create live-update GUIs for Python packages using Markdown and simple HTML elements.
53
48
-[Variable inspector](https://github.com/lckr/jupyterlab-variableInspector) - Nice interactive variable inspector for your notebook
54
49
-[Dask](https://github.com/dask/dask-labextension) - Manage Dask clusters, as well as embed Dask's dashboard plots directly into JupyterLab panes.
55
50
-[jupyterlab-autoplay](https://github.com/remborg/autoplay) - Run and hide code cells automatically when opening a notebook.
56
51
52
+
# No longer required
53
+
54
+
These extensions were incorporated into the JupyterLab distribution and no longer need to be installed separately. If you installed them previously you may want to uninstall those before upgrading:
55
+
- <s>[Table of Contents](https://github.com/jupyterlab/jupyterlab-toc)</s> (included by default in JupyterLab 3.0+) - Generates a table of content for your notebook and markdown documents
56
+
- <s>[jupyterlab_debugger](https://github.com/jupyterlab/debugger)</s> (included by default in JupyterLab 3.0+) - JupyterLab extension to allow visual debuggeing of Jupyter notebooks, consoles, and source files.
57
+
- <s>[jupyterlab_discovery](https://github.com/vidartf/jupyterlab_discovery)</s> (included by default in JupyterLab 0.33+) - A JupyterLab extension to facilitate the discovery and installation of other extensions
0 commit comments