Dear all,
What is the recommended way to build the jupyterlab examples (https://jupyterlab.readthedocs.io/en/stable/developer/examples.html)?
Are we supposed to first
conda create -n jlex jupyterlab nodejs
conda activate jlex
then
jlpm run build:examples
?
If running these commands, I get errors about incompatible MIME types and missing @jupyterlab/buildutils.
Or should we run
git checkout https://github.com/jupyterlab/jupyterlab.git
cd jupyterlab
npm install
npm run build
jlpm run examples:build?
Then I get hundreds of errors at the “npm run build” step.
Please help to describe which steps are necessary before “jlpm run build:examples”. When the general direction is clear, I can post details error logs.
Thank you
Ernst