Skip to content

Commit d71b60b

Browse files
authored
Add jupyter-stack-trace extension. (#55)
* Add Goto Error migration info * Add jupyter-stack-trace * Improve description of jupyter-stack-trace
1 parent c7fc73e commit d71b60b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

extensions.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ This a list of nice JupyterLab extensions not part of ``jupyterlab-contrib`` org
5252
- [jupyterlab-unfold](https://github.com/martinRenou/jupyterlab-unfold): Tree view files browser.
5353
- [jupyterlab_filetree](https://github.com/youngthejames/jupyterlab_filetree): File Tree view for jupyterlab.
5454
- [jupyter-fs](https://github.com/jpmorganchase/jupyter-fs) - A filesystem-like contents manager for multiple backends in Jupyter
55+
- [jupyter-stack-trace](https://github.com/teticio/jupyter-stack-trace): Jump to the line in the file of the stack trace, search Google for the error in Stack Overflow, or ask Bing Chat for help.
5556

5657
### Viewers / Renderers
5758

migrate_from_classical.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ to [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/).
3232
| [Export Embedded HTML](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/export_embedded/readme.html) | | |
3333
| [Freeze](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/freeze/readme.html) | | |
3434
| [Gist-it](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/gist_it/readme.html) | | |
35+
| [Goto Error](https://github.com/teticio/nbextension-gotoerror) | [jupyter-stack-trace](https://github.com/teticio/jupyter-stack-trace) extension | 3+ |
3536
| [Help panel](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/help_panel/readme.html) | Built-in feature (Help entries open in panels) | 1+ |
3637
| [Hide Header](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/hide_header/README.html) | Built-in feature (View -> Simple interface) | 1+ |
3738
| [Hide input](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/hide_input/readme.html) | Built-in feature (View -> Collapse Selected Code) | 1+ |

0 commit comments

Comments
 (0)