Cent OS環境でjupyter notebookをインストールする際の簡易手順です。
Cent OSのバージョンは以下の通りです。
# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.3 (Maipo)
#
以下の手順を実行してインストールしました。
# yum install -y python34-setuptools
# yum install -y python34-setuptools
# easy_install-3.4 pip
# pip3 install --upgrade pip
# pip3 install jupyter
# jupyter notebook --allow-root --ip=10.44.60.155