From 3c92f94257b2d90e88ab668ac37751ce69c6c12b Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Mon, 10 Aug 2026 14:52:48 +0300 Subject: [PATCH] docs: improve README Generated by qwen3.6-35b-a3b via local API. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a61e7b9..5b1785c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # GraphAI-for-TCM **Author**: Zeng Jingqi @@ -153,9 +155,10 @@ conda env create -f environment.yml conda activate graphai-for-tcm ``` -Then launch Jupyter from the repository root and open the notebooks in the `Python` directory: +Then launch Jupyter from the `Python` directory (so that repository-relative paths like `../Data/` resolve correctly) and open the notebooks: ```bash +cd Python jupyter notebook ```