From 2f4cd66d08a4285e6c7a8a056705aca73cb873dc Mon Sep 17 00:00:00 2001 From: Jacob Repucci Date: Wed, 23 Oct 2024 16:54:06 -0400 Subject: [PATCH] Removed warnings from example notebooks --- Examples/adam_example.ipynb | 7 ++----- Examples/neural_net_example.ipynb | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/Examples/adam_example.ipynb b/Examples/adam_example.ipynb index ae611e8..526bced 100644 --- a/Examples/adam_example.ipynb +++ b/Examples/adam_example.ipynb @@ -20,10 +20,7 @@ "\n", "ATAC: https://figshare.com/articles/dataset/Developing_Human_Cortex_ATAC_Data/22575370\n", "\n", - "If you do not download them manually, the notebook will do so automatically.\n", - "\n", - "### Important Note:\n", - "This notebook is designed to run on the current commit of Multivelo on GitHub. It utilizes features that are not yet available on the current pip release. As such, it is recommended to download Multivelo from GitHub and use that instead of the version available on PyPI." + "If you do not download them manually, the notebook will do so automatically." ] }, { @@ -434,7 +431,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.4" + "version": "3.12.4" }, "toc": { "base_numbering": 1, diff --git a/Examples/neural_net_example.ipynb b/Examples/neural_net_example.ipynb index eb20621..8791295 100644 --- a/Examples/neural_net_example.ipynb +++ b/Examples/neural_net_example.ipynb @@ -20,10 +20,7 @@ "\n", "ATAC: https://figshare.com/articles/dataset/Developing_Human_Cortex_ATAC_Data/22575370\n", "\n", - "If you do not download them manually, the notebook will do so automatically.\n", - "\n", - "### Important Note:\n", - "This notebook is designed to run on the current commit of Multivelo on GitHub. It utilizes features that are not yet available on the current pip release. As such, it is recommended to download Multivelo from GitHub and use that instead of the version available on PyPI." + "If you do not download them manually, the notebook will do so automatically." ] }, { @@ -424,7 +421,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.4" + "version": "3.12.4" }, "toc": { "base_numbering": 1,