imbue-ai / jupyter_ascending.vim

Vim plugin to interact with jupyter_ascending
MIT License
166 stars 16 forks source link

Execute to jupyter notebook failed #19

Closed chenboshuo closed 1 year ago

chenboshuo commented 1 year ago
[W 19:07:54.430 NotebookApp] 403 POST /jupyter_ascending (127.0.0.1): '_xsrf' argument missing from POST
[W 19:07:54.431 NotebookApp] 403 POST /jupyter_ascending (127.0.0.1) 1.820000ms referer=None
[W 19:07:54.513 NotebookApp] 403 POST /jupyter_ascending (127.0.0.1): '_xsrf' argument missing from POST
[W 19:07:54.514 NotebookApp] 403 POST /jupyter_ascending (127.0.0.1) 1.740000ms referer=None
[W 19:08:06.224 NotebookApp] 403 POST /jupyter_ascending (127.0.0.1): '_xsrf' argument missing from POST
[W 19:08:06.225 NotebookApp] 403 POST /jupyter_ascending (127.0.0.1) 1.780000ms referer=None
[W 19:08:06.301 NotebookApp] 403 POST /jupyter_ascending (127.0.0.1): '_xsrf' argument missing from POST
[W 19:08:06.302 NotebookApp] 403 POST /jupyter_ascending (127.0.0.1) 1.660000ms referer=None
[W 19:08:45.605 NotebookApp] 403 POST /jupyter_ascending (127.0.0.1): '_xsrf' argument missing from POST
[W 19:08:45.606 NotebookApp] 403 POST /jupyter_ascending (127.0.0.1) 1.770000ms referer=None
[W 19:08:45.692 NotebookApp] 403 POST /jupyter_ascending (127.0.0.1): '_xsrf' argument missing from POST
[W 19:08:45.693 NotebookApp] 403 POST /jupyter_ascending (127.0.0.1) 1.760000ms referer=None

Could you tell me what should I do, thank you for your attention.