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 ```