YOU ARE DOWNLOADING DOCUMENT

Please tick the box to continue:

Transcript
Page 1: Anaconda Python3.7 のインストールy373.sakura.ne.jp/minami/wp-content/uploads/2019/06/...PyQt GUI suworts inline figures, proper multiline editing with syntax highlighting, ca

Anaconda(Python3.7)のインストール

南裕樹

2019.6

Page 2: Anaconda Python3.7 のインストールy373.sakura.ne.jp/minami/wp-content/uploads/2019/06/...PyQt GUI suworts inline figures, proper multiline editing with syntax highlighting, ca

Windows編

Page 3: Anaconda Python3.7 のインストールy373.sakura.ne.jp/minami/wp-content/uploads/2019/06/...PyQt GUI suworts inline figures, proper multiline editing with syntax highlighting, ca

https://www.anaconda.com/download/ から Python3.7 version をダウンロード

Page 4: Anaconda Python3.7 のインストールy373.sakura.ne.jp/minami/wp-content/uploads/2019/06/...PyQt GUI suworts inline figures, proper multiline editing with syntax highlighting, ca

ダウンロードしたインストーラを起動してインストール作業を進める

基本的に,デフォルトのまま進めていけばよい

インストール先を変更する場合はここで指定する

Page 5: Anaconda Python3.7 のインストールy373.sakura.ne.jp/minami/wp-content/uploads/2019/06/...PyQt GUI suworts inline figures, proper multiline editing with syntax highlighting, ca

ダウンロードしたインストーラを起動してインストール作業を進める

基本的に,デフォルトのまま進めていけばよい

チェックを外しておいても特に困らない

Page 6: Anaconda Python3.7 のインストールy373.sakura.ne.jp/minami/wp-content/uploads/2019/06/...PyQt GUI suworts inline figures, proper multiline editing with syntax highlighting, ca

スタートメニューから Anaconda Navigator を起動する

スタートメニューで検索するとよい

JupyterLabを起動する

Page 7: Anaconda Python3.7 のインストールy373.sakura.ne.jp/minami/wp-content/uploads/2019/06/...PyQt GUI suworts inline figures, proper multiline editing with syntax highlighting, ca

JupterLab上でTerminalを起動する

> conda install -c conda-forge slycot

> conda install -c conda-forge control

Terminal上で以下を実行する

2019.6.3時点slycot 0.3.4.0

control 0.8.2

Page 8: Anaconda Python3.7 のインストールy373.sakura.ne.jp/minami/wp-content/uploads/2019/06/...PyQt GUI suworts inline figures, proper multiline editing with syntax highlighting, ca

補足 slycot がインストールできない場合は,以下を試す

https://www.lfd.uci.edu/~gohlke/pythonlibs/

から slycot-0.3.3-cp37-cp37m-win_amd64.whl をダウンロード

ダウンロード先は,Anacondaをインストールしたフォルダ

たとえば,C:¥Users¥hogehoge¥Anaconda3 にインストールしたなら,

C:¥User¥hogehoge にファイルを保存しておくとよい

pip install slycot-0.3.3-cp37-cp37m-win_amd64.whl

Page 9: Anaconda Python3.7 のインストールy373.sakura.ne.jp/minami/wp-content/uploads/2019/06/...PyQt GUI suworts inline figures, proper multiline editing with syntax highlighting, ca

Mac編

Page 10: Anaconda Python3.7 のインストールy373.sakura.ne.jp/minami/wp-content/uploads/2019/06/...PyQt GUI suworts inline figures, proper multiline editing with syntax highlighting, ca

https://www.anaconda.com/download/ から Python3.7 version をダウンロード

Page 11: Anaconda Python3.7 のインストールy373.sakura.ne.jp/minami/wp-content/uploads/2019/06/...PyQt GUI suworts inline figures, proper multiline editing with syntax highlighting, ca

ダウンロードしたインストーラを起動してインストール作業を進める

基本的に,デフォルトのまま進めていけばよい

Page 12: Anaconda Python3.7 のインストールy373.sakura.ne.jp/minami/wp-content/uploads/2019/06/...PyQt GUI suworts inline figures, proper multiline editing with syntax highlighting, ca

ダウンロードしたインストーラを起動してインストール作業を進める

基本的に,デフォルトのまま進めていけばよい

Page 13: Anaconda Python3.7 のインストールy373.sakura.ne.jp/minami/wp-content/uploads/2019/06/...PyQt GUI suworts inline figures, proper multiline editing with syntax highlighting, ca

メニューから Anaconda Navigator を起動する

JupyterLabを起動する

Page 14: Anaconda Python3.7 のインストールy373.sakura.ne.jp/minami/wp-content/uploads/2019/06/...PyQt GUI suworts inline figures, proper multiline editing with syntax highlighting, ca

JupterLab上でTerminalを起動する

$ conda install -c conda-forge slycot

$ conda install -c conda-forge control

Terminal上で以下を実行する ※半角文字がキーボードから入力できない場合は,テキストエディタに打ち込んだものをコピー&ペーストする

途中で入力する「y」も同様

2019.6.3時点slycot 0.3.4.0

control 0.8.2


Related Documents