ipython-contrib / jupyter_contrib_nbextensions

A collection of various notebook extensions for Jupyter
http://jupyter-contrib-nbextensions.readthedocs.io/en/latest
Other
5.22k stars 806 forks source link

I've built an extension which opens the source file on clicking a line in the stack trace #1466

Open teticio opened 4 years ago

teticio commented 4 years ago

Hi everyone

Inspired by Google Colab, I've developed this extension

It pops up a window with the source code and line, if you click on a particular filename in the stack trace.

I'd be very chuffed to have this form part of the great selection of nbextensions in this repo. Comments welcome!

Best