File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ To build Jupyter Lite with this kernel without creating a website you can execut
8585.. code-block :: bash
8686 micromamba create -n xeus-lite-host jupyterlite-core
8787 micromamba activate xeus-lite-host
88- python -m pip install jupyterlite-xeus
89- jupyter lite build --XeusAddon.prefix=$PREFIX
88+ python -m pip install jupyterlite-xeus jupyter_server
89+ jupyter lite build --XeusAddon.prefix=${{ env. PREFIX } } --contents ../notebooks/xeus-cpp-lite-demo.ipynb --output-dir dist
9090
9191 We now need to shift necessary files like `xcpp.data ` which contains the binary representation of the file(s)
9292we want to include in our application. As of now this would contain all important files like Standard Headers,
You can’t perform that action at this time.
0 commit comments