Mercurial > hg > Document > Growi
comparison CbC/onJupyter.md @ 0:e12992dca4a0
init from Growi
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 16 Dec 2020 14:05:01 +0900 |
parents | |
children | b6c284fd5ae4 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e12992dca4a0 |
---|---|
1 # CbC on Jupyter | |
2 | |
3 ## Install docker | |
4 docker環境が必要です. | |
5 | |
6 hg clone http://www.cr.ie.u-ryukyu.ac.jp/hg/Members/aka/jupyter_CbC_kernel | |
7 cd jupyter_CbC_kernel | |
8 docker build -t aka/jupyter_cbc_kernel . | |
9 docker run -p 8888:8888 --name jupyter_cbc_kernel aka/jupyter_cbc_kernel start-notebook.sh | |
10 | |
11 すると, 次のlogが出ると思います. | |
12 | |
13 Copy/paste this URL into your browser when you connect for the first time, | |
14 to login with a token: | |
15 http://0205e0a0e8b6:8888/?token=934058629ebd810e26f1c37a3cbb350fbb8edb95fcf4e0bd&token=934058629ebd810e26f1c37a3cbb350fbb8edb95fcf4e0bd | |
16 | |
17 | |
18 ホストをlocalhostにして, このURLにアクセスして下さい. この例だと | |
19 | |
20 http://localhost:8888/?token=934058629ebd810e26f1c37a3cbb350fbb8edb95fcf4e0bd&token=934058629ebd810e26f1c37a3cbb350fbb8edb95fcf4e0bd | |
21 | |
22 です。 | |
23 | |
24 終わり. | |
25 | |
26 ## 参考サイト | |
27 | |
28 - [Jupyter C kernel](https://github.com/brendan-rius/jupyter-c-kernel/) |