Skip to content

Commit

Permalink
deploy: 80a71b8
Browse files Browse the repository at this point in the history
  • Loading branch information
jukent committed Aug 15, 2024
1 parent 6ad2818 commit 7938d04
Show file tree
Hide file tree
Showing 63 changed files with 944 additions and 930 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions _sources/foundations/jupyter.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,15 @@ jupyter lab —browser=chrome

**Congratulations!** You have just set up your first Python environment and run your first Python code in a Jupyter notebook.

<div class="admonition alert alert-info">
<p class="admonition-title" style="font-weight:bold">Info</p>
There are a few code-syntax differences between running Python in a Jupyter notebook and a script:
<ul>
<li>In a Python script, to print a variable to the terminal, you need to call <code>print([THING YOU WANT TO PRINT])</code>, whereas in Jupyter, you can simply have the last line of a code cell be <code>[THING YOU WANT TO PRINT]</code>.</li>
<li>Similarly with plots, in Python, you have to call <code>plt.show()</code> to display your plot, but plots are shown automatically in Jupyter.</li>
</ul>
</div>

## Saving your notebook and exiting

When you are done with your work, it is time to save and exit.
Expand Down
6 changes: 3 additions & 3 deletions appendix/how-to-contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<link rel="prev" title="Dask Arrays with Xarray" href="../core/xarray/dask-arrays-xarray.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="6 August 2024"/>
<meta name="docbuild:last-update" content="15 August 2024"/>
</head>


Expand Down Expand Up @@ -837,7 +837,7 @@ <h3>Keeping your dev environment up to date<a class="headerlink" href="#keeping-

<div class="footer-item">
<p class="last-updated">
Last updated on 6 August 2024.
Last updated on 15 August 2024.
<br/>
</p>
</div>
Expand Down Expand Up @@ -966,7 +966,7 @@ <h1>Contribute</h1>

By the <a href="https://projectpythia.org/">Project Pythia</a> Community.

Last updated on 6 August 2024.
Last updated on 15 August 2024.
</p>
</div>
</div>
Expand Down
10 changes: 5 additions & 5 deletions appendix/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<link rel="prev" title="Pythia Foundations Contributor’s Guide" href="how-to-contribute.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="6 August 2024"/>
<meta name="docbuild:last-update" content="15 August 2024"/>
</head>


