Skip to content

Commit

Permalink
jupyter_server_ydoc
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Apr 12, 2024
1 parent 2d21e5a commit 6465bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def rtc_document_save_delay():
def jp_server_config(jp_root_dir, jp_server_config, rtc_document_save_delay):
return {
"ServerApp": {
"jpserver_extensions": {"jupyter_collaboration": True, "jupyter_server_fileid": True},
"jpserver_extensions": {"jupyter_server_ydoc": True, "jupyter_server_fileid": True},
"token": "",
"password": "",
"disable_check_xsrf": True,
Expand Down

0 comments on commit 6465bf4

Please sign in to comment.