Skip to content

Commit 7b478ae

Browse files
committed
Update readme.
1 parent a56ec37 commit 7b478ae

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Diff for: README.md

+26
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,29 @@ This is a Jupyter provisioner for [`libyt`](https://github.com/yt-project/libyt)
2121
cd jupyter_libyt
2222
pip install .
2323
```
24+
25+
### Uninstall
26+
27+
```bash
28+
# uninstall the package
29+
pip uninstall jupyter-libyt
30+
31+
# remove the kernelspec folder
32+
rm -rf $<python-prefix>/share/jupyter/kernels/libyt_kernel
33+
```
34+
35+
### Change Log
36+
37+
#### 0.2.0
38+
39+
- Drop support for Python 3.7.
40+
- Support JupyterLab >= 4.0.0 and Jupyter Notebook >= 7.0.0.
41+
- Add the frontend:
42+
- Send notification and block it when `interrupt`/`restart`/`restart and run all` buttons are
43+
clicked to avoid unwanted action showing.
44+
- Send notification and block it when the interrupt and restart kernel menu are clicked to avoid
45+
unwanted action showing.
46+
47+
#### 0.1.0
48+
49+
- Provide only the kernel provisioner for libyt kernel.

0 commit comments

Comments
 (0)