Estou executando o Jupyter mais recente, o Python 3.6, Linux, com este comando:
jupyter notebook --ip=0.0.0.0 --port=8001
Eu também o protejei por senha em ~/.jupyter/jupyter_notebook_config.py
(em c.NotebookApp.password
key).
Agora, após o login, parece falhar em muitas operações, como renomear um bloco de notas:
[W 13:46:50.539 NotebookApp] Forbidden
[W 13:46:50.539 NotebookApp] 403 GET /api/sessions?_=1516801200541 (1.2.3.4) 1.40ms referer=http://acme.com:8001/tree
[W 13:46:50.544 NotebookApp] Forbidden
[W 13:46:50.544 NotebookApp] 403 GET /api/terminals?_=1516801200542 (1.2.3.4) 1.05ms referer=http://acme.com:8001/tree
Como posso consertar isso?