• Packages
  • Themes
  • Documentation
  • Blog
  • Discussions
Sign in

hydrogen-xdbg

Improved live coding for Python 3
  • #hydrogen
  • #jupyter
  • #ipython
  • #python
  • #xdbg
nikitakit
0.0.4 8,201
3
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

Hydrogen + xdbg

xdbg is a cross between a Jupyter kernel and a debugger. It allows moving the Jupyter kernel execution environment to any scope within the program, including inside functions and other modules.

This Hydrogen plugin tracks which file you have open in atom, and executes commands in the module corresponding to that file. This allows live-coding that spans multiple files.

The plugin is currently highly experimental. It interacts with Hydrogen internals instead of just the plugin API, meaning that it needs to be upgraded in sync with new versions of Hydrogen.

Usage

  • Install hydrogen and hydrogen-xdbg into Atom. Also install xdbg into your python environment.
  • Connect hydrogen to a remote Python kernel on a notebook server or gateway. (Local ZMQ Kernels are not supported).
  • Import some modules from local files.
  • As you switch between files in hydrogen, watch the status bar keep track of which module code will be run in.

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by