Getting started with Python3 and Jupyter Notebook on Linux
Download
https://www.python.org/ftp/python/3.5.3/Python-3.5.3.tgz
Extract
tar -xvzf Python-3.5.3.tgz
Install
cd Python-3.5.3
./configure --prefix=/usr/tmp/python35/install/
make install
cd /usr/tmp/python35/install/bin
ln -sf python3 python -v
Virtual Environment
/usr/tmp/python35/install/bin/python3 -m venv --symlinks jupyter /usr/tmp/python35/pyenv/jupyter/
cd /usr/tmp/python35/pyenv/jupyter/
export PATH=/usr/tmp/python35/pyenv/jupyter/bin:$PATH
Install Jupyter
pip install jupyter
Enable extensions
jupyter nbextension enable --py --sys-prefix widgetsnbextension
Launch Notebook
jupyter-notebook --debug --notebook-dir ~/
Enjoy the Jupyter Notebook
- http://jupyter.org/
- https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/
- https://blog.jupyter.org/2015/04/15/the-big-split
Written by satishgoda
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Jupyter
Authors

Alisue Lambda
17.83K

Misha Behersky
1.494K
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#