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 78f185f commit bb55a1bCopy full SHA for bb55a1b
docs/source/troubleshooting.rst
@@ -72,7 +72,7 @@ are often the source of reported issues. In many cases, these issues stem from
72
Notebook server running in one environment, while the kernel and/or its resources,
73
derive from another environment. Indicators of this scenario include:
74
75
-* ``import`` statements within code cells producing ``ModuleNotFound`` exceptions.
+* ``import`` statements within code cells producing ``ImportError`` or ``ModuleNotFound`` exceptions.
76
* General kernel startup failures exhibited by nothing happening when attempting
77
to execute a cell.
78
0 commit comments