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 4c8d2f7 commit e2c2161Copy full SHA for e2c2161
docs/source/InstallationAndUsage.rst
@@ -86,7 +86,7 @@ To build Jupyter Lite with this kernel without creating a website you can execut
86
micromamba create -n xeus-lite-host jupyterlite-core
87
micromamba activate xeus-lite-host
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
+ jupyter lite build --XeusAddon.prefix=$PREFIX --contents ../notebooks/xeus-cpp-lite-demo.ipynb
90
91
We now need to shift necessary files like `xcpp.data` which contains the binary representation of the file(s)
92
we want to include in our application. As of now this would contain all important files like Standard Headers,
0 commit comments