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/installation.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,16 @@ extensions = [
17
17
```
18
18
19
19
JupyterLite should automatically show up in your built online documentation. To preview it locally, you can navigate to the build directory (e.g. `_build/html`) and use `python -m http.server` to serve the site.
20
+
21
+
````{note}
22
+
By default `jupyterlite-sphinx` does not install a Python kernel.
23
+
If you would like have a Python kernel available in your docs you can install either `jupyterlite-pyodide-kernel` or `jupyterlite-xeus-python` with `pip`:
24
+
25
+
```shell
26
+
# to install the Python kernel based on Pyodide
27
+
pip install jupyterlite-pyodide-kernel
28
+
29
+
# to install the Python kernel based on Xeus Python
0 commit comments