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
I don't know if this is the correct place to give a tip. Feel free to move this if not...
I noticed that some notebooks submitted still showed version 3.6.4. One of the things that maybe is not clear from the instructions (since it also took me a while to figure out), is that you have to run source activate p35 in the Terminal/command line before running python -m ipykernel install --user --name p35 --display-name "Python 3.5 NEON-RSDI" (assuming you already ran conda create –n p35 python=3.5 anaconda following the set up instructions in the first week). I'm on a Mac by the way, the Windows commands are different.
This will then make sure that "Python 3.5 NEON-RSDI" in the dropdown menu when creating a new notebook sets 3.5.5.
(sorry - I forgot to update the title. I actually started this issue having this trouble. I solved it but thought it would be a good idea to share)
The text was updated successfully, but these errors were encountered:
I don't know if this is the correct place to give a tip. Feel free to move this if not...
I noticed that some notebooks submitted still showed version 3.6.4. One of the things that maybe is not clear from the instructions (since it also took me a while to figure out), is that you have to run
source activate p35
in the Terminal/command line before runningpython -m ipykernel install --user --name p35 --display-name "Python 3.5 NEON-RSDI"
(assuming you already ranconda create –n p35 python=3.5 anaconda
following the set up instructions in the first week). I'm on a Mac by the way, the Windows commands are different.This will then make sure that "Python 3.5 NEON-RSDI" in the dropdown menu when creating a new notebook sets 3.5.5.
(sorry - I forgot to update the title. I actually started this issue having this trouble. I solved it but thought it would be a good idea to share)
The text was updated successfully, but these errors were encountered: