You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Taking opportunity, I thank you for your work on amazing hydrogen.
I have both python2 and 3 jupyter kernels installed. On ArchLinux the default python is python3 with which hydrogen runs nicely. However, I often want to run it with python2 kernel. I didn't find an easy way to select another python kernel in hydrogen.
None of the things I tried worked:
"Language Mapping" {"Python":"python2"} in hydrogen's settings.
running atom with "PYTHON=python2.7 atom"
running atom with "alias python='/usr/bin/python2.7'; atom"
It would be nice to have an easy switch between python 2 and 3.
The text was updated successfully, but these errors were encountered:
Taking opportunity, I thank you for your work on amazing hydrogen.
I have both python2 and 3 jupyter kernels installed. On ArchLinux the default python is python3 with which hydrogen runs nicely. However, I often want to run it with python2 kernel. I didn't find an easy way to select another python kernel in hydrogen.
None of the things I tried worked:
It would be nice to have an easy switch between python 2 and 3.
The text was updated successfully, but these errors were encountered: