Jupyter
Just tried the following with success.
In your project folder:
This will bring up a terminal in your virtualenv like this:
In that shell do:
Launch jupyter notebook:
In your notebook, Kernel -> Change Kernel. Your kernel should now be an option.
To run jupyter in pycharm you will be asked for the token:
Currently running servers: http://127.0.0.1:8888/?token=f85145dda03dc598bbbfa6e53b93cbcb27629ea00cfd2105 :: /home/....
You only want to copy/paste the number after token=
Last updated