Shuhei Kadowaki
Shuhei Kadowaki
Did you follow the instructions [here](https://nteract.gitbooks.io/hydrogen/docs/Usage/RemoteKernelConnection.html) ? You need to set authentication token in the config as well. I'm able to connect to e.g. IHaskell kernel in WSL.
@Purukitto Thanks for the message ! Yes we DO need the help. In my opinion, we especially need an update for > 1. Move cell information to a more visible...
Cool, looking forward to your PR ! xref: - https://github.com/nteract/hydrogen/pull/1628 - https://nteract.gitbooks.io/hydrogen/docs/Usage/NotebookFiles.html
> Also I feel that adding a separate page under usage for Cells should be a good idea This sounds better. Maybe adding something like `docs/Usage/Cells.md`. Additionally mentioning that in...
Try `apm dev Hydrogen` and restart Atom, and report back to us whether it works.
yes uninstall it and then install Hydrogen on master branch.
okay, I _think_ I have a fix but can't push it right now because I'm on vacation. Will ping you again when I get connection 😊
@rpalloni can you try with the current master and report back to me ?
If you're with default Atom configuration: ``` > apm uninstall -d Hydrogen > cd ~/github > rm -rf Hydrogen > apm dev Hydrogen > atom -d ``` or you can...
ah, CSP error again ... I guess there's a way to circumvent this, but I don't have a time to find this right now. If anybody interested in this, I...