We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 545e154 commit ac96c0eCopy full SHA for ac96c0e
pgcontents/utils/ipycompat.py
@@ -49,7 +49,7 @@
49
import notebook
50
if notebook.version_info[0] >= 5:
51
raise ImportError("Notebook versions 5 and up are not supported.")
52
-
+
53
from traitlets.config import Config
54
from notebook.services.contents.checkpoints import (
55
Checkpoints,
0 commit comments