8000 deploy: 1ebd517b44b73ea278fa939f4a487c9a9b03d02b · xarray-contrib/xarray-tutorial@0399c52 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0399c52

Browse files
committed
deploy: 1ebd517
1 parent 2eab0a0 commit 0399c52

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

_sources/workshops/scipy2023/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,16 @@ For the live tutorial, we will be using the SciPy 2023 Nebari JupyterHub at [sci
2020

2121
You can follow [this participants' guide to register and sign-in to Nebari](https://docs.google.com/document/d/1vnWhNyUBRpILb2MAHQfTmZQY3pCIaCmroV9ke49nQlE/edit), and:
2222

23-
- Use this link to clone the tutorial materials:
23+
- Open a Terminal
24+
25+
- Clone the tutorial materials:
2426

2527
```
26-
https://github.com/xarray-contrib/xarray-tutorial.git
28+
git clone https://github.com/xarray-contrib/xarray-tutorial.git
2729
```
2830

31+
- Navigate to `xarray-tutorial/workshops/scipy2023/index.ipynb`
32+
2933
- Select `global-global-xarray` environment for the notebooks when prompted.
3034

3135
### Running Locally
@@ -59,11 +63,7 @@ Once your codespace is launched, the following happens:
5963
```
6064

6165
```{dropdown} Indexing
62-
-{doc}`../../fundamentals/02.1_indexing_Basic`
63-
64-
-{doc}`../../intermediate/indexing/boolean-masking-indexing`
65-
66-
-{doc}`../../intermediate/indexing/advanced-indexing`
66+
{doc}`../../intermediate/indexing/advanced-indexing`
6767
```
6868

6969
```{dropdown} Computational Patterns

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workshops/scipy2023/README.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -514,12 +514,14 @@ <h3>Nebari<a class="headerlink" href="#nebari" title="Permalink to this headline
514514
<p>For the live tutorial, we will be using the SciPy 2023 Nebari JupyterHub at <a class="reference external" href="https://scipy.quansight.dev/">scipy.quansight.dev</a></p>
515515
<p>You can follow <a class="reference external" href="https://docs.google.com/document/d/1vnWhNyUBRpILb2MAHQfTmZQY3pCIaCmroV9ke49nQlE/edit">this participants’ guide to register and sign-in to Nebari</a>, and:</p>
516516
<ul class="simple">
517-
<li><p>Use this link to clone the tutorial materials:</p></li>
517+
<li><p>Open a Terminal</p></li>
518+
<li><p>Clone the tutorial materials:</p></li>
518519
</ul>
519-
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">https</span><span class="p">:</span><span class="o">//</span><span class="n">github</span><span class="o">.</span><span class="n">com</span><span class="o">/</span><span class="n">xarray</span><span class="o">-</span><span class="n">contrib</span><span class="o">/</span><span class="n">xarray</span><span class="o">-</span><span class="n">tutorial</span><span class="o">.</span><span class="n">git</span>
520+
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">git</span> <span class="n">clone</span> <span class="n">https</span><span class="p">:</span><span class="o">//</span><span class="n">github</span><span class="o">.</span><span class="n">com</span><span class="o">/</span><span class="n">xarray</span><span class="o">-</span><span class="n">contrib</span><span class="o">/</span><span class="n">xarray</span><span class="o">-</span><span class="n">tutorial</span><span class="o">.</span><span class="n">git</span>
520521
</pre></div>
521522
</div>
522523
<ul class="simple">
524+
<li><p>Navigate to <code class="docutils literal notranslate"><span class="pre">xarray-tutorial/workshops/scipy2023/index.ipynb</span></code></p></li>
523525
<li><p>Select <code class="docutils literal notranslate"><span class="pre">global-global-xarray</span></code> environment for the notebooks when prompted.</p></li>
524526
</ul>
525527
</section>
@@ -563,9 +565,7 @@ <h2>Outline<a class="headerlink" href="#outline" title="Permalink to this headli
563565
<div class="sd-summary-up docutils">
564566
<svg version="1.1" width="1.5em" height="1.5em" class="sd-octicon sd-octicon-chevron-up" viewBox="0 0 24 24" aria-hidden="true"><path fill-rule="evenodd" d="M18.78 15.28a.75.75 0 000-1.06l-6.25-6.25a.75.75 0 00-1.06 0l-6.25 6.25a.75.75 0 101.06 1.06L12 9.56l5.72 5.72a.75.75 0 001.06 0z"></path></svg></div>
565567
</summary><div class="sd-summary-content sd-card-body docutils">
566-
<p class="sd-card-text">-<a class="reference internal" href="../../fundamentals/02.1_indexing_Basic.html"><span class="doc">Indexing and Selecting Data</span></a></p>
567-
<p class="sd-card-text">-<a class="reference internal" href="../../intermediate/indexing/boolean-masking-indexing.html"><span class="doc">Boolean Indexing &amp; Masking</span></a></p>
568-
<p class="sd-card-text">-<a class="reference internal" href="../../intermediate/indexing/advanced-indexing.html"><span class="doc">Advanced Indexing</span></a></p&g 5275 t;
568+
<p class="sd-card-text"><a class="reference internal" href="../../intermediate/indexing/advanced-indexing.html"><span class="doc">Advanced Indexing</span></a></p>
569569
</div>
570570
</details><details class="sd-sphinx-override sd-dropdown sd-card sd-mb-3">
571571
<summary class="sd-summary-title sd-card-header">

0 commit comments

Comments
 (0)
0