hydrogen-next Made for Pulsar!

Run code interactively, inspect data, and plot.

bacadra

46

0

3.2.0

MIT

GitHub

This package provides the following services:

This package consumes the following services:

hydrogen-next

A package provide an interactive coding environment that supports Python, R, JavaScript and other Jupyter kernels.

demo

Installation

To install hydrogen-next search for hydrogen-next in the Install pane of the Pulsar settings or run ppm install hydrogen-next. Alternatively, you can run ppm install bacadra/pulsar-hydrogen-next to install a package directly from the Github repository.

Useful links

Features

Featues of hydrogen & hydrogen-next:

Features of hydrogen-next:

Alternative keymaps

"atom-text-editor:not([mini])":
  "ctrl-enter" : "hydrogen-next:run"
  "shift-enter": "hydrogen-next:run-and-move-down"
  "f5"         : "hydrogen-next:run-all"
  "alt-f5"     : "hydrogen-run:recalculate-all"
  "shift-f5"   : "hydrogen-next:run-all-above"
  "ctrl-f5"    : "hydrogen-run:recalculate-all-above"
  "f6"         : "hydrogen-run:run-all-inline"
  "alt-f6"     : "hydrogen-run:recalculate-all-inline"
  "shift-f6"   : "hydrogen-run:run-all-above-inline"
  "ctrl-f6"    : "hydrogen-run:recalculate-all-above-inline"
  "f7"         : "hydrogen-next:run"
  "ctrl-f7"    : "hydrogen-next:run-cell"
  "alt-f7"     : "hydrogen-run:clear-and-center"
  "shift-f7"   : "hydrogen-next:interrupt-kernel"
  "f8"         : "hydrogen-next:run-and-move-down"
  "ctrl-f8"    : "hydrogen-next:run-cell-and-move-down"
  "alt-f8"     : "hydrogen-run:clear-and-restart"
  "shift-f8"   : "hydrogen-next:shutdown-kernel"
  "f9"         : "hydrogen-next:toggle-inspector"

TODO

Contributing

Got ideas to make this package better, found a bug, or want to help add new features? Just drop your thoughts on GitHub — any feedback’s welcome!

Thanks to @mauricioszabo for showing me a way to get hydrogen to work in the latest Electron.