File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ To build Jupyter Lite with this kernel without creating a website you can execut
149149``` bash
150150micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server -c conda-forge
151151micromamba activate xeus-lite-host
152- python -m pip install jupyterlite-xeus==4.0.0rc0
152+ python -m pip install jupyterlite-xeus
153153jupyter lite build --XeusAddon.prefix=$PREFIX
154154```
155155
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ To build Jupyter Lite with this kernel without creating a website you can execut
151151``` bash
152152micromamba create -n xeus-lite-host jupyterlite-core jupyter_server=0.6 -c conda-forge
153153micromamba activate xeus-lite-host
154- python -m pip install jupyterlite-xeus==4.0.0rc0
154+ python -m pip install jupyterlite-xeus
155155jupyter lite build --XeusAddon.prefix=$PREFIX
156156```
157157
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ To build Jupyter Lite with this kernel without creating a website you can execut
132132
133133 micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server -c conda-forge
134134 micromamba activate xeus-lite-host
135- python -m pip install jupyterlite-xeus==4.0.0rc0
135+ python -m pip install jupyterlite-xeus
136136 jupyter lite build --XeusAddon.prefix=$PREFIX
137137
138138 Once the Jupyter Lite site has built you can test the website locally by executing
You can’t perform that action at this time.
0 commit comments