From cdd6feaff1568d9c28e92e313ffb2ccf3f275f4e Mon Sep 17 00:00:00 2001 From: Yoshitaka Inoue <8393063+inoue0426@users.noreply.github.com> Date: Thu, 29 Aug 2024 21:22:01 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1d6b278..d5a7c4a 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,11 @@ git clone git@github.com:inoue0426/drGAT.git cd drGAT conda env create -f environment.yml conda activate drGAT +python -m ipykernel install --user --name=drGAT +jupyter notebook --port=9999 ``` +Then access to http://localhost:9999/notebooks/Tutorial.ipynb ## Installation using requirement.txt