2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CentOS環境でjupyter notebookをインストールする際の簡易手順

Posted at

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

tokenが記載されたURLを使ってアクセスします。
image

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?