From 9609cdc83e0f3539207d7347e09453ac07a7907c Mon Sep 17 00:00:00 2001 From: Chenggong Date: Tue, 11 Jul 2023 11:20:29 +0200 Subject: [PATCH] add ipython kernel instructions. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dd54c64..3457d18 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,12 @@ git clone https://github.com/huichenggong/Sfilter_Cylinder cd Sfilter_Cylinder pip install . ``` +### 1.3 add ipython kernel +```bash +conda activate Name_of_Env +conda install ipykernel +python -m ipykernel install --user +``` ## How to use it ? ```bash