When using a an Anaconda environment, I can\'t start Jupyter to work in a notebook. I can do so without the environment, but I need to be able to use the environment. Here
Try this from the terminal:
pip install ipython[notebook]
It worked for me, let me know if the problem still exists.