Nextjournal / Dec 17 2018
The Nextjournal Jupyter Environment
The Nextjournal Jupyter Environment
1. Install
1.
Install
This environment is based on the default Python 3 environment—we just install Jupyter itself and its dependencies, via conda and pip.
conda install -y jupyter
pip install jupyter_client
jupyter kernelspec list
ls -lah ~/.local/share/jupyter/
jupyter --version
jupyter --paths
2. Test
2.
Test
#print(__IPYTHON__) import sys; sys.version