Hey all,

Just wanted to let you know that Hydrogen, for Atom, now has preliminary
support for remote kernels in
https://github.com/nteract/hydrogen/releases/tag/v0.12.0

You can use either the kernel gateway or a notebook server:


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`

I'd love to see people doing this with remote JupyterHub endpoints somehow.

Big thanks to Nikita Kitaev for pushing up a prototype quickly, engaging
with maintainers Nico and Lukas, and bringing us all the way to being able
to use kernel gateway with Hydrogen. :D


-- 
Kyle Kelley (@rgbkrk <https://twitter.com/rgbkrk>; lambdaops.com)

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/CA%2BtbMaVc63VCBge6MQn%2BfX7uRxCNkNVMpRN%2B6KpHUjTVXrgd6g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to