-
Notifications
You must be signed in to change notification settings - Fork 334
Plugin Ideas
Thomas Denton edited this page Jul 3, 2019
·
10 revisions
- This adds to ability to jump to file/line from a stacktrace.
- Complements Error Highlighting
- This adds the ability to see which code has been run.
- This adds the ability to open up (ex:Python) shell panes in the text editor.
- This adds the ability to separate results by their type and add them to different panes.
- This adds the ability to run code on a kernel inside a separate pane.
- Currently, hydrogen-launcher does this, but does not support remote kernels.
- This adds the ability to save a kernel and load it without having to rerun your code.
- This adds the ability to see which cell you are currently inside of.
- This adds the ability to save and add watches inline.
- This adds the ability to see visually what line caused an error.