How to know which is running in Jupyter notebook ?
1 | |
This will give you the exact version of python running your script. eg output:
1 | |
1 | |
will give you the interpreter. You can select the interpreter you want when you create a new notebook. Make sure the path to your anaconda interpreter is added to your path (somewhere in your bashrc/bash_profile most likely).
For example I have the following line in my .bash_profile :
1 | |
1 | |