Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@

try:
# notebook >= 5.0.0-rc1
import notebook._tz as nbtz
#import notebook._tz as nbtz
# See https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1663#issuecomment-2248001870
import jupyter_server._tz as nbtz
except ImportError:
# notebook < 5.0.0-rc1
import notebook.services.contents.tz as nbtz
Expand Down