Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jupyter-ui fails to connect to Jupyter server with version >=2.11.1 due to hash checking restrictions #246

Open
littlekeixi opened this issue Jun 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@littlekeixi
Copy link

Description

Jupyter-ui will not able to connect to jupyter server if jupyter server are installed with version >=2.11.1

Reproduce

Install jupyter server using pip with version >=2.11.1
for example: pip install jupyter_server==2.11.1

Reason

Starting from Jupyter server 2.11.1, the author introduced hash checking that only allows values of 1 and 0.

Expected behavior

Front-end: expect file load error
image

Server:

image

@littlekeixi littlekeixi added the bug Something isn't working label Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant