File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
.github/actions/Jupyter-serve Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3737 sleep 10
3838 # Show get requests for Jupyter Lite website in terminal. Not completely
3939 # necessary, but can be a nice to have when it comes to debugging.
40- nc -l 8000 &
40+ sudo lsof -i : 8000
Original file line number Diff line number Diff line change 3737micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus -c conda-forge -y;
3838micromamba activate xeus-lite-host;
3939python -m pip install jupyterlite-xeus jupyter_server;
40- jupyter lite build --XeusAddon.prefix=$PREFIX \\
40+ jupyter lite build --settings-overrides=overrides.json -- XeusAddon.prefix=$PREFIX \\
4141 --XeusAddon.mounts="$PREFIX/share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
4242 --XeusAddon.mounts="$PREFIX/etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d" \
4343 --contents notebooks/xeus-cpp-lite-demo.ipynb \\
You can’t perform that action at this time.
0 commit comments