Skip to content

Instantly share code, notes, and snippets.

@nellaivijay
Created February 4, 2017 00:36
Show Gist options
  • Save nellaivijay/5c74d66ccdc896ed18f2d947644920af to your computer and use it in GitHub Desktop.
Save nellaivijay/5c74d66ccdc896ed18f2d947644920af to your computer and use it in GitHub Desktop.
Jupyter Notebook installation on CentOS/RHEL
wget -r --no-parent -A 'epel-release-*.rpm' http://dl.fedoraproject.org/pub/epel/7/x86_64/e/
rpm -Uvh dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-*.rpm
yum install python-pip
yum install python-devel
pip install --index-url=http://pypi.python.org/simple/ scandir --trusted-host pypi.python.org
pip install --index-url=http://pypi.python.org/simple/ jupyter --trusted-host pypi.python.org
jupyter notebook --generate-config
# Reference - https://techknight.eu/2016/01/03/setup-jupyter-notebook-centosrhel-7/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment