From 3e8cb131986317892066f80eae821b2a838f147d Mon Sep 17 00:00:00 2001 From: Sadman Ahmed Shanto Date: Thu, 21 Dec 2023 06:45:46 -0600 Subject: [PATCH] Renamed Jupyter notebook --- docs/source/tutorials/index.rst | 2 +- requirements.txt | 2 -- tutorials/Tutorial-1_getting_started_with_SQuADDS.ipynb | 7 +++++++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/source/tutorials/index.rst b/docs/source/tutorials/index.rst index 6b2635de..d13cebe4 100644 --- a/docs/source/tutorials/index.rst +++ b/docs/source/tutorials/index.rst @@ -4,6 +4,6 @@ Tutorials .. toctree:: :maxdepth: 1 - Tutorial-1_Getting_started_with_SQuADDS.ipynb + Tutorial-1_Getting_Started_with_SQuADDS.ipynb Tutorial-2_Contributing_to_SQuADDS.ipynb More Tutorials Coming Soon! \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 3ad9276d..e73b39ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,6 @@ datasets==2.15.0 huggingface_hub==0.19.4 numpy==1.26.2 -pandas==1.5.3 -pandasai==1.5.11 python-dotenv==1.0.0 scqubits==3.3.0 setuptools==65.5.1 diff --git a/tutorials/Tutorial-1_getting_started_with_SQuADDS.ipynb b/tutorials/Tutorial-1_getting_started_with_SQuADDS.ipynb index cf5a50aa..35a5f0ca 100644 --- a/tutorials/Tutorial-1_getting_started_with_SQuADDS.ipynb +++ b/tutorials/Tutorial-1_getting_started_with_SQuADDS.ipynb @@ -1609,6 +1609,13 @@ "In the next [tutorial](https://sadmanahmedshanto.com/SQuADDS/tutorials/Tutorial-2_Contributing_to_SQuADDS.html), we will learn how to contribute to the SQuADDS Database." ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "test" + ] + }, { "cell_type": "markdown", "metadata": {},