We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 will not able to connect to jupyter server if jupyter server are installed with version >=2.11.1
Install jupyter server using pip with version >=2.11.1 for example: pip install jupyter_server==2.11.1
Starting from Jupyter server 2.11.1, the author introduced hash checking that only allows values of 1 and 0.
Front-end: expect file load error
Server:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Server:
The text was updated successfully, but these errors were encountered: