Skip to content

Commit

Permalink
trying to get coding to work
Browse files Browse the repository at this point in the history
  • Loading branch information
bairdlangenbrunner committed Jul 13, 2018
1 parent 30f3c4d commit 2ff2b59
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 274 deletions.
10 changes: 0 additions & 10 deletions _site/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@
<li class="inline-block">
<a class="align-middle link-primary mr-2 mr-lg-0 ml-lg-2" href="/pages/setting-up-conda-environments.html">
conda environments for NCO, NCL, and CDO
</a>
</li>
<li class="inline-block">
<a class="align-middle link-primary mr-2 mr-lg-0 ml-lg-2" href="/about/">
about
Expand Down Expand Up @@ -82,8 +74,6 @@






<li class="inline-block">
<a class="align-middle link-primary ml-2 align-left-and-pad-when-small" href="/about/">
Expand Down
10 changes: 0 additions & 10 deletions _site/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@
<li class="inline-block">
<a class="align-middle link-primary mr-2 mr-lg-0 ml-lg-2" href="/pages/setting-up-conda-environments.html">
conda environments for NCO, NCL, and CDO
</a>
</li>
<li class="inline-block">
<a class="align-middle link-primary mr-2 mr-lg-0 ml-lg-2" href="/about/">
about
Expand Down Expand Up @@ -82,8 +74,6 @@






<li class="inline-block">
<a class="align-middle link-primary ml-2 align-left-and-pad-when-small" href="/about/">
Expand Down
20 changes: 6 additions & 14 deletions _site/coding/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@
<li class="inline-block">
<a class="align-middle link-primary mr-2 mr-lg-0 ml-lg-2" href="/pages/setting-up-conda-environments.html">
conda environments for NCO, NCL, and CDO
</a>
</li>
<li class="inline-block">
<a class="align-middle link-primary mr-2 mr-lg-0 ml-lg-2" href="/about/">
about
Expand Down Expand Up @@ -82,8 +74,6 @@






<li class="inline-block">
<a class="align-middle link-primary ml-2 align-left-and-pad-when-small" href="/about/">
Expand Down Expand Up @@ -119,10 +109,6 @@ <h1 class="h0 mt-3 mb-2 header-title-page">coding tips</h1>
<div class="prose mb-4">
<!--
<h2>conda environments for NCO, NCL, and CDO</h2>
<p></p>
<p><a href="/pages/setting-up-conda-environments.html">conda environments for NCO, NCL, and CDO</a></p>
<h2>about</h2>
<p></p>
<p><a href="/about/">about</a></p>
Expand All @@ -133,6 +119,12 @@ <h2>coding tips</h2>
-->

<p><!-- <h2>conda environments for NCO, NCL, and CDO</h2>-->
<!--<p></p>--></p>
<h2><a href="/coding/setting-up-conda-environments.html">conda environments for NCO, NCL, and CDO</a></h2>
<h2 class="no-underline h4 bold">July, 2018</h2>
<p></p>


</div>
</article>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<link rel="stylesheet" href="http://localhost:4000/assets/style.css">

<link rel="canonical" href="http://localhost:4000/pages/setting-up-conda-environments.html">
<link rel="canonical" href="http://localhost:4000/coding/setting-up-conda-environments.html">
<link rel="alternate" type="application/rss+xml" title="Python for climate scientists" href="http://localhost:4000/feed.xml">

<script async defer src="https://buttons.github.io/buttons.js"></script>
Expand All @@ -37,14 +37,6 @@
<li class="inline-block">
<a class="align-middle link-primary mr-2 mr-lg-0 ml-lg-2" href="/pages/setting-up-conda-environments.html">
conda environments for NCO, NCL, and CDO
</a>
</li>
<li class="inline-block">
<a class="align-middle link-primary mr-2 mr-lg-0 ml-lg-2" href="/about/">
about
Expand Down Expand Up @@ -82,8 +74,6 @@






<li class="inline-block">
<a class="align-middle link-primary ml-2 align-left-and-pad-when-small" href="/about/">
Expand All @@ -110,14 +100,13 @@


<div>
<article class="container mx-auto px-2 mt2 mb4">
<article class="container px-2 mx-auto mb4" itemscope itemtype="http://schema.org/BlogPosting">

<header>
<h1 class="h0 mt-3 mb-2 header-title-page">conda environments for NCO, NCL, and CDO</h1>
</header>
<h1 class="h1 col-9 sm-width-full inline-block" itemprop="name headline">conda environments for NCO, NCL, and CDO</h1>
<div class="col-4 sm-width-full mt-1 mb-3 border-top-thin "></div>

<div class="prose mb-4">
<p>Environments in conda are incredibly useful: they allow you to install parallel versions of Python and its packages, or even other languages and software, that mind their own business and never affect one another.</p>
<div class="prose" itemprop="articleBody">
<p>Environments in conda are incredibly useful: they allow you to install parallel versions of Python and its packages, or even other languages and software, that mind their own business and never affect one another.</p>

<p>In my own research, I actively use several different conda environments to keep everything in its place. To see what environments you currently have, type <code class="highlighter-rouge">conda list env</code>. You’ll have at least one, called the base environment, and the asterisk means it’s the current/active environment:</p>

Expand Down Expand Up @@ -189,6 +178,7 @@ <h1 class="h0 mt-3 mb-2 header-title-page">conda environments for NCO, NCL, and


</div>

</article>

</div>
Expand Down
216 changes: 0 additions & 216 deletions _site/collections/_pages/setting-up-conda-environments.html

This file was deleted.

2 changes: 1 addition & 1 deletion _site/feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.7.3">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2018-07-12T23:02:19-07:00</updated><id>http://localhost:4000/</id><title type="html">Python for climate scientists</title><subtitle>Materials for Earth science data wrangling</subtitle><author><name>Baird</name></author></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.7.3">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2018-07-12T23:04:14-07:00</updated><id>http://localhost:4000/</id><title type="html">Python for climate scientists</title><subtitle>Materials for Earth science data wrangling</subtitle><author><name>Baird</name></author></feed>
6 changes: 0 additions & 6 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@



<li class="inline-block">
<a class="align-middle link-primary header-link mr-2" href="/pages/setting-up-conda-environments.html">conda environments for NCO, NCL, and CDO</a>
</li>



<li class="inline-block">
<a class="align-middle link-primary header-link mr-2" href="/about/">about</a>
</li>
Expand Down

0 comments on commit 2ff2b59

Please sign in to comment.