From 397c2548d08dfec4a66b645b783bee35445b9050 Mon Sep 17 00:00:00 2001 From: keke Date: Thu, 31 Oct 2024 08:58:32 +0000 Subject: [PATCH] update readme --- README.md | 10 +++++++++- nbs/index.ipynb | 25 ++++++++++++++++++++++++- 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9518b25..a0035ff 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,12 @@ To run notebooks successfully, install `dev` version of python-katlas: pip install 'python-katlas[dev]' -U -## Go to `nbs` folder to run notebooks +## Instruction + +After installation, go to `nbs` folder to run notebooks + +## Doc site for this repository + +Notebooks in the nbs folder can be visualized at: + +https://sky1ove.github.io/katlas_raw/ diff --git a/nbs/index.ipynb b/nbs/index.ipynb index a32d039..5565a79 100644 --- a/nbs/index.ipynb +++ b/nbs/index.ipynb @@ -36,7 +36,30 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Go to `nbs` folder to run notebooks" + "## Instruction" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "After installation, go to `nbs` folder to run notebooks" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Doc site for this repository" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Notebooks in the nbs folder can be visualized at: \n", + "\n", + "https://sky1ove.github.io/katlas_raw/" ] } ],