Skip to content

Commit b733d4b

Browse files
authored
Add instructions to online docs so users can use jupyter lite contents flag
1 parent 94ac977 commit b733d4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/InstallationAndUsage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
9292
we want to include in our application. As of now this would contain all important files like Standard Headers,

0 commit comments

Comments
 (0)