jupyterlite / jupyterlite/pyodide-kernel
Testing if the notebook runs fine with pyodide-kernel
- Dominant language
- Python
- Stars
- 90
- Forks
- 47
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 11
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.
Contributor guide
Assessment
This issue has not been assessed yet.