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 e2c2161 commit 6624522Copy full SHA for 6624522
README.md
@@ -99,9 +99,8 @@ emmake make install
99
100
To build Jupyter Lite with this kernel without creating a website you can execute the following
101
```bash
102
-micromamba create -n xeus-lite-host jupyterlite-core
+micromamba create -n xeus-lite-host jupyterlite-xeus jupyterlite-core jupyterlab notebook
103
micromamba activate xeus-lite-host
104
-python -m pip install jupyterlite-xeus jupyter_server
105
jupyter lite build --XeusAddon.prefix=$PREFIX --contents ../notebooks/xeus-cpp-lite-demo.ipynb
106
```
107
0 commit comments