Expand Down Expand Up @@ -618,8 +618,8 @@ <h5>of further and further<a class="headerlink" href="#of-further-and-further" t
<section id="header-levels">
<h6>header levels<a class="headerlink" href="#header-levels" title="Link to this heading"><i class="fas fa-link"></i></a></h6>
<p>Each section in your notebook can also contain <span class="math notranslate nohighlight">\(\LaTeX\)</span> equations, enabled through MathJax. In the following example, we illustrate some sample MathJax equations. (Rendering instructions, as well as detailed information about MathJax, can be found in <a class="reference external" href="https://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/Typesetting%20Equations.html">this documentation</a>.)</p>
<div class="amsmath math notranslate nohighlight" id="equation-f89dc12f-d04b-45bc-97b1-f2b109fdbf82">
<span class="eqno">(1)<a class="headerlink" href="#equation-f89dc12f-d04b-45bc-97b1-f2b109fdbf82" title="Permalink to this equation"><i class="fas fa-link"></i></a></span>\[\begin{align}
<div class="amsmath math notranslate nohighlight" id="equation-5357bf90-cf34-487d-89b9-305ac4f7c720">
<span class="eqno">(1)<a class="headerlink" href="#equation-5357bf90-cf34-487d-89b9-305ac4f7c720" title="Permalink to this equation"><i class="fas fa-link"></i></a></span>\[\begin{align}
\dot{x} &amp; = \sigma(y-x) \\
\dot{y} &amp; = \rho x - y - xz \\
\dot{z} &amp; = -\beta z + xy
Expand Down Expand Up @@ -1004,7 +1004,7 @@ <h2>Resources and references<a class="headerlink" href="#resources-and-reference

<div class="footer-item">
<p class="last-updated">
Last updated on 6 August 2024.
Last updated on 15 August 2024.
<br/>
</p>
</div>
Expand Down Expand Up @@ -1133,7 +1133,7 @@ <h1>Contribute</h1>

By the <a href="https://projectpythia.org/">Project Pythia</a> Community.

Last updated on 6 August 2024.
Last updated on 15 August 2024.
</p>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions core/cartopy.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<link rel="prev" title="Annotations, Colorbars, and Advanced Layouts" href="matplotlib/annotations-colorbars-layouts.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="6 August 2024"/>
<meta name="docbuild:last-update" content="15 August 2024"/>
</head>


Expand Down Expand Up @@ -766,7 +766,7 @@ <h1>Cartopy<a class="headerlink" href="#cartopy" title="Link to this heading"><i

<div class="footer-item">
<p class="last-updated">
Last updated on 6 August 2024.
Last updated on 15 August 2024.
<br/>
</p>
</div>
Expand Down Expand Up @@ -895,7 +895,7 @@ <h1>Contribute</h1>

By the <a href="https://projectpythia.org/">Project Pythia</a> Community.

Last updated on 6 August 2024.
Last updated on 15 August 2024.
</p>
</div>
</div>
Expand Down
10 changes: 5 additions & 5 deletions core/cartopy/cartopy.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<link rel="prev" title="Cartopy" href="../cartopy.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="6 August 2024"/>
<meta name="docbuild:last-update" content="15 August 2024"/>
</head>


Expand Down Expand Up @@ -577,7 +577,7 @@ <h3>Create a map with a specified projection<a class="headerlink" href="#create-
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;cartopy.mpl.feature_artist.FeatureArtist at 0x7fbe05103850&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;cartopy.mpl.feature_artist.FeatureArtist at 0x7fb33d811110&gt;
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -609,7 +609,7 @@ <h3>Add cartographic features to the map<a class="headerlink" href="#add-cartogr
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;cartopy.mpl.feature_artist.FeatureArtist at 0x7fbe051297d0&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;cartopy.mpl.feature_artist.FeatureArtist at 0x7fb36c8a9bd0&gt;
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -1346,7 +1346,7 @@ <h2>Resources and References<a class="headerlink" href="#resources-and-reference

<div class="footer-item">
<p class="last-updated">
Last updated on 6 August 2024.
Last updated on 15 August 2024.
<br/>
</p>
</div>
Expand Down Expand Up @@ -1475,7 +1475,7 @@ <h1>Contribute</h1>

By the <a href="https://projectpythia.org/">Project Pythia</a> Community.

Last updated on 6 August 2024.
Last updated on 15 August 2024.
</p>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions core/data-formats.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<link rel="prev" title="Introduction to Pandas" href="pandas/pandas.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="6 August 2024"/>
<meta name="docbuild:last-update" content="15 August 2024"/>
</head>


Expand Down Expand Up @@ -758,7 +758,7 @@ <h1>Data Formats<a class="headerlink" href="#data-formats" title="Link to this h

<div class="footer-item">
<p class="last-updated">
Last updated on 6 August 2024.
Last updated on 15 August 2024.
<br/>
</p>
</div>
Expand Down Expand Up @@ -887,7 +887,7 @@ <h1>Contribute</h1>

By the <a href="https://projectpythia.org/">Project Pythia</a> Community.

Last updated on 6 August 2024.
Last updated on 15 August 2024.
</p>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions core/data-formats/netcdf-cf.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<link rel="prev" title="Data Formats" href="../data-formats.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="6 August 2024"/>
<meta name="docbuild:last-update" content="15 August 2024"/>
</head>


Expand Down Expand Up @@ -645,7 +645,7 @@ <h3>Creating the file and dimensions<a class="headerlink" href="#creating-the-fi
title: Forecast model run
institution: Unidata
source: WRF-1.5
history: 2024-08-06 19:40:23.416658 Python
history: 2024-08-15 18:53:36.662008 Python
references:
comment:
dimensions(sizes): forecast_time(0), x(101), y(67), pressure(7)
Expand Down Expand Up @@ -1558,7 +1558,7 @@ <h2>Resources and References<a class="headerlink" href="#resources-and-reference

<div class="footer-item">
<p class="last-updated">
Last updated on 6 August 2024.
Last updated on 15 August 2024.
<br/>
</p>
</div>
Expand Down Expand Up @@ -1687,7 +1687,7 @@ <h1>Contribute</h1>

By the <a href="https://projectpythia.org/">Project Pythia</a> Community.

Last updated on 6 August 2024.
Last updated on 15 August 2024.
</p>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions core/datetime.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<link rel="prev" title="Introduction to Cartopy" href="cartopy/cartopy.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="6 August 2024"/>
<meta name="docbuild:last-update" content="15 August 2024"/>
</head>


Expand Down Expand Up @@ -766,7 +766,7 @@ <h1>Datetime<a class="headerlink" href="#datetime" title="Link to this heading">

<div class="footer-item">
<p class="last-updated">
Last updated on 6 August 2024.
Last updated on 15 August 2024.
<br/>
</p>
</div>
Expand Down Expand Up @@ -895,7 +895,7 @@ <h1>Contribute</h1>

By the <a href="https://projectpythia.org/">Project Pythia</a> Community.

Last updated on 6 August 2024.
Last updated on 15 August 2024.
</p>
</div>
</div>
Expand Down
24 changes: 12 additions & 12 deletions core/datetime/datetime.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<link rel="prev" title="Datetime" href="../datetime.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="6 August 2024"/>
<meta name="docbuild:last-update" content="15 August 2024"/>
</head>


Expand Down Expand Up @@ -599,7 +599,7 @@ <h3>Some core terminology<a class="headerlink" href="#some-core-terminology" tit
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>1722973224.4451993
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>1723748017.5986695
</pre></div>
</div>
</div>
Expand All @@ -620,7 +620,7 @@ <h3><code class="docutils literal notranslate"><span class="pre">time</span></co
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>The benchmark took 1.0002343654632568 seconds
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>The benchmark took 1.0002436637878418 seconds
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -749,7 +749,7 @@ <h4>See how many days have elapsed since the strike:<a class="headerlink" href="
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>6250
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>6259
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -821,8 +821,8 @@ <h3>Time Zone Naive Versus Time Zone Aware <code class="docutils literal notrans
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>I am time zone naive 2024-08-06 19:40:25.483984.
I am time zone aware 2024-08-06 19:40:25.484007+00:00.
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>I am time zone naive 2024-08-15 18:53:38.637270.
I am time zone aware 2024-08-15 18:53:38.637294+00:00.
</pre></div>
</div>
</div>
Expand All @@ -845,8 +845,8 @@ <h3>Full time zone support with the <code class="docutils literal notranslate"><
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>I am time zone naive: 2024-08-06 19:40:25.488561.
I am time zone aware: 2024-08-06 13:40:25.499375-06:00.
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>I am time zone naive: 2024-08-15 18:53:38.641713.
I am time zone aware: 2024-08-15 12:53:38.652482-06:00.
</pre></div>
</div>
</div>
Expand All @@ -868,8 +868,8 @@ <h3>Print Time with a Different Time Zone<a class="headerlink" href="#print-time
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>The UTC time is August 06, 2024, 7:40PM.
The &#39;US/Mountain&#39; time is August 06, 2024, 1:40PM.
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>The UTC time is August 15, 2024, 6:53PM.
The &#39;US/Mountain&#39; time is August 15, 2024, 12:53PM.
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -1245,7 +1245,7 @@ <h2>Resources and References<a class="headerlink" href="#resources-and-reference

<div class="footer-item">
<p class="last-updated">
Last updated on 6 August 2024.
Last updated on 15 August 2024.
<br/>
</p>
</div>
Expand Down Expand Up @@ -1374,7 +1374,7 @@ <h1>Contribute</h1>

By the <a href="https://projectpythia.org/">Project Pythia</a> Community.

Last updated on 6 August 2024.
Last updated on 15 August 2024.
</p>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions core/matplotlib.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<link rel="prev" title="NumPy Broadcasting" href="numpy/numpy-broadcasting.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="6 August 2024"/>
<meta name="docbuild:last-update" content="15 August 2024"/>
</head>


Expand Down Expand Up @@ -800,7 +800,7 @@ <h2>In this section<a class="headerlink" href="#in-this-section" title="Link to

<div class="footer-item">
<p class="last-updated">
Last updated on 6 August 2024.
Last updated on 15 August 2024.
<br/>
</p>
</div>
Expand Down Expand Up @@ -929,7 +929,7 @@ <h1>Contribute</h1>

By the <a href="https://projectpythia.org/">Project Pythia</a> Community.

Last updated on 6 August 2024.
Last updated on 15 August 2024.
</p>
</div>
</div>
Expand Down
Loading

0 comments on commit 7938d04

Please sign in to comment.