Skip to content

Releases: nteract/hydrogen

v0.12.2

10 Aug 20:12
Compare
Choose a tag to compare

🐛 Fix uncaught reference when running code cell (Issue #401)

v0.12.1

09 Aug 21:54
Compare
Choose a tag to compare

Fix importing modules from same dir (Issue #398)

v0.12.0

07 Aug 13:18
Compare
Choose a tag to compare

Preliminary support for the Kernel Gateway (#330).

Kernel gateways are an alpha feature, please try them out:

1. Run in the command line: `python -m notebook --NotebookApp.allow_origin="127.0.0.1"`
2. Add the kernel gateway to Hydrogen's settings:
```
[{
    "name": "Local gateway",
    "options": {
        "baseUrl": "http://127.0.0.1:8888"
    }
}]
```
3. Invoke the command `hydrogen:connect-to-remote-kernel`

v0.11.0

18 Jul 20:28
Compare
Choose a tag to compare

v0.10.0

15 Jun 20:30
Compare
Choose a tag to compare
  • Use existing kernel connections (#295)
  • Replaced command hydrogen:show-kernel-commands by commands hydrogen:select-kernel, hydrogen:interrupt-kernel and hydrogen:restart-kernel (#270, #289).
  • Added tests and set up Travis.

v0.9.1

14 May 17:57
Compare
Choose a tag to compare
  • Fix bug removing result bubbles (#265)

v0.9.0

20 Apr 07:00
Compare
Choose a tag to compare
  • Clean up kernel and language usage #260
  • PDF support #259
  • 🐛 fixes

v0.8.5

15 Apr 20:43
Compare
Choose a tag to compare
  • Support LaTeX via MathJax 🔣 #257

v0.8.4

10 Apr 13:46
Compare
Choose a tag to compare
  • Support markdown output 📝 #247
  • Upgrade transformime-jupyter-transformers to support more ANSI color codes 🎨 #16
  • Don't obstruct editor content with result bubble #254

v0.8.3

01 Apr 21:33
Compare
Choose a tag to compare
  • Downscale images to fit ⬇️ #242
  • Reposition and restyle close button ✖️ #241
  • Fix bug for ZMQ monitoring 📉 #249
  • Action panel for html output! 🚊 #232