reshamas / fastai_deeplearn_part1

Notes for Fastai Deep Learning Course

Home Page:http://www.fast.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot connect to jupyter notebook for aws

opened this issue · comments

Hello there,
Have you changed

c.NotebookApp.ip = '*'

into

c.NotebookApp.ip = '0.0.0.0'

This works for me :)