I did a fresh install of Fedora 23 yesterday. I installed Jupyter per the instructions at https://jupyter.readthedocs.org/en/latest/install.html which means I did this
pip install jupyter
It seems to run fun for Python 2. I tried to add support for the Python 3 kernel as per the instructions here Using both Python 2.x and Python 3.x in IPython Notebook which means I followed these instructions http://jupyter.cs.brynmawr.edu/hub/dblank/public/Jupyter%20Help.ipynb#1.4.2-Enable-Python-3-kernel.
I restarted the server, opened a new Python 3 notebook, and watched the kernel die 3 seconds later.
It pretty obvious to me there is very little documentation for running 2 & 3 in Jupyter on Linux without using Anaconda. Can we please make this a Fedora Linux-centric, no Anaconda thread?
Fedora 23, Python 2.7.10 / 3.4.3
thx