diff --git a/_sources/intro.md b/_sources/intro.md index 18e3092..ecdc192 100644 --- a/_sources/intro.md +++ b/_sources/intro.md @@ -58,6 +58,8 @@ Available notebooks: (Kimberly Siletti)** ## Release Notes +* **[abc_atlas_access (v0.1.0)]** + * Fixed issue with loading 10X mouse data with the `get_gene_data` function. * **[Spring 2024 Public Beta (version 20240330)]** * Added Whole Human Brain transcriptomic, taxonomy and clustering datasets from Siletti et al. 2023 to the ABC Atlas. diff --git a/_sources/notebooks/general_accessing_10x_snRNASeq_tutorial.ipynb b/_sources/notebooks/general_accessing_10x_snRNASeq_tutorial.ipynb index c7a38c0..d4df1d5 100644 --- a/_sources/notebooks/general_accessing_10x_snRNASeq_tutorial.ipynb +++ b/_sources/notebooks/general_accessing_10x_snRNASeq_tutorial.ipynb @@ -983,7 +983,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.8" + "version": "3.11.9" } }, "nbformat": 4, diff --git a/_sources/notebooks/getting_started.ipynb b/_sources/notebooks/getting_started.ipynb index df30b21..efb2930 100644 --- a/_sources/notebooks/getting_started.ipynb +++ b/_sources/notebooks/getting_started.ipynb @@ -121,7 +121,7 @@ "metadata": {}, "outputs": [], "source": [ - "# get_ipython().kernel.do_shutdown()" + "get_ipython().kernel.do_shutdown(restart=True)" ] }, { @@ -1321,7 +1321,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.8" + "version": "3.11.9" } }, "nbformat": 4, diff --git a/intro.html b/intro.html index 49e3f5b..b9325a6 100644 --- a/intro.html +++ b/intro.html @@ -508,6 +508,11 @@

Allen Brain Cell Atlas - Data Access

Release Notes#