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

use jupyter server sha with fixes for switching kernel #28

Open
wants to merge 2 commits into
base: 4.2.x-ocean
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies = [
"ipykernel>=6.5.0",
"jinja2>=3.0.3",
"jupyter_core",
"jupyter_server@git+https://github.com/spotinst/jupyter_server.git@846e3fb",
"jupyter_server@git+https://github.com/spotinst/jupyter_server.git@5653074",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it should be ddf0b984e3a609aa0582f1a69d75276157a175a5

"jupyter-lsp>=2.0.0",
"jupyterlab_server>=2.27.1,<3",
"notebook_shim>=0.2",
Expand Down
Loading