Jupyter notebook KeyError: ‘allow_remote_access’

Thanks all! I’m using paperspace and this worked for me thanks to the posts above.

1). Started from scratch by deleting fastai folder and followed install instructions at Fastai v0.7 install issues thread
2). Changed ~/.jupyter/jupyter_notebook_config.py file as mentioned by various people in this post i.e. uncomment and set c.NotebookApp.open_browser = False, uncomment and set c.NotebookApp.ip = ‘0.0.0.0’, and uncomment and set c.NotebookApp.allow_remote_access =True
3). After launching jupyter notebook I inserted my ip before :888 i.e. http://[my_ip_here]:8888

3 Likes