Skip to content

Commit

Permalink
deploy: bb3f4c9
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscb committed Jun 20, 2024
1 parent 6c3c66d commit dda7e6b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
2 changes: 2 additions & 0 deletions _sources/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
"version": "3.11.9"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions _sources/notebooks/getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"metadata": {},
"outputs": [],
"source": [
"# get_ipython().kernel.do_shutdown()"
"get_ipython().kernel.do_shutdown(restart=True)"
]
},
{
Expand Down Expand Up @@ -1321,7 +1321,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
"version": "3.11.9"
}
},
"nbformat": 4,
Expand Down
5 changes: 5 additions & 0 deletions intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,11 @@ <h1>Allen Brain Cell Atlas - Data Access<a class="headerlink" href="#allen-brain
<section id="release-notes">
<h2>Release Notes<a class="headerlink" href="#release-notes" title="Permalink to this heading">#</a></h2>
<ul class="simple">
<li><p><strong>[abc_atlas_access (v0.1.0)]</strong></p>
<ul>
<li><p>Fixed issue with loading 10X mouse data with the <code class="docutils literal notranslate"><span class="pre">get_gene_data</span></code> function.</p></li>
</ul>
</li>
<li><p><strong>[Spring 2024 Public Beta (version 20240330)]</strong></p>
<ul>
<li><p>Added Whole Human Brain transcriptomic, taxonomy and clustering datasets
Expand Down
2 changes: 1 addition & 1 deletion notebooks/getting_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ <h1>Getting started<a class="headerlink" href="#getting-started" title="Permalin
<p>After installing these new packages we need to restart the python kernel in this notebook. This can either be done by selecting <code class="docutils literal notranslate"><span class="pre">Restart</span> <span class="pre">Kernel...</span></code> under the <code class="docutils literal notranslate"><span class="pre">Kernel</span></code> drop down menu above or uncommenting and running the cell below.</p>
<div class="cell docutils container">
<div class="cell_input docutils container">
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="c1"># get_ipython().kernel.do_shutdown()</span>
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="n">get_ipython</span><span class="p">()</span><span class="o">.</span><span class="n">kernel</span><span class="o">.</span><span class="n">do_shutdown</span><span class="p">(</span><span class="n">restart</span><span class="o">=</span><span class="kc">True</span><span class="p">)</span>
</pre></div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit dda7e6b

Please sign in to comment.