Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hydra / Hydrogen conflict #16

Open
zepadovani opened this issue Aug 5, 2019 · 2 comments
Open

Hydra / Hydrogen conflict #16

zepadovani opened this issue Aug 5, 2019 · 2 comments

Comments

@zepadovani
Copy link

Not sure if it is an Hydrogen, an Hydra or an Jupyter bug:

if I've Hydrogen enabled and try to run lines of code in Hydra toggled file, I get this:

"No kernel for grammar JavaScript found

Check that the language for this file is set in Atom, that you have a Jupyter kernel installed for it, and that you have configured the language mapping in Hydrogen preferences."

Any ideas on how to solve this?

@ojack
Copy link
Member

ojack commented Aug 7, 2019

Oh wow, I have no idea. If you open the developer console in atom, do any additional errors show up?

@samkirkham
Copy link

samkirkham commented Jun 12, 2021

Just saw this while looking for other issues, but in case this isn't yet solved - this seems to be a keybinding conflict between hydrogen and other plug-ins that use the same keybindings (i.e. this isn't the fault of Hydra). I fixed it by adding the following to keymap.cson (initially had to do this fix for Tidal Cycles, as you can see below):

'atom-workspace atom-text-editor[data-grammar~=\'tidalcycles\']': 'cmd-enter': 'tidalcycles:eval-multi-line' 'shift-enter': 'tidalcycles:eval'

...but alternatively, as a quick fix: just disable the Hydrogen plug-in and it should resolve the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants