jupyter / help

:sparkles: Need some help or have some questions? Please visit our Discourse page.
https://discourse.jupyter.org
291 stars 97 forks source link

jupyter skips some of my cell when I clip the button "run all above" #443

Open HuoJnx opened 5 years ago

HuoJnx commented 5 years ago

image As the image and the topic shown, jupyter skips some of my cell when I clip the button "run all above" and leads to "NameError: name '**' is not defined". The problem recurs everytime I run my script, and it firstly occurred after I update my anaconda with command "conda update -all" This problem puzzled me a lot, I have reinstalled my Anaconda and Jupyter, but nothing changed. Thanks for your attention.

HuoJnx commented 5 years ago

image

In addition, the tool bar of the Jupyter turn into Chinese after updating, while my system language is English yet. And I found that the the interrupt button failed too.

HuoJnx commented 5 years ago

image Finally, I used a shortcut script to solve this problem, but it's really inconvenient.

HuoJnx commented 5 years ago

dell.txt image Finally, I used a anaconda yaml file from my classmate to rollback to an earlier version, and then everything is fine. Always backup for my environmental file, especially when I want to develop it, is what I have learned from this case. Also, don't use the command "conda update -all"

jasongrout commented 5 years ago

This is a known issue with ipykernel 5.0 on Windows. Please upgrade to ipykernel 5.1 if that's the issue.

HuoJnx commented 5 years ago

Oh, professor! Thank you very much for your kind attention and response! But 5.1 is not available in anaconda yet. I will retry and feedback when anaconda releases the package.