Skip to content

Commit

Permalink
updating gif formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bairdlangenbrunner committed Jul 15, 2018
1 parent 5e511dc commit 4ee785a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 14 deletions.
3 changes: 1 addition & 2 deletions _site/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@

<p>This project is in its infancy, and I expect it to evolve in the coming months and years. Please let me know if you want to be part of it, or if you’d like to see something specific here.</p>

<div style="width:50%">![gif](https://media.giphy.com/media/3oKIPnAiaMCws8nOsE/giphy.gif)</div>
<p><br /></p>
<p><img src="https://media.giphy.com/media/3oKIPnAiaMCws8nOsE/giphy.gif" alt="gif" /></p>

<p>Thanks<br />
Baird</p>
Expand Down
4 changes: 1 addition & 3 deletions _site/collections/_conda/troubleshooting-with-conda.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,7 @@ <h1 class="h0 mt-3 mb-2 header-title-page">Troubleshooting import issues with co

<p>If you’re getting an <code class="highlighter-rouge">ImportError</code> with a <code class="highlighter-rouge">Reason: image not found</code> related to some sort of dylib file, you’re not alone. I encounter this about once a week.</p>

<div style="width:50%">
![pr gif](https://media.giphy.com/media/ERMGXqtKTDKHC/giphy.gif)</div>
<p><br /></p>
<p><img src="https://media.giphy.com/media/ERMGXqtKTDKHC/giphy.gif" alt="power rangers gif" /></p>

<p>These are the steps I take to remedy it. Unfortunately, I haven’t really found a one-size-fits-all solution, so I typically bounce back and forth between some of the steps below till things work again. My advice here is to be persistent and keep a log of what you’ve done.</p>

Expand Down
4 changes: 1 addition & 3 deletions _site/conda/troubleshooting-with-conda.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,7 @@ <h1 class="h1 col-9 sm-width-full inline-block always-full-width-of-container" i

<p>If you’re getting an <code class="highlighter-rouge">ImportError</code> with a <code class="highlighter-rouge">Reason: image not found</code> related to some sort of dylib file, you’re not alone. I encounter this about once a week.</p>

<div style="width:50%">
![pr gif](https://media.giphy.com/media/ERMGXqtKTDKHC/giphy.gif)</div>
<p><br /></p>
<p><img src="https://media.giphy.com/media/ERMGXqtKTDKHC/giphy.gif" alt="power rangers gif" /></p>

<p>These are the steps I take to remedy it. Unfortunately, I haven’t really found a one-size-fits-all solution, so I typically bounce back and forth between some of the steps below till things work again. My advice here is to be persistent and keep a log of what you’ve done.</p>

Expand Down
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-15T15:42:29-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-15T15:44:26-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>
4 changes: 1 addition & 3 deletions collections/_conda/troubleshooting-with-conda.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ I tend to be an early adopter of new libraries and updated packages, but this of

If you're getting an ```ImportError``` with a ```Reason: image not found``` related to some sort of dylib file, you're not alone. I encounter this about once a week.

<div style="width:50%">
![pr gif](https://media.giphy.com/media/ERMGXqtKTDKHC/giphy.gif)</div>
<br>
![power rangers gif](https://media.giphy.com/media/ERMGXqtKTDKHC/giphy.gif)

These are the steps I take to remedy it. Unfortunately, I haven't really found a one-size-fits-all solution, so I typically bounce back and forth between some of the steps below till things work again. My advice here is to be persistent and keep a log of what you've done.

Expand Down
3 changes: 1 addition & 2 deletions collections/_pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ I've set this up to document my experience using Python for data analysis and pl

This project is in its infancy, and I expect it to evolve in the coming months and years. Please let me know if you want to be part of it, or if you'd like to see something specific here.

<div style="width:50%">![gif](https://media.giphy.com/media/3oKIPnAiaMCws8nOsE/giphy.gif)</div>
<br>
![gif](https://media.giphy.com/media/3oKIPnAiaMCws8nOsE/giphy.gif)

Thanks
Baird

0 comments on commit 4ee785a

Please sign in to comment.