I've created the environment and Python 3.5.1 opens in bash, but isn't available to Notebook. I'm trying to follow this SO question to adding the Python3 kernel to Jupyter:
jupyter kernelspec install-self --user
Traceback (most recent call last):
File "/usr/local/bin/jupyter-kernelspec", line 7, in <module>
from jupyter_client.kernelspecapp import KernelSpecApp
ImportError: No module named jupyter_client.kernelspecapp
The link to this solution is dead. Anyone know what the process was?