Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 0cd4eb8

Browse files
committed
Add note about kernelspec removing
1 parent d9903d1 commit 0cd4eb8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ pip install ipykernel
4747
python -m ipykernel install --name qasofm-py3.8 --user
4848
```
4949

50+
*NB! Later you can remove the kernel with the command*
51+
```shell
52+
jupyter kernelspec remove qasofm-py3.8
53+
```
5054

5155
### Set proxy configuration for Qiskit if necessary
5256

0 commit comments

Comments
 (0)