trekhleb / homemade-machine-learning

🤖 Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I cannot connect jupyter notebook

JackBetter opened this issue · comments

[I 19:38:56.924 NotebookApp] 302 GET / (127.0.0.1) 1.13ms
[I 19:38:56.930 NotebookApp] 302 GET /tree? (127.0.0.1) 1.52ms
[W 19:38:56.966 NotebookApp] 403 POST /api/kernels (127.0.0.1): '_xsrf' argument missing from POST
[W 19:38:56.967 NotebookApp] '_xsrf' argument missing from POST
[W 19:38:56.967 NotebookApp] 403 POST /api/kernels (127.0.0.1) 1.17ms referer=None
[I 19:55:08.294 NotebookApp] 302 GET / (::1) 1.84ms


the above is the error message

I use intelliIdea and cannot connect jupyter notebook

@JackBetter could you please provide the following info to get better understanding of the issue:

  • Full output of the jupyter notebook command in the terminal.
  • HTTP response code and headers after you access http://localhost:8888 page in your browser
  • Additional console output of the jupyter notebook command in the terminal after you've accessed http://localhost:8888 from browser

Closing because of inactivity. @JackBetter please feel free to re-open the issue if you'll need to.