We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03753fe commit dd2364fCopy full SHA for dd2364f
src/jupyter_contrib_nbextensions/nbconvert_support/execute_time.py
@@ -8,7 +8,9 @@
8
9
try:
10
# notebook >= 5.0.0-rc1
11
- import notebook._tz as nbtz
+ #import notebook._tz as nbtz
12
+ # See https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1663#issuecomment-2248001870
13
+ import jupyter_server._tz as nbtz
14
except ImportError:
15
# notebook < 5.0.0-rc1
16
import notebook.services.contents.tz as nbtz
0 commit comments