Skip to content

Commit

Permalink
Fix #91 by defining _load_jupyter_server_extension for further backwa…
Browse files Browse the repository at this point in the history
  • Loading branch information
casparvl committed Oct 4, 2022
1 parent 186b1fa commit 8ed8b8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jupyter_resource_usage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ def _jupyter_nbextension_paths():
]


load_jupyter_server_extension = load_jupyter_server_extension
# For backward compatibility
_load_jupyter_server_extension = load_jupyter_server_extension
_jupyter_server_extension_paths = _jupyter_server_extension_points

0 comments on commit 8ed8b8d

Please sign in to comment.