Skip to content

Commit

Permalink
Merge pull request #538 from deanp70/master
Browse files Browse the repository at this point in the history
Fix bug caused by recent version Jupyter Lab
  • Loading branch information
vidartf committed Sep 25, 2020
2 parents 8804407 + eaf9c06 commit f259cae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/labextension/src/widget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class NbdimeWidget extends Panel {
}

requestApiJson(
ServerConnection.defaultSettings.baseUrl,
ServerConnection.makeSettings().baseUrl,
'nbdime/api/diff',
args,
this.onData.bind(this),
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
'pytest>=3.6',
'pytest-cov',
'pytest-timeout',
'pytest-tornado5>=2',
'pytest-tornado',
'jsonschema',
'mock',
'requests',
Expand Down

0 comments on commit f259cae

Please sign in to comment.