Skip to content

Commit

Permalink
Support for jupyter_server > 2.11. See
Browse files Browse the repository at this point in the history
  • Loading branch information
deltafunction committed Jul 8, 2024
1 parent 075edb0 commit 815f368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_sciencedata/jupyter_sciencedata.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def file_exists_async():

return _run_sync_in_new_thread(file_exists_async)

def get(self, path, content=True, type=None, format=None):
def get(self, path, content=True, type=None, format=None, require_hash=False):

@gen.coroutine
def get_async():
Expand Down

0 comments on commit 815f368

Please sign in to comment.