Open jtpio opened 5 months ago
As noticed in https://github.com/jupyterlite/jupyterlite-sphinx/issues/177 and various linked issues and PRs, using the latest jupyterlite-xeus release may lead to the following error during a jupyter lite build:
jupyterlite-xeus
jupyter lite build
'emscripten' is not a valid Platform
The fix is available is jupyterlite>=0.2.0a0, and requires using micromamba in the build environment: https://github.com/jupyterlite/xeus/pull/88
jupyterlite>=0.2.0a0
micromamba
Problem
As noticed in https://github.com/jupyterlite/jupyterlite-sphinx/issues/177 and various linked issues and PRs, using the latest
jupyterlite-xeus
release may lead to the following error during ajupyter lite build
:Suggested Improvement
The fix is available is
jupyterlite>=0.2.0a0
, and requires usingmicromamba
in the build environment: https://github.com/jupyterlite/xeus/pull/88