Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
paciorek committed Aug 26, 2024
1 parent 264928c commit c728489
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1d8f8a54
be7788e7
4 changes: 2 additions & 2 deletions howtos/accessPython.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ <h1 class="title">Accessing Python</h1>
</header>


<p>We recommend using using the <a href="https://www.anaconda.com/products/individual">Anaconda (Python 3.11 distribution)</a> on your laptop. Click “Download” and then click 64-bit “Graphical Installer” for your current operating system.</p>
<p>We recommend using the <a href="https://github.com/conda-forge/miniforge">Miniforge distribution</a> as your Python 3.12 installation.</p>
<p>Once you’ve installed Python, please install the following packages:</p>
<ul>
<li>numpy</li>
Expand All @@ -275,7 +275,7 @@ <h1 class="title">Accessing Python</h1>
<li>dask.dataframe</li>
<li>dask.multiprocessing</li>
</ul>
<p>Assuming you installed Anaconda Python, you should be able to do this from the command line:</p>
<p>Assuming you installed Miniforge, you should be able to do this from the command line:</p>
<pre><code>conda install numpy scipy pandas dask</code></pre>
<p>While you’re welcome to work with Python in a Jupyter notebook for exploration (e.g., using the <a href="https://datahub.berkeley.edu/hub/login?next=%2Fhub%2F">campus DataHub</a>, you’ll need to submit Quarto (.qmd) documents with Python chunks for your problem sets. So you’ll need Python set up on your laptop or to use it by logging in to an SCF machine.</p>
<section id="access-via-the-scf" class="level1">
Expand Down
Binary file modified labs/lab0-setup.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion search.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"href": "howtos/accessPython.html",
"title": "Accessing Python",
"section": "",
"text": "We recommend using using the Anaconda (Python 3.11 distribution) on your laptop. Click “Download” and then click 64-bit “Graphical Installer” for your current operating system.\nOnce you’ve installed Python, please install the following packages:\nAssuming you installed Anaconda Python, you should be able to do this from the command line:\nWhile you’re welcome to work with Python in a Jupyter notebook for exploration (e.g., using the campus DataHub, you’ll need to submit Quarto (.qmd) documents with Python chunks for your problem sets. So you’ll need Python set up on your laptop or to use it by logging in to an SCF machine.",
"text": "We recommend using the Miniforge distribution as your Python 3.12 installation.\nOnce you’ve installed Python, please install the following packages:\nAssuming you installed Miniforge, you should be able to do this from the command line:\nWhile you’re welcome to work with Python in a Jupyter notebook for exploration (e.g., using the campus DataHub, you’ll need to submit Quarto (.qmd) documents with Python chunks for your problem sets. So you’ll need Python set up on your laptop or to use it by logging in to an SCF machine.",
"crumbs": [
"How tos",
"Accessing Python"
Expand Down
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</url>
<url>
<loc>https://stat243.berkeley.edu/fall-2024/howtos/accessPython.html</loc>
<lastmod>2024-08-18T18:15:00.611Z</lastmod>
<lastmod>2024-08-26T15:01:44.047Z</lastmod>
</url>
<url>
<loc>https://stat243.berkeley.edu/fall-2024/howtos/accessUnixCommandLine.html</loc>
Expand Down
Binary file modified units/unit1-intro.pdf
Binary file not shown.

0 comments on commit c728489

Please sign in to comment.