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
Hydrogen kernel shuts down after each command (doesn't stay running as idle). This only happened when I switched to 2.4.0 from 2.3.0.
Steps to Reproduce:
Imagine the following file (it's markdown):
```python
t=5+10print(t)
Now within Atom, use shift-enter to start the kernel and run the first command. In 2.3.0, this runs and leaves a little "Python 3 | idle" flag in the lower left corner to indicate my kernel is idle but still alive. However, in 2.4.0 (and I tested this on Windows and mac), that tag doesn't stay there and the kernel immediately shuts down. Then when running hydrogen on the next line, the kernel starts up again but has cleared its memory, so t is not defined. I've switched multiple times between 2.3.0 and 2.4.0 to confirm there were no confounding variables.
Versions:
2.4.0
Which OS and which version of Hydrogen and Atom are you running?
Description:
Hydrogen kernel shuts down after each command (doesn't stay running as idle). This only happened when I switched to 2.4.0 from 2.3.0.
Steps to Reproduce:
Versions:
2.4.0
Which OS and which version of Hydrogen and Atom are you running?
Atom : 1.25.1
Electron: 1.7.11
Chrome : 58.0.3029.110
Node : 7.9.0
Logs:
The only minor issue I see that comes up in the console (with debug messages enabled) is that I don't have a default kernel defined:
and in 2.3.0, I did select the kernel I wanted, but it didn't restart each time I used shift-enter.
The text was updated successfully, but these errors were encountered: