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 8307ec0 commit 9b1c715Copy full SHA for 9b1c715
.github/workflows/main.yml
@@ -270,11 +270,10 @@ jobs:
270
- name: Jupyter Lite integration
271
shell: bash -l {0}
272
run: |
273
- micromamba create -n xeus-lite-host jupyterlite-core jupyterlab_server
274
- micromamba activate xeus-lite-host
+ micromamba activate xeus-cpp-wasm-host
275
python -m pip install jupyterlite-xeus
276
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }}
277
- jupyter lite serve --help
+ jupyter lite serve
278
279
- name: Setup tmate session
280
if: ${{ failure() && runner.debug }}
environment-wasm-host.yml
@@ -10,3 +10,5 @@ dependencies:
10
- CppInterOp>=1.3.0
11
- cpp-argparse
12
- pugixml
13
+ - jupyterlite-core
14
+ - jupyterlab_server
0 commit comments