Differences between revisions 3 and 4
Revision 3 as of 2019-07-23 12:13:14
Size: 557
Comment:
Revision 4 as of 2019-09-03 15:47:19
Size: 221
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= ChromebookにGWpyを入れる =
https://gwpy.github.io/docs/stable/install/index.html
= ChromebookでGWpyを使う =
Chromebookのlinux terminalでGWpy
Line 4: Line 4:
作業メモ  * matplotlib が入らない
 * scipy が入らない 
Line 6: Line 7:
 * ''sudo apt install python3-pip'' でpip3が入らない -> 参考:https://www.bioerrorlog.work/entry/install-pip-pip3-ubuntu
  {{{
$ curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
$ sudo python3 get-pip.py
}}}

 * matplotlib が入らない -> 参考:[[https://qiita.com/iton/items/d512bec3172e6e1124c7]]
  {{{
$ sudo apt-get install python-dev
$ sudo pip install matplotlib
}}}

 * scipy が入らない ->
[[https://colab.research.google.com/drive/1GbmERfsVBA-GvDyEY5ubA0e6DioSVI5z|sample1]]

ChromebookでGWpyを使う

Chromebookのlinux terminalでGWpy

  • matplotlib が入らない
  • scipy が入らない 

sample1

KAGRA/Subgroups/PEM/Portable/GWpy_Chromebook (last edited 2019-09-22 14:25:51 by tatsuki.washimi)