Open
Description
I am trying to see if I can automate the testing of .ipynb
notebooks after they are served using jupyter-lite. The problem is given a python notebook, the script should output whether the execution completed successfully or not. When I installed using
pip install jupyterlite-pyodide-kernel
I can't see the kernel in the kernel list:
% jupyter kernelspec list
Available kernels:
python3 /Users/kpl/mambaforge/envs/qe/share/jupyter/kernels/python3
xpython-raw /Users/kpl/mambaforge/envs/qe/share/jupyter/kernels/xpython-raw
How do I test the notebooks or how do I fix the installation to see this in kernel list.