Jupyter Notebook

 

(16)
https://qiita.com/taka4sato/items/2c3397ff34c440044978
https://www.digitalocean.com/community/tutorials/how-to-set-up-jupyter-notebook-with-python-3-on-debian-9
https://qiita.com/kenhira/items/8b2907e5ad7560f385c4
https://blog.amedama.jp/entry/2018/08/04/230601

前提:Python3インストール済

apt install python3-pip python3-dev

pip3 install -U pip
pip3 install jupyter

※下記のようなエラーが出る場合は再ログイン
ImportError: cannot import name 'main'

jupyter --version

exit
jupyter notebook

 

 

(18)

前提:Python3インストール済

apt install python3-pip python3-dev

pip3 install -U pip
pip3 install jupyter

※下記のようなエラーが出る場合は再ログイン
ImportError: cannot import name 'main'

jupyter --version

--GUI追加
apt update
apt -y install ubuntu-desktop
shutdown -r now


exit
jupyter notebook

 

(9)
前提:Python3インストール済

https://qiita.com/taka4sato/items/2c3397ff34c440044978
https://www.digitalocean.com/community/tutorials/how-to-set-up-jupyter-notebook-with-python-3-on-debian-9
https://qiita.com/kenhira/items/8b2907e5ad7560f385c4

apt install python3-pip python3-dev


pip3 install -U pip
pip3 install jupyter

※下記のようなエラーが出る場合は再ログイン
ImportError: cannot import name 'main'


jupyter --version

exit
jupyter notebook

 

 

(7)

前提:Python3インストール済


pip3 install -U pip
pip3 install jupyter

jupyter --version
jupyter notebook --allow-root

 

 

(2012R2)

https://qiita.com/koara-local/items/8d48d0306c85c61aed97

前提:Python3インストール済

pip install -U pip
pip install jupyter

jupyter --version
jupyter notebook