Plugin Ideas - nteract/hydrogen GitHub Wiki


THIS PAGE IS MAY NOT ALWAYS BE UP TO DATE

Check our issues for up to date version.


Don't know what to build? Want to give back to the Hydrogen community? Want to enhance the Hydrogen ecosystem?

Help users of Hydrogen with features they want and have requested!

Each idea links back to the original issue posted on our GitHub.

Unaware of what Plugins are capable of?

Check out some examples, and our Plugin API!


💡 Ideas For Plugins

Clickable Stack Trace

  • This adds to ability to jump to file/line from a stacktrace.
  • Complements Error Highlighting

Code History Dock

  • This adds the ability to see which code has been run.
  • Same as Feature Idea

Bind Shells to Editor Tabs

  • This adds the ability to open up (ex:Python) shell panes in the text editor.

Direct Output Types to Different Panes

  • This adds the ability to separate results by their type and add them to different panes.

Console

  • This adds the ability to run code on a kernel inside a separate pane.

Save and Load Kernel State

  • This adds the ability to save a kernel and load it without having to rerun your code.

Highlight Current Cell

  • This adds the ability to see which cell you are currently inside of.
  • Same as Feature Idea

Define Watches Inline

  • This adds the ability to save and add watches inline.
  • Same as Feature Idea

Progress Bar

  • This adds the ability to see code execution progress.

Error Highlighting

  • This adds the ability to see visually what line caused an error.

Variable Inspector

  • This adds the ability to see variables and their values.