Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
damianavila committed Feb 5, 2018
1 parent 1c67eb6 commit d29e19e
Show file tree
Hide file tree
Showing 519 changed files with 4,199 additions and 3,106 deletions.
Binary file added .DS_Store
Binary file not shown.
2,295 changes: 1,153 additions & 1,142 deletions .doit.db.bak

Large diffs are not rendered by default.

Binary file modified .doit.db.dat
Binary file not shown.
1,075 changes: 543 additions & 532 deletions .doit.db.dir

Large diffs are not rendered by default.

87 changes: 0 additions & 87 deletions .ipynb_checkpoints/Start-checkpoint.ipynb

This file was deleted.

49 changes: 0 additions & 49 deletions .ipynb_checkpoints/searching-on-github-checkpoint.ipynb

This file was deleted.

25 changes: 11 additions & 14 deletions Start.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,43 +9,40 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"title = \"Binder + Nikola + Jupyter + Github = Blogging resourceless\""
"title = \"RISE 5.2.0 is out!\""
]
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
"tags_list = ['Jupyter', 'nikola', 'Binder', 'Github', 'gh-pages', 'git', 'workflow']"
"tags_list = ['conda', 'Jupyter', 'Linux', 'osx', 'pip', 'python', 'reveal', 'RISE', 'slideshow', 'win']"
]
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 4,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"\u001b[33;01m[2017-12-17T21:12:51Z] WARNING: Nikola: The RSS_LINKS_APPEND_QUERY option is deprecated, use FEED_LINKS_APPEND_QUERY instead.\u001b[39;49;00m\n",
"\u001b[33;01m[2017-12-17T21:12:51Z] WARNING: Nikola: The RSS_READ_MORE_LINK option is deprecated, use FEED_READ_MORE_LINK instead.\u001b[39;49;00m\n",
"\u001b[33;01m[2017-12-17T21:12:51Z] WARNING: Nikola: Could not guess locale for language es, using locale en_US.UTF-8\u001b[39;49;00m\n",
"\u001b[33;01m[2017-12-17T21:12:51Z] WARNING: Nikola: Please fix your OS locale configuration or use the LOCALES option in conf.py to specify your preferred locale.\u001b[39;49;00m\n",
"\u001b[33;01m[2017-12-17T21:12:51Z] WARNING: Nikola: Make sure to use an UTF-8 locale to ensure Unicode support.\u001b[39;49;00m\n",
"\u001b[33;01m[2018-02-05T02:45:51Z] WARNING: Nikola: The RSS_LINKS_APPEND_QUERY option is deprecated, use FEED_LINKS_APPEND_QUERY instead.\u001b[39;49;00m\n",
"\u001b[33;01m[2018-02-05T02:45:51Z] WARNING: Nikola: The RSS_READ_MORE_LINK option is deprecated, use FEED_READ_MORE_LINK instead.\u001b[39;49;00m\n",
"Creating New Post\n",
"-----------------\n",
"\n",
"Title: Binder + Nikola + Jupyter + Github = Blogging resourceless\n",
"Title: RISE 5.2.0 is out!\n",
"Scanning posts......done!\n",
"\u001b[33;01m[2017-12-17T21:12:53Z] NOTICE: compile_ipynb: No kernel specified, assuming \"python3\".\u001b[39;49;00m\n",
"\u001b[37m[2017-12-17T21:12:53Z] INFO: new_post: Your post's text is at: posts/binder-+-nikola-+-jupyter-+-github-blogging-resourceless.ipynb\u001b[39;49;00m\n"
"\u001b[33;01m[2018-02-05T02:45:53Z] NOTICE: compile_ipynb: No kernel specified, assuming \"python3\".\u001b[39;49;00m\n",
"\u001b[37m[2018-02-05T02:45:53Z] INFO: new_post: Your post's text is at: posts/rise-520-is-out.ipynb\u001b[39;49;00m\n"
]
}
],
Expand Down Expand Up @@ -79,7 +76,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.3"
"version": "3.6.3"
}
},
"nbformat": 4,
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
22 changes: 22 additions & 0 deletions cache/posts/rise-520-is-out.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<p>We're pleased to announce the release of RISE 5.2.0!</p>
<p><strong>RISE</strong> let's you show yout <strong>Jupyter</strong> notebook rendered as an <strong>executable</strong> Reveal.js-based slideshow. It is your very same notebook but in a <em>slidy</em> way!
<!-- TEASER_END --></p>
<p><em>How you can get it?</em></p>
<p>If you are a <strong>conda/anaconda</strong> user, you can install it with <code>conda install -c damianavila82 rise</code>.</p>
<p>For further information about other installations procedures, please check <a href="https://damianavila.github.io/RISE/installation.html">https://damianavila.github.io/RISE/installation.html</a>.</p>
<p><em>What are the new goodies?</em></p>
<p>This released was mainly focused in some source code cleanup and normalization, several fixes and enhancements in the documentation, new default values for the <code>auto_select</code> and <code>start_slideshow_at</code> config options and a scroll-aware behavior for the output observer.</p>
<p>You can see a detailed changelog at <a href="https://damianavila.github.io/RISE/changelog.html">https://damianavila.github.io/RISE/changelog.html</a></p>
<p>Please report any issues at <a href="https://github.com/damianavila/RISE/issues">https://github.com/damianavila/RISE/issues</a></p>
<p>And I hope you enjoy the RISE experience!</p>

