Aug-24-2018, 07:53 AM
First of all you should check your Jupyter Notebook version as:
In documentation there is little bit different command to install Python 2 kernel with conda. Instead of last two rows there should be
As in documentation:
Quote:Beginning with version 6.0, IPython stopped supporting compatibility with Python versions lower than 3.3 including all versions of Python 2.7.
If you are looking for an IPython version compatible with Python 2.7, please use the IPython 5.x LTS release and refer to its documentation (LTS is the long term support release).
In documentation there is little bit different command to install Python 2 kernel with conda. Instead of last two rows there should be
python -m ipykernel install --user
As in documentation:
Quote:The last command installs a kernel spec file for the current python installation. Kernel spec files are JSON files, which can be viewed and changed with a normal text editor.
I'm not 'in'-sane. Indeed, I am so far 'out' of sane that you appear a tiny blip on the distant coast of sanity. Bucky Katt, Get Fuzzy
Da Bishop: There's a dead bishop on the landing. I don't know who keeps bringing them in here. ....but society is to blame.
Da Bishop: There's a dead bishop on the landing. I don't know who keeps bringing them in here. ....but society is to blame.