Skip to content

Commit 253e759

Browse files
authored
Fix links (#51)
* Fix link * Fix link in migration
1 parent 2dfb41f commit 253e759

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extensions.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ This a list of nice JupyterLab extensions not part of ``jupyterlab-contrib`` org
114114
- [Ganimede](https://github.com/manugraj/ganimede) - Store, version, edit and execute notebooks in sandboxes and integrate them directly via REST interfaces.
115115
- [gator](https://github.com/mamba-org/gator): Conda environment and package management extension from within Jupyter
116116
- [jupyterlab-autoplay](https://github.com/remborg/autoplay): Run and hide code cells automatically when opening a notebook.
117-
- [jupyterlab-autorun-cells](https://github.com/epi2me-labs/jupyterlab-autorun-cells): Allows toggling of code cells to execute automatically after opening a notebook.
117+
- [jupyterlab-autorun-cells](https://pypi.org/project/jupyterlab-autorun-cells) (Code repo is gone): Allows toggling of code cells to execute automatically after opening a notebook.
118118
- [jupyterlab_commands](https://github.com/timkpaine/jupyterlab_commands) - Add arbitrary python commands to the jupyterlab command palette
119119
- [jupyterlab_debugger](https://github.com/jupyterlab/debugger): [Built-in since v3] JupyterLab extension to allow visual debuggeing of Jupyter notebooks, consoles, and source files.
120120
- [jupyterlab_email](https://github.com/timkpaine/jupyterlab_email): A jupyterlab extension to email notebooks directly from JupyterLab.

migrate_from_classical.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ to [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/).
3939
| [Highlight selected word](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/highlight_selected_word/README.html) | Built-in feature (Edit -> Find...) | 2+ |
4040
| [highlighter](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/highlighter/readme.html) | | |
4141
| [Hinterland](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/hinterland/README.html) | [jupyterlab-lsp](https://github.com/krassowski/jupyterlab-lsp) extension | 2+ |
42-
| [Initialization cells](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/init_cell/README.html) | [jupyterlab-autorun-cells](https://github.com/epi2me-labs/jupyterlab-autorun-cells) extension | 2 |
42+
| [Initialization cells](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/init_cell/README.html) | [jupyterlab-autorun-cells](https://pypi.org/project/jupyterlab-autorun-cells) extension | 2 |
4343
| [isort formatter](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/code_prettify/README_isort.html) | [jupyterlab_code_formatter](https://ryantam626.github.io/jupyterlab_code_formatter/index.html) extension | 1+ |
4444
| [Keyboard shortcut editor](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/keyboard_shortcut_editor/README.html) | Built-in feature (Advanced Settings -> Keyboard Shortcuts) | 1+ |
4545
| | [jupyterlab-shortcutui](https://github.com/jupyterlab/jupyterlab-shortcutui) extension | 2+ |

0 commit comments

Comments
 (0)