You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using jupyter-react latest version (0.0.17) with jupyter server latest version (2.14.2)
While trying to load the Notebook component, I'm seeing 501 unauthorized from the sessions API that jupyter-react. Seems like jupyter react is trying to invoke the sessions API. 501 POST /api/sessions?1724589930055 (1b9271eaeec440c5995f853ec2520121@172.18.0.1) 15.40ms referer=http://localhost:3000/
Description
I'm using jupyter-react latest version (0.0.17) with jupyter server latest version (2.14.2)
While trying to load the Notebook component, I'm seeing 501 unauthorized from the sessions API that jupyter-react. Seems like jupyter react is trying to invoke the sessions API.
501 POST /api/sessions?1724589930055 (1b9271eaeec440c5995f853ec2520121@172.18.0.1) 15.40ms referer=http://localhost:3000/
Also, notebook isn't loading.
Reproduce
<Jupyter terminals={true} jupyterServerUrl="http://localhost:8888" jupyterServerToken="abc#123" > <Notebook cellMetadataPanel={true} path="/app/Untitled.ipynb" id={NOTEBOOK_UID} CellSidebar={CellSidebar} Toolbar={NotebookToolbar} /> </Jupyter>
I'm using the above code to load the notebook
Expected behavior
Notebook should load
Context
Everything seems to work when using the jupyter Pypi package instead of jupyter-server Pypi package
The text was updated successfully, but these errors were encountered: