This is a Jupyter provisioner for libyt
kernel.
- Jupyter Project: https://jupyter.org/
- yt: https://yt-project.org/
- libyt Repo: https://github.com/yt-project/libyt
- libyt Doc: https://libyt.readthedocs.io/en/latest/
- From PyPI:
pip install jupyter-libyt
- From source:
git clone https://github.com/yt-project/jupyter_libyt.git cd jupyter_libyt jlpm install # make sure JupyterLab is already installed jlpm run build pip install .
# uninstall the package
pip uninstall jupyter-libyt
# remove the kernelspec folder
rm -rf $<python-prefix>/share/jupyter/kernels/libyt_kernel
- Drop support for Python 3.7.
- Support JupyterLab >= 4.0.0 and Jupyter Notebook >= 7.0.0.
- Add the frontend:
- Send notification and block it when
interrupt
/restart
/restart and run all
buttons are clicked to avoid unwanted action showing. - Send notification and block it when the interrupt and restart kernel menu are clicked to avoid unwanted action showing.
- Send notification and block it when
- Provide only the kernel provisioner for libyt kernel.