Show More
@@ -82,6 +82,10 b' from warnings import warn' | |||
|
82 | 82 | from logging import error |
|
83 | 83 | import IPython.core.hooks |
|
84 | 84 | |
|
85 | # NoOpContext is deprecated, but ipykernel imports it from here. | |
|
86 | # See https://github.com/ipython/ipykernel/issues/157 | |
|
87 | from IPython.utils.contexts import NoOpContext | |
|
88 | ||
|
85 | 89 | try: |
|
86 | 90 | import docrepr.sphinxify as sphx |
|
87 | 91 |
General Comments 0
You need to be logged in to leave comments.
Login now