Changes between Version 1 and Version 2 of linux/jupyter
- Timestamp:
- 2016/07/20 17:29:25 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/jupyter
v1 v2 13 13 jupyter-notebook 14 14 }}} 15 16 外部からアクセスするときは、下記のファイルを適宜編集。 17 18 ~/.jupyter/jupyter_notebook_config.py 19 20 {{{ 21 c.NotebookApp.ip = '0.0.0.0' 22 c.NotebookApp.port = 8888 23 }}}