</div>
</div>
</div>


Empty file.
22 changes: 22 additions & 0 deletions cache/posts/rise-520-is-out.html.es
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<p>We're pleased to announce the release of RISE 5.2.0!</p>
<p><strong>RISE</strong> let's you show yout <strong>Jupyter</strong> notebook rendered as an <strong>executable</strong> Reveal.js-based slideshow. It is your very same notebook but in a <em>slidy</em> way!
<!-- TEASER_END --></p>
<p><em>How you can get it?</em></p>
<p>If you are a <strong>conda/anaconda</strong> user, you can install it with <code>conda install -c damianavila82 rise</code>.</p>
<p>For further information about other installations procedures, please check <a href="https://damianavila.github.io/RISE/installation.html">https://damianavila.github.io/RISE/installation.html</a>.</p>
<p><em>What are the new goodies?</em></p>
<p>This released was mainly focused in some source code cleanup and normalization, several fixes and enhancements in the documentation, new default values for the <code>auto_select</code> and <code>start_slideshow_at</code> config options and a scroll-aware behavior for the output observer.</p>
<p>You can see a detailed changelog at <a href="https://damianavila.github.io/RISE/changelog.html">https://damianavila.github.io/RISE/changelog.html</a></p>
<p>Please report any issues at <a href="https://github.com/damianavila/RISE/issues">https://github.com/damianavila/RISE/issues</a></p>
<p>And I hope you enjoy the RISE experience!</p>

</div>
</div>
</div>


