かすみん日記

暇なときに何か喋ります

【Python】pipでjupyterのインストール

pipjupyter をインストールします。

jupyter.org

手順

インストール;

pip install jupyter

確認;

% pip show jupyter
Name: jupyter
Version: 1.0.0
Summary: Jupyter metapackage. Install all the Jupyter components in one go.
Home-page: http://jupyter.org
Author: Jupyter Development Team
Author-email: jupyter@googlegroups.org
License: BSD
Location: /usr/local/lib/python3.7/site-packages
Requires: jupyter-console, ipykernel, nbconvert, notebook, qtconsole, ipywidgets
Required-by: 

ノートブックを開く;

jupyter notebook

ブラウザが開けばオーケー。

参考