Skip to content

Instantly share code, notes, and snippets.

@f-akazawa
Last active April 5, 2016 00:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save f-akazawa/ad2d097af4e0135b5d0e to your computer and use it in GitHub Desktop.
Save f-akazawa/ad2d097af4e0135b5d0e to your computer and use it in GitHub Desktop.
AWS EC2でjupyter + opencv(Ipython notebook + opencv) ref: http://qiita.com/f-akazawa/items/9398772d59139de07dbe
c.NotebookApp.ip ='*' <外部からアクセス可能にする
c.NotebookApp.port = 8888 <EC2のセキュリティグループで開けたポートに合わせる
**パスワード設定も書く必要あり、別記事にする**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment