File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -21,3 +21,29 @@ This is a Jupyter provisioner for [`libyt`](https://github.com/yt-project/libyt)
21
21
cd jupyter_libyt
22
22
pip install .
23
23
```
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.
You can’t perform that action at this time.
0 commit comments