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 9d7a9f9 commit 4c8d2f7Copy full SHA for 4c8d2f7
README.md
@@ -102,7 +102,7 @@ To build Jupyter Lite with this kernel without creating a website you can execut
102
micromamba create -n xeus-lite-host jupyterlite-core
103
micromamba activate xeus-lite-host
104
python -m pip install jupyterlite-xeus jupyter_server
105
-jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents ../notebooks/xeus-cpp-lite-demo.ipynb
+jupyter lite build --XeusAddon.prefix=$PREFIX --contents ../notebooks/xeus-cpp-lite-demo.ipynb
106
```
107
108
We now need to shift necessary files like `xcpp.data` which contains the binary representation of the file(s)
0 commit comments