Skip to content

Commit

Permalink
Merge pull request #156 from datalayer-externals/fix/notebook_version
Browse files Browse the repository at this point in the history
  • Loading branch information
RRosio authored May 4, 2023
2 parents a694752 + 81fe2de commit f2ee361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jupyter_nbextensions_configurator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import re

import yaml
from notebook import version_info as nb_version_info
from notebook._version import version_info as nb_version_info
from notebook.base.handlers import APIHandler, IPythonHandler
from notebook.utils import url_path_join as ujoin
from notebook.utils import path2url
Expand Down

0 comments on commit f2ee361

Please sign in to comment.