Open cloga opened 6 years ago
I have this issue too. Hopefully the maintain team will fix this soon.
I figure the steps here to help the others who will need these information.
First, I modified the jupyter_notebook_config.py to allow origin
c.NotebookApp.allow_origin = '*'
Now I can create notebook and modified content in notebooks, but jupyter can't connected kernels. Under my great friends' helping, I add some line to nginx config, to allow websocket reposts.
Finally, I resolved this issue.
Hi All,
When I use a subdomain for jupyter notebook, though I can view the content, but when I want to edit or create new file I will get a error.
When I use ip all things is OK.