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
149
149
``` bash
150
150
micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server -c conda-forge
151
151
micromamba activate xeus-lite-host
152
- python -m pip install jupyterlite-xeus==4.0.0rc0
152
+ python -m pip install jupyterlite-xeus
153
153
jupyter lite build --XeusAddon.prefix=$PREFIX
154
154
```
155
155
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
151
151
``` bash
152
152
micromamba create -n xeus-lite-host jupyterlite-core jupyter_server=0.6 -c conda-forge
153
153
micromamba activate xeus-lite-host
154
- python -m pip install jupyterlite-xeus==4.0.0rc0
154
+ python -m pip install jupyterlite-xeus
155
155
jupyter lite build --XeusAddon.prefix=$PREFIX
156
156
```
157
157
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
132
132
133
133
micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server -c conda-forge
134
134
micromamba activate xeus-lite-host
135
- python -m pip install jupyterlite-xeus==4.0.0rc0
135
+ python -m pip install jupyterlite-xeus
136
136
jupyter lite build --XeusAddon.prefix=$PREFIX
137
137
138
138
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