Skip to content

Commit c1672ac

Browse files
authored
Add jupyter-stack-trace (#56)
1 parent 1964377 commit c1672ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extensions.tpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ This a list of nice JupyterLab extensions not part of ``jupyterlab-contrib`` org
113113
- [Dask](https://github.com/dask/dask-labextension): Manage Dask clusters, as well as embed Dask's dashboard plots directly into JupyterLab panes.
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
116-
- [jupyter-ai](https://jupyter-ai.readthedocs.io/): A generative AI extension for JupyterLab
116+
- [jupyter-ai](https://jupyter-ai.readthedocs.io/): A generative AI extension for JupyterLab
117+
- [jupyter-stack-trace](https://github.com/teticio/jupyter-stack-trace) - Click on an item in the stack trace to open the file on the relevant line.
117118
- [jupyterlab-autoplay](https://github.com/remborg/autoplay): Run and hide code cells automatically when opening a notebook.
118119
- [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.
119120
- [jupyterlab_commands](https://github.com/timkpaine/jupyterlab_commands) - Add arbitrary python commands to the jupyterlab command palette

0 commit comments

Comments
 (0)