-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Random switch from py2.7 to 3 #2721
Comments
Is it possible that you're running code containing Can you check |
Hi sorry for delay, I moved on to something else and forget to check here, but sys.version return
Also I am using the Linux layer on windows 10. The problem may come from that. when starting python from command line:
|
I just fix it, the config for kernel/python2/kernel.json what using argv : [ "python" |
There's a special case in the code to interpret This has been causing some confusion. I have a plan to change how kernels are found more generally, which I hope will make it easier to understand as well: jupyter/jupyter_client#261 |
Hi,
While working on a notebook using python 2.7, from time to time the cell will switch to python 3 syntaxe.
for example trying to execute a cell, I will get error messages asking me to add () to my prints, I just have to close the notebook and reopen to fix the issues.
It is really strange as I didn't install python 3 kernel on the server that i am using and only have python 2 available from jupyter drop-down menu.
The text was updated successfully, but these errors were encountered: