-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add jupyter collaboration ext #107
Conversation
Save button is still out of commission. Checking with developers now on this one. |
Using |
environment.yml
Outdated
@@ -32,7 +32,7 @@ dependencies: | |||
- jupyter-ai~=2.9.1 | |||
- jupyter-book~=0.15.1 | |||
# - jupyter-offlinenotebook~=0.2.2 # Outdated according to jupyterlab | |||
# - jupyter-collaboration~=2.0.1 # Causing save issues | |||
- jupyter-collaboration~=2.0.1 # Causing save issues |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perhaps you should remove the "# Causing save issues" comment since it seems to be working after testing? i want to minimize confusion down the road.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Binder demo seems to work well for the collaboration feature. great addition to the image!
/condalock |
Thanks for the review @wsauthoff! Now for user testing with the docker image... |
Testing to see if opening and closing a notebook with
jupyter-collaboration
installed makes the save button work.