Empty file.
Binary file added galleries/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion output/2012/06/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h3 class="translationslist-intro">Also available in:</h3>
<li>
<time class="listdate" datetime="2012-06-17T21:30:00-03:00" title="2012-06-17 21:30">2012-06-17 21:30</time><a href="../../posts/hello-world-again.html" class="listtitle">Hello World! Again...</a>
</li>
</ul></article><footer id="footer"><p>Contents © 2017 <a href="mailto:[email protected]">Damian Avila</a> -
</ul></article><footer id="footer"><p>Contents © 2018 <a href="mailto:[email protected]">Damian Avila</a> -
Powered by <a href="http://getnikola.com">Nikola</a> -
Zen theme based in <a href="https://github.com/arusahni/website-template">Arusahni's website-template</a><br><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/ar/">
<img alt="Creative Commons License BY-NC-SA" style="border-width:0; margin-bottom:12px;" src="http://i.creativecommons.org/l/by-nc-sa/2.5/ar/88x31.png"></a></p>
Expand Down
2 changes: 1 addition & 1 deletion output/2012/09/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h3 class="translationslist-intro">Also available in:</h3>
<li>
<time class="listdate" datetime="2012-09-20T17:08:19-03:00" title="2012-09-20 17:08">2012-09-20 17:08</time><a href="../../posts/nikola-nbconvert.html" class="listtitle">Nikola + nbconvert</a>
</li>
</ul></article><footer id="footer"><p>Contents © 2017 <a href="mailto:[email protected]">Damian Avila</a> -
</ul></article><footer id="footer"><p>Contents © 2018 <a href="mailto:[email protected]">Damian Avila</a> -
Powered by <a href="http://getnikola.com">Nikola</a> -
Zen theme based in <a href="https://github.com/arusahni/website-template">Arusahni's website-template</a><br><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/ar/">
<img alt="Creative Commons License BY-NC-SA" style="border-width:0; margin-bottom:12px;" src="http://i.creativecommons.org/l/by-nc-sa/2.5/ar/88x31.png"></a></p>
Expand Down
2 changes: 1 addition & 1 deletion output/2012/10/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h3 class="translationslist-intro">Also available in:</h3>
<li>
<time class="listdate" datetime="2012-10-08T00:33:45-03:00" title="2012-10-08 00:33">2012-10-08 00:33</time><a href="../../posts/improving-viper-slideshows-styling.html" class="listtitle">Improving vIPer slideshows styling</a>
</li>
</ul></article><footer id="footer"><p>Contents © 2017 <a href="mailto:[email protected]">Damian Avila</a> -
</ul></article><footer id="footer"><p>Contents © 2018 <a href="mailto:[email protected]">Damian Avila</a> -
Powered by <a href="http://getnikola.com">Nikola</a> -
Zen theme based in <a href="https://github.com/arusahni/website-template">Arusahni's website-template</a><br><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/ar/">
<img alt="Creative Commons License BY-NC-SA" style="border-width:0; margin-bottom:12px;" src="http://i.creativecommons.org/l/by-nc-sa/2.5/ar/88x31.png"></a></p>
Expand Down
2 changes: 1 addition & 1 deletion output/2012/11/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h3 class="translationslist-intro">Also available in:</h3>
<li>
<time class="listdate" datetime="2012-11-08T23:05:24-03:00" title="2012-11-08 23:05">2012-11-08 23:05</time><a href="../../posts/facundo.html" class="listtitle">Facundo</a>
</li>
</ul></article><footer id="footer"><p>Contents © 2017 <a href="mailto:[email protected]">Damian Avila</a> -
</ul></article><footer id="footer"><p>Contents © 2018 <a href="mailto:[email protected]">Damian Avila</a> -
Powered by <a href="http://getnikola.com">Nikola</a> -
Zen theme based in <a href="https://github.com/arusahni/website-template">Arusahni's website-template</a><br><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/ar/">
<img alt="Creative Commons License BY-NC-SA" style="border-width:0; margin-bottom:12px;" src="http://i.creativecommons.org/l/by-nc-sa/2.5/ar/88x31.png"></a></p>
Expand Down
2 changes: 1 addition & 1 deletion output/2012/12/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h3 class="translationslist-intro">Also available in:</h3>
<li>
<time class="listdate" datetime="2012-12-02T21:40:56-03:00" title="2012-12-02 21:40">2012-12-02 21:40</time><a href="../../posts/slider-for-nbconvert.html" class="listtitle">Slider for nbconvert...</a>
</li>
</ul></article><footer id="footer"><p>Contents © 2017 <a href="mailto:[email protected]">Damian Avila</a> -
</ul></article><footer id="footer"><p>Contents © 2018 <a href="mailto:[email protected]">Damian Avila</a> -
Powered by <a href="http://getnikola.com">Nikola</a> -
Zen theme based in <a href="https://github.com/arusahni/website-template">Arusahni's website-template</a><br><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/ar/">
<img alt="Creative Commons License BY-NC-SA" style="border-width:0; margin-bottom:12px;" src="http://i.creativecommons.org/l/by-nc-sa/2.5/ar/88x31.png"></a></p>
Expand Down
2 changes: 1 addition & 1 deletion output/2012/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h3 class="translationslist-intro">Also available in:</h3>
<a href="06/index.html">June</a>
(6)
</li>
</ul></article><footer id="footer"><p>Contents © 2017 <a href="mailto:[email protected]">Damian Avila</a> -
</ul></article><footer id="footer"><p>Contents © 2018 <a href="mailto:[email protected]">Damian Avila</a> -
Powered by <a href="http://getnikola.com">Nikola</a> -
Zen theme based in <a href="https://github.com/arusahni/website-template">Arusahni's website-template</a><br><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/ar/">
<img alt="Creative Commons License BY-NC-SA" style="border-width:0; margin-bottom:12px;" src="http://i.creativecommons.org/l/by-nc-sa/2.5/ar/88x31.png"></a></p>
Expand Down
2 changes: 1 addition & 1 deletion output/2013/01/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h3 class="translationslist-intro">Also available in:</h3>
<li>
<time class="listdate" datetime="2013-01-25T16:46:46-03:00" title="2013-01-25 16:46">2013-01-25 16:46</time><a href="../../posts/blogging-with-nikola-and-ipython.html" class="listtitle">Blogging with Nikola and IPython</a>
</li>
</ul></article><footer id="footer"><p>Contents © 2017 <a href="mailto:[email protected]">Damian Avila</a> -
</ul></article><footer id="footer"><p>Contents © 2018 <a href="mailto:[email protected]">Damian Avila</a> -
Powered by <a href="http://getnikola.com">Nikola</a> -
Zen theme based in <a href="https://github.com/arusahni/website-template">Arusahni's website-template</a><br><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/ar/">
<img alt="Creative Commons License BY-NC-SA" style="border-width:0; margin-bottom:12px;" src="http://i.creativecommons.org/l/by-nc-sa/2.5/ar/88x31.png"></a></p>
Expand Down
2 changes: 1 addition & 1 deletion output/2013/02/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h3 class="translationslist-intro">Also available in:</h3>
<li>
<time class="listdate" datetime="2013-02-15T15:05:21-03:00" title="2013-02-15 15:05">2013-02-15 15:05</time><a href="../../posts/reveal-converter-mini-tutorial.html" class="listtitle">Reveal converter mini-tutorial</a>
</li>
</ul></article><footer id="footer"><p>Contents © 2017 <a href="mailto:[email protected]">Damian Avila</a> -
</ul></article><footer id="footer"><p>Contents © 2018 <a href="mailto:[email protected]">Damian Avila</a> -
Powered by <a href="http://getnikola.com">Nikola</a> -
Zen theme based in <a href="https://github.com/arusahni/website-template">Arusahni's website-template</a><br><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/ar/">
<img alt="Creative Commons License BY-NC-SA" style="border-width:0; margin-bottom:12px;" src="http://i.creativecommons.org/l/by-nc-sa/2.5/ar/88x31.png"></a></p>
Expand Down
2 changes: 1 addition & 1 deletion output/2013/04/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h3 class="translationslist-intro">Also available in:</h3>
<li>
<time class="listdate" datetime="2013-04-23T15:03:18-03:00" title="2013-04-23 15:03">2013-04-23 15:03</time><a href="../../posts/under-the-sea-en-la-plata.html" class="listtitle">Under the Sea... en La Plata</a>
</li>
</ul></article><footer id="footer"><p>Contents © 2017 <a href="mailto:[email protected]">Damian Avila</a> -
</ul></article><footer id="footer"><p>Contents © 2018 <a href="mailto:[email protected]">Damian Avila</a> -
Powered by <a href="http://getnikola.com">Nikola</a> -
Zen theme based in <a href="https://github.com/arusahni/website-template">Arusahni's website-template</a><br><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/ar/">
<img alt="Creative Commons License BY-NC-SA" style="border-width:0; margin-bottom:12px;" src="http://i.creativecommons.org/l/by-nc-sa/2.5/ar/88x31.png"></a></p>
Expand Down
2 changes: 1 addition & 1 deletion output/2013/05/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h3 class="translationslist-intro">Also available in:</h3>
<li>
<time class="listdate" datetime="2013-05-04T20:18:56-03:00" title="2013-05-04 20:18">2013-05-04 20:18</time><a href="../../posts/scipycon-argentina-2013.html" class="listtitle">SciPyCon Argentina 2013</a>
</li>
</ul></article><footer id="footer"><p>Contents © 2017 <a href="mailto:[email protected]">Damian Avila</a> -
</ul></article><footer id="footer"><p>Contents © 2018 <a href="mailto:[email protected]">Damian Avila</a> -
Powered by <a href="http://getnikola.com">Nikola</a> -
Zen theme based in <a href="https://github.com/arusahni/website-template">Arusahni's website-template</a><br><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/ar/">
<img alt="Creative Commons License BY-NC-SA" style="border-width:0; margin-bottom:12px;" src="http://i.creativecommons.org/l/by-nc-sa/2.5/ar/88x31.png"></a></p>
Expand Down
2 changes: 1 addition & 1 deletion output/2013/08/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h3 class="translationslist-intro">Also available in:</h3>
<li>
<time class="listdate" datetime="2013-08-02T15:46:31-03:00" title="2013-08-02 15:46">2013-08-02 15:46</time><a href="../../posts/teasers-with-the-ipython-notebook-plugin.html" class="listtitle">Teasers with the IPython notebook plugin</a>
</li>
</ul></article><footer id="footer"><p>Contents © 2017 <a href="mailto:[email protected]">Damian Avila</a> -
</ul></article><footer id="footer"><p>Contents © 2018 <a href="mailto:[email protected]">Damian Avila</a> -
Powered by <a href="http://getnikola.com">Nikola</a> -
Zen theme based in <a href="https://github.com/arusahni/website-template">Arusahni's website-template</a><br><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/ar/">
<img alt="Creative Commons License BY-NC-SA" style="border-width:0; margin-bottom:12px;" src="http://i.creativecommons.org/l/by-nc-sa/2.5/ar/88x31.png"></a></p>
Expand Down
Loading

0 comments on commit d29e19e

Please sign in to comment.