You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/kernels.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,8 @@ locations:
108
108
The user location takes priority over the system locations, and the case of the
109
109
names is ignored, so selecting kernels works the same way whether or not the
110
110
filesystem is case sensitive.
111
+
Since kernelspecs show up in URLs and other places,
112
+
a kernelspec is required to have a simple name, only containing ASCII letters, ASCII numbers, and the simple separators: ``-`` hyphen, ``.`` period, ``_`` underscore.
111
113
112
114
Other locations may also be searched if the :envvar:`JUPYTER_PATH` environment
0 commit comments