How we can easily do it? Just follow these few steps:
+
Rational: We are going to use the power of IPython.nbconvert library to use a modified jinja template which will let us hide theinput cells in our IPython slides. To achieve this goal, we are going to use the same approach described in a previous post. Hence, our input cells will be hidden by default, but they will show up if we click on the corresponding output cell area.
+
OK, we first wrote the custom template. I named output_toggle.tpl:
The code is simple, but for a detailed explanation see my previous [post]((http://www.damian.oquanta.info/posts/mimic-the-ipython-notebook-cell-execution.htm).
+
Briefly, I just change obvious things such as the encompassing of the input_group and the calling of .prev() method (instead of .next() one) inside the little javascript snippet.
and I got something like this (navigate and try it!):
+
+
+
+
+
+
+
OK, as you have seen in the example, your IPython slides will be delivered showing just the output cells... but if you need to show some input cells, just click on the corresponding output cell and you will get them. Nice, uh!
+
Hope it helps Thomas (and all the other people using the IPython slides)!
+
Damián.
+
\ No newline at end of file
diff --git a/cache/posts/hide-the-input-cells-from-your-ipython-slides.html.es b/cache/posts/hide-the-input-cells-from-your-ipython-slides.html.es
new file mode 100644
index 00000000..d29ee077
--- /dev/null
+++ b/cache/posts/hide-the-input-cells-from-your-ipython-slides.html.es
@@ -0,0 +1,96 @@
+
+
+
A tweet arrived...
+
+@damian_avila Is there a way to only show the output of a cell in an NB slideshow?
+
How we can easily do it? Just follow these few steps:
+
Rational: We are going to use the power of IPython.nbconvert library to use a modified jinja template which will let us hide theinput cells in our IPython slides. To achieve this goal, we are going to use the same approach described in a previous post. Hence, our input cells will be hidden by default, but they will show up if we click on the corresponding output cell area.
+
OK, we first wrote the custom template. I named output_toggle.tpl:
The code is simple, but for a detailed explanation see my previous [post]((http://www.damian.oquanta.info/posts/mimic-the-ipython-notebook-cell-execution.htm).
+
Briefly, I just change obvious things such as the encompassing of the input_group and the calling of .prev() method (instead of .next() one) inside the little javascript snippet.
and I got something like this (navigate and try it!):
+
+
+
+
+
+
+
OK, as you have seen in the example, your IPython slides will be delivered showing just the output cells... but if you need to show some input cells, just click on the corresponding output cell and you will get them. Nice, uh!
+
Hope it helps Thomas (and all the other people using the IPython slides)!
+
Damián.
+
\ No newline at end of file
diff --git a/cache/posts/mimic-the-ipython-notebook-cell-execution.html b/cache/posts/mimic-the-ipython-notebook-cell-execution.html
index 7d0c9f4c..806041bc 100644
--- a/cache/posts/mimic-the-ipython-notebook-cell-execution.html
+++ b/cache/posts/mimic-the-ipython-notebook-cell-execution.html
@@ -12,7 +12,7 @@
In [1]:
[2013-09-29 23:53] Mimic the IPython notebook cell execution
diff --git a/output/categories/config.xml b/output/categories/config.xml
index db6ed165..0227ce53 100644
--- a/output/categories/config.xml
+++ b/output/categories/config.xml
@@ -1,5 +1,15 @@
-Damian's blog (config)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (config)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssHide the input cells from your IPython slideshttp://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
+<p>A tweet arrived...</p>
+<blockquote class="twitter-tweet" data-partner="tweetdeck"><p>
+<a href="https://twitter.com/damian_avila">@damian_avila</a> Is there a way to only show the output of a cell in an NB slideshow?
+</p>
+— Thomas Wiecki (@TWiecki) <a href="https://twitter.com/TWiecki/statuses/388378339716505601">October 10, 2013</a>
+</blockquote>
+<script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>
+
+<p>And my answer was <strong>YES</strong>...</p>
+<p>How we can easily do it? Just follow these few steps: </p><p class="more"><a href="http://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.html">Read more…</a></p></div>pythonIPythonnbconvertconfigjavascripttogglejinjarevealslideshowhttp://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.htmlThu, 10 Oct 2013 19:54:27 GMTA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Some days ago, I presented a way to mimic the execution of <em>nbconverted</em> <strong>IPython</strong> notebooks (<em>ipynb</em>). Today, I will show you how to add a simple <em>minimap</em> to these static html documents.</p>
<p>But, what is a <em>minimap</em>? Do you know <strong>SublimeText</strong> or <strong>Ninja-IDE</strong>? They are IDEs with a thin column to the right (of the main window) which provides an overview of the code we are working on... OK, you don't have an idea what am I talking about? Just go ahead and you will see... </p><p class="more"><a href="http://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.html">Read more…</a></p></div>pythonIPythonnbconvertconfigjavascriptminimapjinjanikolahttp://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.htmlFri, 04 Oct 2013 00:59:36 GMTMimic the IPython notebook cell executionhttp://www.damian.oquanta.info/posts/mimic-the-ipython-notebook-cell-execution.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Yesterday, I was visiting the <a href="http://www.astro.washington.edu/users/vanderplas/">Jake VanderPlas</a>'s Scientific Python Course <a href="http://www.astro.washington.edu/users/vanderplas/Astr599/schedule">site</a> because of some issues raised at the ipython-dev mailing list (and obviously, because Jake usually do amazing things).</p>
diff --git a/output/categories/connectivity.xml b/output/categories/connectivity.xml
index de8f6dfc..2ffb4c4d 100644
--- a/output/categories/connectivity.xml
+++ b/output/categories/connectivity.xml
@@ -1,5 +1,5 @@
-Damian's blog (connectivity)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssUsing a local Reveal.js library with your IPython slideshttp://www.damian.oquanta.info/posts/using-a-local-revealjs-library-with-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (connectivity)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssUsing a local Reveal.js library with your IPython slideshttp://www.damian.oquanta.info/posts/using-a-local-revealjs-library-with-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
<p>IPython slides are powered by <a href="https://github.com/hakimel/reveal.js/">Reveal.js</a> library, you probably already know that.</p>
<p>But... you probably don't know that we use <a href="http://www.jsdelivr.com/">jsdelivr</a> CDN to load all the necessary js and css files. As a consequence, you don't need to download Reveal.js, but also, the speaker notes are not working by default.</p>
<p>But... what happens, if you have low connectivity in the place where you will be presenting your talk (or if you want to use the speaker notes feature)? </p><p class="more"><a href="http://www.damian.oquanta.info/posts/using-a-local-revealjs-library-with-your-ipython-slides.html">Read more…</a></p></div>pythonIPythonnbconvertrevealslideshowlocalconnectivityhttp://www.damian.oquanta.info/posts/using-a-local-revealjs-library-with-your-ipython-slides.htmlFri, 13 Sep 2013 18:50:22 GMT
\ No newline at end of file
diff --git a/output/categories/css.xml b/output/categories/css.xml
index d6886e9f..eec1d053 100644
--- a/output/categories/css.xml
+++ b/output/categories/css.xml
@@ -1,5 +1,5 @@
-Damian's blog (css)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssCustomizing your IPython slideshttp://www.damian.oquanta.info/posts/customizing-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (css)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssCustomizing your IPython slideshttp://www.damian.oquanta.info/posts/customizing-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Some days ago, I received this message on G+:</p>
<blockquote>
<p>In a future release, would be handy to add custom classes to slides so that you can use CSS rules to choose certain layouts for image slides, text, multiple charts, etc.</p>
diff --git a/output/categories/extension.xml b/output/categories/extension.xml
index 3e114e6e..cca1d24d 100644
--- a/output/categories/extension.xml
+++ b/output/categories/extension.xml
@@ -1,5 +1,5 @@
-Damian's blog (extension)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssZen mode extension for the IPython notebookhttp://www.damian.oquanta.info/posts/zen-mode-extension-for-the-ipython-notebook.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (extension)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssZen mode extension for the IPython notebookhttp://www.damian.oquanta.info/posts/zen-mode-extension-for-the-ipython-notebook.html<div class="text_cell_render border-box-sizing rendered_html">
<p>I write a lot stuff inside the IPython notebook.</p>
<p>And I thought it would be great to have a <em>sort</em> of <strong>Zen mode</strong> for the notebook...</p>
<p>I mean, a <em>peaceful</em> user interface to write my blog posts (and other stuff, of course).</p>
diff --git a/output/categories/facundo.xml b/output/categories/facundo.xml
index 528e0d04..648c45c1 100644
--- a/output/categories/facundo.xml
+++ b/output/categories/facundo.xml
@@ -1,5 +1,5 @@
-Damian's blog (Facundo)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssUnder the Sea... en La Platahttp://www.damian.oquanta.info/posts/under-the-sea-en-la-plata.html<div><div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (Facundo)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssUnder the Sea... en La Platahttp://www.damian.oquanta.info/posts/under-the-sea-en-la-plata.html<div><div class="text_cell_render border-box-sizing rendered_html">
<p>Han pasado casi tres semanas... El 2 de abril cayeron sobre la ciudad de La Plata casi 400 mm de agua en 24 hs, concentrándose la mayor parte de dicho caudal en dos o tres horas por la tarde, lo que dio lugar a la más grande inundación que la ciudad haya registrado en toda su historia.</p>
</div>
<div class="text_cell_render border-box-sizing rendered_html">
diff --git a/output/categories/family.xml b/output/categories/family.xml
index f4486be1..329fb214 100644
--- a/output/categories/family.xml
+++ b/output/categories/family.xml
@@ -1,5 +1,5 @@
-Damian's blog (family)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssUnder the Sea... en La Platahttp://www.damian.oquanta.info/posts/under-the-sea-en-la-plata.html<div><div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (family)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssUnder the Sea... en La Platahttp://www.damian.oquanta.info/posts/under-the-sea-en-la-plata.html<div><div class="text_cell_render border-box-sizing rendered_html">
<p>Han pasado casi tres semanas... El 2 de abril cayeron sobre la ciudad de La Plata casi 400 mm de agua en 24 hs, concentrándose la mayor parte de dicho caudal en dos o tres horas por la tarde, lo que dio lugar a la más grande inundación que la ciudad haya registrado en toda su historia.</p>
</div>
<div class="text_cell_render border-box-sizing rendered_html">
diff --git a/output/categories/first_post.xml b/output/categories/first_post.xml
index c7bf0c04..f67a09d8 100644
--- a/output/categories/first_post.xml
+++ b/output/categories/first_post.xml
@@ -1,5 +1,5 @@
-Damian's blog (first_post)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssHello World! Again...http://www.damian.oquanta.info/posts/hello-world-again.html<p>You know that I have attempted to run a blog before. This is a new attempt...
+Damian's blog (first_post)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssHello World! Again...http://www.damian.oquanta.info/posts/hello-world-again.html<p>You know that I have attempted to run a blog before. This is a new attempt...
OK, I do not promise to post everyday... but if you have patience,
you will read a lot of interesting things (at least interesting for me).</p>
<p>See you soon!</p>
diff --git a/output/categories/flood.xml b/output/categories/flood.xml
index 2807a155..364e8154 100644
--- a/output/categories/flood.xml
+++ b/output/categories/flood.xml
@@ -1,5 +1,5 @@
-Damian's blog (flood)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssUnder the Sea... en La Platahttp://www.damian.oquanta.info/posts/under-the-sea-en-la-plata.html<div><div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (flood)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:05 GMTnikolahttp://blogs.law.harvard.edu/tech/rssUnder the Sea... en La Platahttp://www.damian.oquanta.info/posts/under-the-sea-en-la-plata.html<div><div class="text_cell_render border-box-sizing rendered_html">
<p>Han pasado casi tres semanas... El 2 de abril cayeron sobre la ciudad de La Plata casi 400 mm de agua en 24 hs, concentrándose la mayor parte de dicho caudal en dos o tres horas por la tarde, lo que dio lugar a la más grande inundación que la ciudad haya registrado en toda su historia.</p>
</div>
<div class="text_cell_render border-box-sizing rendered_html">
diff --git a/output/categories/gh-pages.xml b/output/categories/gh-pages.xml
index 0a45f653..c7ea0c54 100644
--- a/output/categories/gh-pages.xml
+++ b/output/categories/gh-pages.xml
@@ -1,5 +1,5 @@
-Damian's blog (gh-pages)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssOne line deployment of your site to gh-pageshttp://www.damian.oquanta.info/posts/one-line-deployment-of-your-site-to-gh-pages.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (gh-pages)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssOne line deployment of your site to gh-pageshttp://www.damian.oquanta.info/posts/one-line-deployment-of-your-site-to-gh-pages.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Do you want to <strong>easily</strong> deploy your site to Github pages?</p>
<p>OK, here we go...</p>
<ol style="list-style-type: decimal">
diff --git a/output/categories/git.xml b/output/categories/git.xml
index df46c787..6f6b1ce4 100644
--- a/output/categories/git.xml
+++ b/output/categories/git.xml
@@ -1,5 +1,5 @@
-Damian's blog (git)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssOne line deployment of your site to gh-pageshttp://www.damian.oquanta.info/posts/one-line-deployment-of-your-site-to-gh-pages.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (git)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssOne line deployment of your site to gh-pageshttp://www.damian.oquanta.info/posts/one-line-deployment-of-your-site-to-gh-pages.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Do you want to <strong>easily</strong> deploy your site to Github pages?</p>
<p>OK, here we go...</p>
<ol style="list-style-type: decimal">
diff --git a/output/categories/ipython.html b/output/categories/ipython.html
index e807eb62..790dc8d0 100644
--- a/output/categories/ipython.html
+++ b/output/categories/ipython.html
@@ -135,7 +135,9 @@
[2013-09-29 23:53] Mimic the IPython notebook cell execution
diff --git a/output/categories/ipython.xml b/output/categories/ipython.xml
index 72121fc4..ffd8faed 100644
--- a/output/categories/ipython.xml
+++ b/output/categories/ipython.xml
@@ -1,5 +1,15 @@
-Damian's blog (IPython)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (IPython)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssHide the input cells from your IPython slideshttp://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
+<p>A tweet arrived...</p>
+<blockquote class="twitter-tweet" data-partner="tweetdeck"><p>
+<a href="https://twitter.com/damian_avila">@damian_avila</a> Is there a way to only show the output of a cell in an NB slideshow?
+</p>
+— Thomas Wiecki (@TWiecki) <a href="https://twitter.com/TWiecki/statuses/388378339716505601">October 10, 2013</a>
+</blockquote>
+<script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>
+
+<p>And my answer was <strong>YES</strong>...</p>
+<p>How we can easily do it? Just follow these few steps: </p><p class="more"><a href="http://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.html">Read more…</a></p></div>pythonIPythonnbconvertconfigjavascripttogglejinjarevealslideshowhttp://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.htmlThu, 10 Oct 2013 19:54:27 GMTA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Some days ago, I presented a way to mimic the execution of <em>nbconverted</em> <strong>IPython</strong> notebooks (<em>ipynb</em>). Today, I will show you how to add a simple <em>minimap</em> to these static html documents.</p>
<p>But, what is a <em>minimap</em>? Do you know <strong>SublimeText</strong> or <strong>Ninja-IDE</strong>? They are IDEs with a thin column to the right (of the main window) which provides an overview of the code we are working on... OK, you don't have an idea what am I talking about? Just go ahead and you will see... </p><p class="more"><a href="http://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.html">Read more…</a></p></div>pythonIPythonnbconvertconfigjavascriptminimapjinjanikolahttp://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.htmlFri, 04 Oct 2013 00:59:36 GMTMimic the IPython notebook cell executionhttp://www.damian.oquanta.info/posts/mimic-the-ipython-notebook-cell-execution.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Yesterday, I was visiting the <a href="http://www.astro.washington.edu/users/vanderplas/">Jake VanderPlas</a>'s Scientific Python Course <a href="http://www.astro.washington.edu/users/vanderplas/Astr599/schedule">site</a> because of some issues raised at the ipython-dev mailing list (and obviously, because Jake usually do amazing things).</p>
@@ -31,6 +41,4 @@
<blockquote>
<p>In a future release, would be handy to add custom classes to slides so that you can use CSS rules to choose certain layouts for image slides, text, multiple charts, etc.</p>
</blockquote>
-<p>But... we already support this kind of customization! And it is clearly my fault that you don't know about this feature... so: </p><p class="more"><a href="http://www.damian.oquanta.info/posts/customizing-your-ipython-slides.html">Read more…</a></p></div>pythonIPythonnbconvertrevealslideshowcsshttp://www.damian.oquanta.info/posts/customizing-your-ipython-slides.htmlTue, 03 Sep 2013 16:08:16 GMTA little hack to get a pdf from your IPython slideshttp://www.damian.oquanta.info/posts/a-little-hack-to-get-a-pdf-from-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
-<p>A lot of users of the <code>slides</code> option in <code>IPython.nbconvert</code> asked me about how to get a pdf from the generated Reveal.js-based slideshow.</p>
-<p>To make the story short, here you have the detailed steps: </p><p class="more"><a href="http://www.damian.oquanta.info/posts/a-little-hack-to-get-a-pdf-from-your-ipython-slides.html">Read more…</a></p></div>pythonIPythonnbconvertrevealslideshowpdfhttp://www.damian.oquanta.info/posts/a-little-hack-to-get-a-pdf-from-your-ipython-slides.htmlFri, 30 Aug 2013 20:25:39 GMT
\ No newline at end of file
+<p>But... we already support this kind of customization! And it is clearly my fault that you don't know about this feature... so: </p><p class="more"><a href="http://www.damian.oquanta.info/posts/customizing-your-ipython-slides.html">Read more…</a></p></div>pythonIPythonnbconvertrevealslideshowcsshttp://www.damian.oquanta.info/posts/customizing-your-ipython-slides.htmlTue, 03 Sep 2013 16:08:16 GMT
\ No newline at end of file
diff --git a/output/categories/javascript.html b/output/categories/javascript.html
index 2b04c994..5fa9282d 100644
--- a/output/categories/javascript.html
+++ b/output/categories/javascript.html
@@ -135,7 +135,9 @@
[2013-09-29 23:53] Mimic the IPython notebook cell execution
diff --git a/output/categories/javascript.xml b/output/categories/javascript.xml
index d51c825c..2dbf4014 100644
--- a/output/categories/javascript.xml
+++ b/output/categories/javascript.xml
@@ -1,5 +1,15 @@
-Damian's blog (javascript)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (javascript)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssHide the input cells from your IPython slideshttp://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
+<p>A tweet arrived...</p>
+<blockquote class="twitter-tweet" data-partner="tweetdeck"><p>
+<a href="https://twitter.com/damian_avila">@damian_avila</a> Is there a way to only show the output of a cell in an NB slideshow?
+</p>
+— Thomas Wiecki (@TWiecki) <a href="https://twitter.com/TWiecki/statuses/388378339716505601">October 10, 2013</a>
+</blockquote>
+<script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>
+
+<p>And my answer was <strong>YES</strong>...</p>
+<p>How we can easily do it? Just follow these few steps: </p><p class="more"><a href="http://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.html">Read more…</a></p></div>pythonIPythonnbconvertconfigjavascripttogglejinjarevealslideshowhttp://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.htmlThu, 10 Oct 2013 19:54:27 GMTA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Some days ago, I presented a way to mimic the execution of <em>nbconverted</em> <strong>IPython</strong> notebooks (<em>ipynb</em>). Today, I will show you how to add a simple <em>minimap</em> to these static html documents.</p>
<p>But, what is a <em>minimap</em>? Do you know <strong>SublimeText</strong> or <strong>Ninja-IDE</strong>? They are IDEs with a thin column to the right (of the main window) which provides an overview of the code we are working on... OK, you don't have an idea what am I talking about? Just go ahead and you will see... </p><p class="more"><a href="http://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.html">Read more…</a></p></div>pythonIPythonnbconvertconfigjavascriptminimapjinjanikolahttp://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.htmlFri, 04 Oct 2013 00:59:36 GMTMimic the IPython notebook cell executionhttp://www.damian.oquanta.info/posts/mimic-the-ipython-notebook-cell-execution.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Yesterday, I was visiting the <a href="http://www.astro.washington.edu/users/vanderplas/">Jake VanderPlas</a>'s Scientific Python Course <a href="http://www.astro.washington.edu/users/vanderplas/Astr599/schedule">site</a> because of some issues raised at the ipython-dev mailing list (and obviously, because Jake usually do amazing things).</p>
diff --git a/output/categories/jinja.html b/output/categories/jinja.html
index a140bda9..d5858d6c 100644
--- a/output/categories/jinja.html
+++ b/output/categories/jinja.html
@@ -135,7 +135,9 @@
[2013-09-29 23:53] Mimic the IPython notebook cell execution
diff --git a/output/categories/jinja.xml b/output/categories/jinja.xml
index 2fd495aa..ec2396e9 100644
--- a/output/categories/jinja.xml
+++ b/output/categories/jinja.xml
@@ -1,5 +1,15 @@
-Damian's blog (jinja)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (jinja)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssHide the input cells from your IPython slideshttp://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
+<p>A tweet arrived...</p>
+<blockquote class="twitter-tweet" data-partner="tweetdeck"><p>
+<a href="https://twitter.com/damian_avila">@damian_avila</a> Is there a way to only show the output of a cell in an NB slideshow?
+</p>
+— Thomas Wiecki (@TWiecki) <a href="https://twitter.com/TWiecki/statuses/388378339716505601">October 10, 2013</a>
+</blockquote>
+<script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>
+
+<p>And my answer was <strong>YES</strong>...</p>
+<p>How we can easily do it? Just follow these few steps: </p><p class="more"><a href="http://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.html">Read more…</a></p></div>pythonIPythonnbconvertconfigjavascripttogglejinjarevealslideshowhttp://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.htmlThu, 10 Oct 2013 19:54:27 GMTA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Some days ago, I presented a way to mimic the execution of <em>nbconverted</em> <strong>IPython</strong> notebooks (<em>ipynb</em>). Today, I will show you how to add a simple <em>minimap</em> to these static html documents.</p>
<p>But, what is a <em>minimap</em>? Do you know <strong>SublimeText</strong> or <strong>Ninja-IDE</strong>? They are IDEs with a thin column to the right (of the main window) which provides an overview of the code we are working on... OK, you don't have an idea what am I talking about? Just go ahead and you will see... </p><p class="more"><a href="http://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.html">Read more…</a></p></div>pythonIPythonnbconvertconfigjavascriptminimapjinjanikolahttp://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.htmlFri, 04 Oct 2013 00:59:36 GMTMimic the IPython notebook cell executionhttp://www.damian.oquanta.info/posts/mimic-the-ipython-notebook-cell-execution.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Yesterday, I was visiting the <a href="http://www.astro.washington.edu/users/vanderplas/">Jake VanderPlas</a>'s Scientific Python Course <a href="http://www.astro.washington.edu/users/vanderplas/Astr599/schedule">site</a> because of some issues raised at the ipython-dev mailing list (and obviously, because Jake usually do amazing things).</p>
diff --git a/output/categories/less.xml b/output/categories/less.xml
index b2273df2..042fc6c6 100644
--- a/output/categories/less.xml
+++ b/output/categories/less.xml
@@ -1,5 +1,5 @@
-Damian's blog (less)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssNikola's Zen theme finally releasedhttp://www.damian.oquanta.info/posts/nikolas-zen-theme-finally-released.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (less)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssNikola's Zen theme finally releasedhttp://www.damian.oquanta.info/posts/nikolas-zen-theme-finally-released.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Just a quick update... Some weeks ago I <a href="http://www.damian.oquanta.info/posts/a-new-nikolas-theme-for-my-site-zen.html">blogged</a> about my new <strong>Nikola</strong>'s theme family called <strong>Zen</strong>. In fact, you are seeing the <code>zen-ipython</code> theme powering my blog right now.</p>
<p>I have used them for several days without any remarkable issue, so I decided to release them at the <strong>Nikola</strong>'s <a href="https://github.com/getnikola/nikola-themes">theme repository</a>.</p>
<p>There, you will see three <strong>Zen</strong> themes:</p>
diff --git a/output/categories/life.xml b/output/categories/life.xml
index 787e91a2..951b50f3 100644
--- a/output/categories/life.xml
+++ b/output/categories/life.xml
@@ -1,5 +1,5 @@
-Damian's blog (life)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssUnder the Sea... en La Platahttp://www.damian.oquanta.info/posts/under-the-sea-en-la-plata.html<div><div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (life)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssUnder the Sea... en La Platahttp://www.damian.oquanta.info/posts/under-the-sea-en-la-plata.html<div><div class="text_cell_render border-box-sizing rendered_html">
<p>Han pasado casi tres semanas... El 2 de abril cayeron sobre la ciudad de La Plata casi 400 mm de agua en 24 hs, concentrándose la mayor parte de dicho caudal en dos o tres horas por la tarde, lo que dio lugar a la más grande inundación que la ciudad haya registrado en toda su historia.</p>
</div>
<div class="text_cell_render border-box-sizing rendered_html">
diff --git a/output/categories/local.xml b/output/categories/local.xml
index dea9f226..f8b01f32 100644
--- a/output/categories/local.xml
+++ b/output/categories/local.xml
@@ -1,5 +1,5 @@
-Damian's blog (local)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssUsing a local Reveal.js library with your IPython slideshttp://www.damian.oquanta.info/posts/using-a-local-revealjs-library-with-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (local)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssUsing a local Reveal.js library with your IPython slideshttp://www.damian.oquanta.info/posts/using-a-local-revealjs-library-with-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
<p>IPython slides are powered by <a href="https://github.com/hakimel/reveal.js/">Reveal.js</a> library, you probably already know that.</p>
<p>But... you probably don't know that we use <a href="http://www.jsdelivr.com/">jsdelivr</a> CDN to load all the necessary js and css files. As a consequence, you don't need to download Reveal.js, but also, the speaker notes are not working by default.</p>
<p>But... what happens, if you have low connectivity in the place where you will be presenting your talk (or if you want to use the speaker notes feature)? </p><p class="more"><a href="http://www.damian.oquanta.info/posts/using-a-local-revealjs-library-with-your-ipython-slides.html">Read more…</a></p></div>pythonIPythonnbconvertrevealslideshowlocalconnectivityhttp://www.damian.oquanta.info/posts/using-a-local-revealjs-library-with-your-ipython-slides.htmlFri, 13 Sep 2013 18:50:22 GMT
\ No newline at end of file
diff --git a/output/categories/minimap.xml b/output/categories/minimap.xml
index 6ce34b39..d5c20b43 100644
--- a/output/categories/minimap.xml
+++ b/output/categories/minimap.xml
@@ -1,4 +1,4 @@
-Damian's blog (minimap)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (minimap)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Some days ago, I presented a way to mimic the execution of <em>nbconverted</em> <strong>IPython</strong> notebooks (<em>ipynb</em>). Today, I will show you how to add a simple <em>minimap</em> to these static html documents.</p>
<p>But, what is a <em>minimap</em>? Do you know <strong>SublimeText</strong> or <strong>Ninja-IDE</strong>? They are IDEs with a thin column to the right (of the main window) which provides an overview of the code we are working on... OK, you don't have an idea what am I talking about? Just go ahead and you will see... </p><p class="more"><a href="http://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.html">Read more…</a></p></div>pythonIPythonnbconvertconfigjavascriptminimapjinjanikolahttp://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.htmlFri, 04 Oct 2013 00:59:36 GMT
\ No newline at end of file
diff --git a/output/categories/nbconvert.html b/output/categories/nbconvert.html
index e439c038..7701ee4e 100644
--- a/output/categories/nbconvert.html
+++ b/output/categories/nbconvert.html
@@ -135,7 +135,9 @@
[2013-09-29 23:53] Mimic the IPython notebook cell execution
diff --git a/output/categories/nbconvert.xml b/output/categories/nbconvert.xml
index 097fbd43..97c50aa3 100644
--- a/output/categories/nbconvert.xml
+++ b/output/categories/nbconvert.xml
@@ -1,5 +1,15 @@
-Damian's blog (nbconvert)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (nbconvert)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssHide the input cells from your IPython slideshttp://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
+<p>A tweet arrived...</p>
+<blockquote class="twitter-tweet" data-partner="tweetdeck"><p>
+<a href="https://twitter.com/damian_avila">@damian_avila</a> Is there a way to only show the output of a cell in an NB slideshow?
+</p>
+— Thomas Wiecki (@TWiecki) <a href="https://twitter.com/TWiecki/statuses/388378339716505601">October 10, 2013</a>
+</blockquote>
+<script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>
+
+<p>And my answer was <strong>YES</strong>...</p>
+<p>How we can easily do it? Just follow these few steps: </p><p class="more"><a href="http://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.html">Read more…</a></p></div>pythonIPythonnbconvertconfigjavascripttogglejinjarevealslideshowhttp://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.htmlThu, 10 Oct 2013 19:54:27 GMTA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Some days ago, I presented a way to mimic the execution of <em>nbconverted</em> <strong>IPython</strong> notebooks (<em>ipynb</em>). Today, I will show you how to add a simple <em>minimap</em> to these static html documents.</p>
<p>But, what is a <em>minimap</em>? Do you know <strong>SublimeText</strong> or <strong>Ninja-IDE</strong>? They are IDEs with a thin column to the right (of the main window) which provides an overview of the code we are working on... OK, you don't have an idea what am I talking about? Just go ahead and you will see... </p><p class="more"><a href="http://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.html">Read more…</a></p></div>pythonIPythonnbconvertconfigjavascriptminimapjinjanikolahttp://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.htmlFri, 04 Oct 2013 00:59:36 GMTMimic the IPython notebook cell executionhttp://www.damian.oquanta.info/posts/mimic-the-ipython-notebook-cell-execution.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Yesterday, I was visiting the <a href="http://www.astro.washington.edu/users/vanderplas/">Jake VanderPlas</a>'s Scientific Python Course <a href="http://www.astro.washington.edu/users/vanderplas/Astr599/schedule">site</a> because of some issues raised at the ipython-dev mailing list (and obviously, because Jake usually do amazing things).</p>
@@ -29,10 +39,4 @@
<p><strong>I am pleased to announce the new version of the IPython plugin for Nikola.</strong></p>
<p>This new version has been incorporated into Nikola master a few weeks ago, so it is now available in the last release of <strong>Nikola, 5.5.1.</strong></p>
<p>Now that <strong>IPython</strong> has achieved the <strong>1.0 release</strong>, and with the incorporation of nbconvert as a part of the IPython machinery, the IPython plugin no longer needs to use a customized version of the old nbconvert, instead it is now using the the power of the new <strong>IPython.nbconvert</strong> infrastructure to export the ipynb files to HTML pieces to be rendered by <strong>Nikola</strong>.</p>
-<p>With the simplification of the infrastructure, it is now easier to setup your blog to use the plugin following this five steps: </p><p class="more"><a href="http://www.damian.oquanta.info/posts/ipython-plugin-for-nikola-updated.html">Read more…</a></p></div>pythonIPythonnikolanbconverthttp://www.damian.oquanta.info/posts/ipython-plugin-for-nikola-updated.htmlMon, 12 Aug 2013 16:40:29 GMTReveal converter mini-tutorialhttp://www.damian.oquanta.info/posts/reveal-converter-mini-tutorial.html<div><div class="text_cell_render border-box-sizing rendered_html">
-<p>After some weeks of work and a lot of useful colaboration with the IPython team, we now have the reveal converter merged in nbconvert (a conversion utilities for the IPython notebook format).</p>
-<p>Currently nbconvert is being rewritten... but we also have a reveal converter in the new codebase, so you do not have problems if you begin to use it now, you will be able to use it tomorrow :-)</p>
-<p>I wrote a little tutorial (a reveal-based notebook slideshow, of course) about how to use reveal converter option inside nbconvert</p>
-</div>
-<div class="text_cell_render border-box-sizing rendered_html">
-<p class="more"><a href="http://www.damian.oquanta.info/posts/reveal-converter-mini-tutorial.html">Read more…</a></p></div></div>pythonnikolaIPythonblognbconverthttp://www.damian.oquanta.info/posts/reveal-converter-mini-tutorial.htmlFri, 15 Feb 2013 15:05:21 GMT
\ No newline at end of file
+<p>With the simplification of the infrastructure, it is now easier to setup your blog to use the plugin following this five steps: </p><p class="more"><a href="http://www.damian.oquanta.info/posts/ipython-plugin-for-nikola-updated.html">Read more…</a></p></div>pythonIPythonnikolanbconverthttp://www.damian.oquanta.info/posts/ipython-plugin-for-nikola-updated.htmlMon, 12 Aug 2013 16:40:29 GMT
\ No newline at end of file
diff --git a/output/categories/nikola.xml b/output/categories/nikola.xml
index 5274483d..bebe6efa 100644
--- a/output/categories/nikola.xml
+++ b/output/categories/nikola.xml
@@ -1,5 +1,5 @@
-Damian's blog (nikola)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:57 GMTnikolahttp://blogs.law.harvard.edu/tech/rssA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (nikola)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Some days ago, I presented a way to mimic the execution of <em>nbconverted</em> <strong>IPython</strong> notebooks (<em>ipynb</em>). Today, I will show you how to add a simple <em>minimap</em> to these static html documents.</p>
<p>But, what is a <em>minimap</em>? Do you know <strong>SublimeText</strong> or <strong>Ninja-IDE</strong>? They are IDEs with a thin column to the right (of the main window) which provides an overview of the code we are working on... OK, you don't have an idea what am I talking about? Just go ahead and you will see... </p><p class="more"><a href="http://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.html">Read more…</a></p></div>pythonIPythonnbconvertconfigjavascriptminimapjinjanikolahttp://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.htmlFri, 04 Oct 2013 00:59:36 GMTMimic the IPython notebook cell executionhttp://www.damian.oquanta.info/posts/mimic-the-ipython-notebook-cell-execution.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Yesterday, I was visiting the <a href="http://www.astro.washington.edu/users/vanderplas/">Jake VanderPlas</a>'s Scientific Python Course <a href="http://www.astro.washington.edu/users/vanderplas/Astr599/schedule">site</a> because of some issues raised at the ipython-dev mailing list (and obviously, because Jake usually do amazing things).</p>
diff --git a/output/categories/opensource.xml b/output/categories/opensource.xml
index 1e5ba5f9..b0f99152 100644
--- a/output/categories/opensource.xml
+++ b/output/categories/opensource.xml
@@ -1,4 +1,4 @@
-Damian's blog (opensource)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssDifferent ways to lead an open source projecthttp://www.damian.oquanta.info/posts/different-ways-to-lead-an-open-source-project.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (opensource)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssDifferent ways to lead an open source projecthttp://www.damian.oquanta.info/posts/different-ways-to-lead-an-open-source-project.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Just a few lines, to trigger the discussion... to describe my point, I will pick two projects I have contributed (and I want to contribute even more): <code>IPython</code> and <code>Nikola</code>.</p>
<p>Some months ago, <strong>Brian Granger</strong>, a core developer from the <code>IPython</code> project gave a <a href="http://nbviewer.ipython.org/urls/raw.github.com/ellisonbg/talk-scipy2013/master/FeaturesAndScope.ipynb">talk</a> at <code>SciPy 2013</code> where he said: </p><p class="more"><a href="http://www.damian.oquanta.info/posts/different-ways-to-lead-an-open-source-project.html">Read more…</a></p></div>pythonIPythonnikolaopensourcehttp://www.damian.oquanta.info/posts/different-ways-to-lead-an-open-source-project.htmlFri, 13 Sep 2013 01:40:50 GMT
\ No newline at end of file
diff --git a/output/categories/pdf.xml b/output/categories/pdf.xml
index 51632740..8437a3b6 100644
--- a/output/categories/pdf.xml
+++ b/output/categories/pdf.xml
@@ -1,4 +1,4 @@
-Damian's blog (pdf)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssA little hack to get a pdf from your IPython slideshttp://www.damian.oquanta.info/posts/a-little-hack-to-get-a-pdf-from-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (pdf)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssA little hack to get a pdf from your IPython slideshttp://www.damian.oquanta.info/posts/a-little-hack-to-get-a-pdf-from-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
<p>A lot of users of the <code>slides</code> option in <code>IPython.nbconvert</code> asked me about how to get a pdf from the generated Reveal.js-based slideshow.</p>
<p>To make the story short, here you have the detailed steps: </p><p class="more"><a href="http://www.damian.oquanta.info/posts/a-little-hack-to-get-a-pdf-from-your-ipython-slides.html">Read more…</a></p></div>pythonIPythonnbconvertrevealslideshowpdfhttp://www.damian.oquanta.info/posts/a-little-hack-to-get-a-pdf-from-your-ipython-slides.htmlFri, 30 Aug 2013 20:25:39 GMT
\ No newline at end of file
diff --git a/output/categories/politics.xml b/output/categories/politics.xml
index 6e2345a3..77f6d776 100644
--- a/output/categories/politics.xml
+++ b/output/categories/politics.xml
@@ -1,5 +1,5 @@
-Damian's blog (politics)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssParaguayhttp://www.damian.oquanta.info/posts/paraguay.html<p>Only in Spanish.</p>
+Damian's blog (politics)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssParaguayhttp://www.damian.oquanta.info/posts/paraguay.html<p>Only in Spanish.</p>
<p>Lo que esta viviendo hoy el Paraguay me causa mucha tristeza...</p>
<p>¡¿Cómo puede ser que a comienzos del siglo XXI,
la retrógrada derecha latinoamericana no se haya superado y alcanzado
diff --git a/output/categories/python.html b/output/categories/python.html
index 2656374a..893becf4 100644
--- a/output/categories/python.html
+++ b/output/categories/python.html
@@ -135,7 +135,9 @@
[2013-09-29 23:53] Mimic the IPython notebook cell execution
diff --git a/output/categories/python.xml b/output/categories/python.xml
index c247cc14..ff427d26 100644
--- a/output/categories/python.xml
+++ b/output/categories/python.xml
@@ -1,5 +1,15 @@
-Damian's blog (python)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (python)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssHide the input cells from your IPython slideshttp://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
+<p>A tweet arrived...</p>
+<blockquote class="twitter-tweet" data-partner="tweetdeck"><p>
+<a href="https://twitter.com/damian_avila">@damian_avila</a> Is there a way to only show the output of a cell in an NB slideshow?
+</p>
+— Thomas Wiecki (@TWiecki) <a href="https://twitter.com/TWiecki/statuses/388378339716505601">October 10, 2013</a>
+</blockquote>
+<script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>
+
+<p>And my answer was <strong>YES</strong>...</p>
+<p>How we can easily do it? Just follow these few steps: </p><p class="more"><a href="http://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.html">Read more…</a></p></div>pythonIPythonnbconvertconfigjavascripttogglejinjarevealslideshowhttp://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.htmlThu, 10 Oct 2013 19:54:27 GMTA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Some days ago, I presented a way to mimic the execution of <em>nbconverted</em> <strong>IPython</strong> notebooks (<em>ipynb</em>). Today, I will show you how to add a simple <em>minimap</em> to these static html documents.</p>
<p>But, what is a <em>minimap</em>? Do you know <strong>SublimeText</strong> or <strong>Ninja-IDE</strong>? They are IDEs with a thin column to the right (of the main window) which provides an overview of the code we are working on... OK, you don't have an idea what am I talking about? Just go ahead and you will see... </p><p class="more"><a href="http://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.html">Read more…</a></p></div>pythonIPythonnbconvertconfigjavascriptminimapjinjanikolahttp://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.htmlFri, 04 Oct 2013 00:59:36 GMTMimic the IPython notebook cell executionhttp://www.damian.oquanta.info/posts/mimic-the-ipython-notebook-cell-execution.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Yesterday, I was visiting the <a href="http://www.astro.washington.edu/users/vanderplas/">Jake VanderPlas</a>'s Scientific Python Course <a href="http://www.astro.washington.edu/users/vanderplas/Astr599/schedule">site</a> because of some issues raised at the ipython-dev mailing list (and obviously, because Jake usually do amazing things).</p>
@@ -31,6 +41,4 @@
<blockquote>
<p>In a future release, would be handy to add custom classes to slides so that you can use CSS rules to choose certain layouts for image slides, text, multiple charts, etc.</p>
</blockquote>
-<p>But... we already support this kind of customization! And it is clearly my fault that you don't know about this feature... so: </p><p class="more"><a href="http://www.damian.oquanta.info/posts/customizing-your-ipython-slides.html">Read more…</a></p></div>pythonIPythonnbconvertrevealslideshowcsshttp://www.damian.oquanta.info/posts/customizing-your-ipython-slides.htmlTue, 03 Sep 2013 16:08:16 GMTA little hack to get a pdf from your IPython slideshttp://www.damian.oquanta.info/posts/a-little-hack-to-get-a-pdf-from-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
-<p>A lot of users of the <code>slides</code> option in <code>IPython.nbconvert</code> asked me about how to get a pdf from the generated Reveal.js-based slideshow.</p>
-<p>To make the story short, here you have the detailed steps: </p><p class="more"><a href="http://www.damian.oquanta.info/posts/a-little-hack-to-get-a-pdf-from-your-ipython-slides.html">Read more…</a></p></div>pythonIPythonnbconvertrevealslideshowpdfhttp://www.damian.oquanta.info/posts/a-little-hack-to-get-a-pdf-from-your-ipython-slides.htmlFri, 30 Aug 2013 20:25:39 GMT
\ No newline at end of file
+<p>But... we already support this kind of customization! And it is clearly my fault that you don't know about this feature... so: </p><p class="more"><a href="http://www.damian.oquanta.info/posts/customizing-your-ipython-slides.html">Read more…</a></p></div>pythonIPythonnbconvertrevealslideshowcsshttp://www.damian.oquanta.info/posts/customizing-your-ipython-slides.htmlTue, 03 Sep 2013 16:08:16 GMT
\ No newline at end of file
diff --git a/output/categories/reveal.html b/output/categories/reveal.html
index 4f6021a7..1cfc9789 100644
--- a/output/categories/reveal.html
+++ b/output/categories/reveal.html
@@ -135,7 +135,9 @@
[2013-09-13 18:50] Using a local Reveal.js library with your IPython slides
diff --git a/output/categories/reveal.xml b/output/categories/reveal.xml
index 96415338..aeae0b2f 100644
--- a/output/categories/reveal.xml
+++ b/output/categories/reveal.xml
@@ -1,5 +1,15 @@
-Damian's blog (reveal)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssChange the IPython slides defaults with an IPython config filehttp://www.damian.oquanta.info/posts/change-the-ipython-slides-defaults-with-an-ipython-config-file.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (reveal)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssHide the input cells from your IPython slideshttp://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
+<p>A tweet arrived...</p>
+<blockquote class="twitter-tweet" data-partner="tweetdeck"><p>
+<a href="https://twitter.com/damian_avila">@damian_avila</a> Is there a way to only show the output of a cell in an NB slideshow?
+</p>
+— Thomas Wiecki (@TWiecki) <a href="https://twitter.com/TWiecki/statuses/388378339716505601">October 10, 2013</a>
+</blockquote>
+<script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>
+
+<p>And my answer was <strong>YES</strong>...</p>
+<p>How we can easily do it? Just follow these few steps: </p><p class="more"><a href="http://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.html">Read more…</a></p></div>pythonIPythonnbconvertconfigjavascripttogglejinjarevealslideshowhttp://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.htmlThu, 10 Oct 2013 19:54:27 GMTChange the IPython slides defaults with an IPython config filehttp://www.damian.oquanta.info/posts/change-the-ipython-slides-defaults-with-an-ipython-config-file.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Some people are asking me how to change the IPython slides's defaults. You can see the description of the request <a href="http://stackoverflow.com/questions/18820253/modifying-reveal-js-defaults-in-ipython-notebook-slide-generation">here</a>. Essentially, he wants to change the default transition between the slides.</p>
<p>To solve this question, we introduce the notion of IPython config files, which let us easily change <em>things</em> inside <code>IPython.nbconvert</code> (the library where the IPython slides lives) to achieve our desires, at least in the slideshow generation issue ;-)</p>
<p>First of all, you need to know some details: </p><p class="more"><a href="http://www.damian.oquanta.info/posts/change-the-ipython-slides-defaults-with-an-ipython-config-file.html">Read more…</a></p></div>pythonIPythonnbconvertrevealslideshowconfigjinjahttp://www.damian.oquanta.info/posts/change-the-ipython-slides-defaults-with-an-ipython-config-file.htmlMon, 16 Sep 2013 19:47:33 GMTUsing a local Reveal.js library with your IPython slideshttp://www.damian.oquanta.info/posts/using-a-local-revealjs-library-with-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
diff --git a/output/categories/scipycon.xml b/output/categories/scipycon.xml
index f9d7fb00..cd1ddaaa 100644
--- a/output/categories/scipycon.xml
+++ b/output/categories/scipycon.xml
@@ -1,5 +1,5 @@
-Damian's blog (SciPyCon)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssSciPyCon Argentina 2013http://www.damian.oquanta.info/posts/scipycon-argentina-2013.html<div><div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (SciPyCon)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssSciPyCon Argentina 2013http://www.damian.oquanta.info/posts/scipycon-argentina-2013.html<div><div class="text_cell_render border-box-sizing rendered_html">
<p>This is the first <strong>SciPy Conference in Argentina</strong> (as far as I know, it is also the first one in Latin American).</p>
<p>It will be held from <strong>16 to 18th of May in Puerto Madryn</strong>, at the Patagonia Argentina (more details at SciPyCon <a href="http://scipycon.com.ar">homepage</a>).</p>
</div>
diff --git a/output/categories/slideshow.html b/output/categories/slideshow.html
index e0276b39..e3d2b3ea 100644
--- a/output/categories/slideshow.html
+++ b/output/categories/slideshow.html
@@ -135,7 +135,9 @@
[2013-09-13 18:50] Using a local Reveal.js library with your IPython slides
diff --git a/output/categories/slideshow.xml b/output/categories/slideshow.xml
index 86896680..2198f557 100644
--- a/output/categories/slideshow.xml
+++ b/output/categories/slideshow.xml
@@ -1,5 +1,15 @@
-Damian's blog (slideshow)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssChange the IPython slides defaults with an IPython config filehttp://www.damian.oquanta.info/posts/change-the-ipython-slides-defaults-with-an-ipython-config-file.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (slideshow)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssHide the input cells from your IPython slideshttp://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
+<p>A tweet arrived...</p>
+<blockquote class="twitter-tweet" data-partner="tweetdeck"><p>
+<a href="https://twitter.com/damian_avila">@damian_avila</a> Is there a way to only show the output of a cell in an NB slideshow?
+</p>
+— Thomas Wiecki (@TWiecki) <a href="https://twitter.com/TWiecki/statuses/388378339716505601">October 10, 2013</a>
+</blockquote>
+<script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>
+
+<p>And my answer was <strong>YES</strong>...</p>
+<p>How we can easily do it? Just follow these few steps: </p><p class="more"><a href="http://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.html">Read more…</a></p></div>pythonIPythonnbconvertconfigjavascripttogglejinjarevealslideshowhttp://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.htmlThu, 10 Oct 2013 19:54:27 GMTChange the IPython slides defaults with an IPython config filehttp://www.damian.oquanta.info/posts/change-the-ipython-slides-defaults-with-an-ipython-config-file.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Some people are asking me how to change the IPython slides's defaults. You can see the description of the request <a href="http://stackoverflow.com/questions/18820253/modifying-reveal-js-defaults-in-ipython-notebook-slide-generation">here</a>. Essentially, he wants to change the default transition between the slides.</p>
<p>To solve this question, we introduce the notion of IPython config files, which let us easily change <em>things</em> inside <code>IPython.nbconvert</code> (the library where the IPython slides lives) to achieve our desires, at least in the slideshow generation issue ;-)</p>
<p>First of all, you need to know some details: </p><p class="more"><a href="http://www.damian.oquanta.info/posts/change-the-ipython-slides-defaults-with-an-ipython-config-file.html">Read more…</a></p></div>pythonIPythonnbconvertrevealslideshowconfigjinjahttp://www.damian.oquanta.info/posts/change-the-ipython-slides-defaults-with-an-ipython-config-file.htmlMon, 16 Sep 2013 19:47:33 GMTUsing a local Reveal.js library with your IPython slideshttp://www.damian.oquanta.info/posts/using-a-local-revealjs-library-with-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
diff --git a/output/categories/talks.xml b/output/categories/talks.xml
index 2edf97a9..707f1185 100644
--- a/output/categories/talks.xml
+++ b/output/categories/talks.xml
@@ -1,5 +1,5 @@
-Damian's blog (talks)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssSciPyCon Argentina 2013http://www.damian.oquanta.info/posts/scipycon-argentina-2013.html<div><div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (talks)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssSciPyCon Argentina 2013http://www.damian.oquanta.info/posts/scipycon-argentina-2013.html<div><div class="text_cell_render border-box-sizing rendered_html">
<p>This is the first <strong>SciPy Conference in Argentina</strong> (as far as I know, it is also the first one in Latin American).</p>
<p>It will be held from <strong>16 to 18th of May in Puerto Madryn</strong>, at the Patagonia Argentina (more details at SciPyCon <a href="http://scipycon.com.ar">homepage</a>).</p>
</div>
diff --git a/output/categories/theme.xml b/output/categories/theme.xml
index 0dde0855..6302d4e8 100644
--- a/output/categories/theme.xml
+++ b/output/categories/theme.xml
@@ -1,5 +1,5 @@
-Damian's blog (theme)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssNikola's Zen theme finally releasedhttp://www.damian.oquanta.info/posts/nikolas-zen-theme-finally-released.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (theme)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssNikola's Zen theme finally releasedhttp://www.damian.oquanta.info/posts/nikolas-zen-theme-finally-released.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Just a quick update... Some weeks ago I <a href="http://www.damian.oquanta.info/posts/a-new-nikolas-theme-for-my-site-zen.html">blogged</a> about my new <strong>Nikola</strong>'s theme family called <strong>Zen</strong>. In fact, you are seeing the <code>zen-ipython</code> theme powering my blog right now.</p>
<p>I have used them for several days without any remarkable issue, so I decided to release them at the <strong>Nikola</strong>'s <a href="https://github.com/getnikola/nikola-themes">theme repository</a>.</p>
<p>There, you will see three <strong>Zen</strong> themes:</p>
diff --git a/output/categories/threads.xml b/output/categories/threads.xml
index 3c120854..f220bcb9 100644
--- a/output/categories/threads.xml
+++ b/output/categories/threads.xml
@@ -1,5 +1,5 @@
-Damian's blog (threads)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssvIPer is now using IPython.nbconverthttp://www.damian.oquanta.info/posts/viper-is-now-using-ipythonnbconvert.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (threads)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssvIPer is now using IPython.nbconverthttp://www.damian.oquanta.info/posts/viper-is-now-using-ipythonnbconvert.html<div class="text_cell_render border-box-sizing rendered_html">
<p>As you know (if not, probably the following lines gives you an idea), <strong>vIPer</strong> was originally designed to export from <em>ipynb</em> files to:</p>
<ul>
<li>a plain static html</li>
diff --git a/output/categories/toggle.html b/output/categories/toggle.html
index 86f33dca..d64ed72a 100644
--- a/output/categories/toggle.html
+++ b/output/categories/toggle.html
@@ -135,7 +135,9 @@
diff --git a/output/categories/toggle.xml b/output/categories/toggle.xml
index bc43af60..0c424772 100644
--- a/output/categories/toggle.xml
+++ b/output/categories/toggle.xml
@@ -1,5 +1,15 @@
-Damian's blog (toggle)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssMimic the IPython notebook cell executionhttp://www.damian.oquanta.info/posts/mimic-the-ipython-notebook-cell-execution.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (toggle)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssHide the input cells from your IPython slideshttp://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
+<p>A tweet arrived...</p>
+<blockquote class="twitter-tweet" data-partner="tweetdeck"><p>
+<a href="https://twitter.com/damian_avila">@damian_avila</a> Is there a way to only show the output of a cell in an NB slideshow?
+</p>
+— Thomas Wiecki (@TWiecki) <a href="https://twitter.com/TWiecki/statuses/388378339716505601">October 10, 2013</a>
+</blockquote>
+<script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>
+
+<p>And my answer was <strong>YES</strong>...</p>
+<p>How we can easily do it? Just follow these few steps: </p><p class="more"><a href="http://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.html">Read more…</a></p></div>pythonIPythonnbconvertconfigjavascripttogglejinjarevealslideshowhttp://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.htmlThu, 10 Oct 2013 19:54:27 GMTMimic the IPython notebook cell executionhttp://www.damian.oquanta.info/posts/mimic-the-ipython-notebook-cell-execution.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Yesterday, I was visiting the <a href="http://www.astro.washington.edu/users/vanderplas/">Jake VanderPlas</a>'s Scientific Python Course <a href="http://www.astro.washington.edu/users/vanderplas/Astr599/schedule">site</a> because of some issues raised at the ipython-dev mailing list (and obviously, because Jake usually do amazing things).</p>
<p>To build his site, Jake wrote an <strong>Hyde</strong> plugin to render <em>ipynb</em> files to static html files using the <code>IPython.convert</code> platform. You can see an example of the final rendered document <a href="http://www.astro.washington.edu/users/vanderplas/Astr599/notebooks/01_basic_training">here</a>.</p>
<p>When I saw the final document, I wondered if we could have hidden output cells which automatically get visible after a click over the input cell... and then, I made some experiments using the power of the <code>IPython.nbconvert</code> library ;-) </p><p class="more"><a href="http://www.damian.oquanta.info/posts/mimic-the-ipython-notebook-cell-execution.html">Read more…</a></p></div>pythonIPythonnbconvertconfigjavascripttogglejinjanikolahttp://www.damian.oquanta.info/posts/mimic-the-ipython-notebook-cell-execution.htmlSun, 29 Sep 2013 23:53:58 GMT
\ No newline at end of file
diff --git a/output/categories/tutorials.xml b/output/categories/tutorials.xml
index 71393583..2342adb4 100644
--- a/output/categories/tutorials.xml
+++ b/output/categories/tutorials.xml
@@ -1,5 +1,5 @@
-Damian's blog (tutorials)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssSciPyCon Argentina 2013http://www.damian.oquanta.info/posts/scipycon-argentina-2013.html<div><div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (tutorials)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssSciPyCon Argentina 2013http://www.damian.oquanta.info/posts/scipycon-argentina-2013.html<div><div class="text_cell_render border-box-sizing rendered_html">
<p>This is the first <strong>SciPy Conference in Argentina</strong> (as far as I know, it is also the first one in Latin American).</p>
<p>It will be held from <strong>16 to 18th of May in Puerto Madryn</strong>, at the Patagonia Argentina (more details at SciPyCon <a href="http://scipycon.com.ar">homepage</a>).</p>
</div>
diff --git a/output/categories/viper.xml b/output/categories/viper.xml
index 6475c8e3..9df247c3 100644
--- a/output/categories/viper.xml
+++ b/output/categories/viper.xml
@@ -1,5 +1,5 @@
-Damian's blog (vIPer)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssvIPer is now using IPython.nbconverthttp://www.damian.oquanta.info/posts/viper-is-now-using-ipythonnbconvert.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (vIPer)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssvIPer is now using IPython.nbconverthttp://www.damian.oquanta.info/posts/viper-is-now-using-ipythonnbconvert.html<div class="text_cell_render border-box-sizing rendered_html">
<p>As you know (if not, probably the following lines gives you an idea), <strong>vIPer</strong> was originally designed to export from <em>ipynb</em> files to:</p>
<ul>
<li>a plain static html</li>
diff --git a/output/categories/zen.xml b/output/categories/zen.xml
index 24bd10dc..44db0cfb 100644
--- a/output/categories/zen.xml
+++ b/output/categories/zen.xml
@@ -1,5 +1,5 @@
-Damian's blog (zen)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssNikola's Zen theme finally releasedhttp://www.damian.oquanta.info/posts/nikolas-zen-theme-finally-released.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (zen)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssNikola's Zen theme finally releasedhttp://www.damian.oquanta.info/posts/nikolas-zen-theme-finally-released.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Just a quick update... Some weeks ago I <a href="http://www.damian.oquanta.info/posts/a-new-nikolas-theme-for-my-site-zen.html">blogged</a> about my new <strong>Nikola</strong>'s theme family called <strong>Zen</strong>. In fact, you are seeing the <code>zen-ipython</code> theme powering my blog right now.</p>
<p>I have used them for several days without any remarkable issue, so I decided to release them at the <strong>Nikola</strong>'s <a href="https://github.com/getnikola/nikola-themes">theme repository</a>.</p>
<p>There, you will see three <strong>Zen</strong> themes:</p>
diff --git a/output/categories/zenmode.xml b/output/categories/zenmode.xml
index 15be760b..09ca23d9 100644
--- a/output/categories/zenmode.xml
+++ b/output/categories/zenmode.xml
@@ -1,5 +1,5 @@
-Damian's blog (zenmode)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssZen mode extension for the IPython notebookhttp://www.damian.oquanta.info/posts/zen-mode-extension-for-the-ipython-notebook.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (zenmode)http://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssZen mode extension for the IPython notebookhttp://www.damian.oquanta.info/posts/zen-mode-extension-for-the-ipython-notebook.html<div class="text_cell_render border-box-sizing rendered_html">
<p>I write a lot stuff inside the IPython notebook.</p>
<p>And I thought it would be great to have a <em>sort</em> of <strong>Zen mode</strong> for the notebook...</p>
<p>I mean, a <em>peaceful</em> user interface to write my blog posts (and other stuff, of course).</p>
diff --git a/output/es/2013/10/index.html b/output/es/2013/10/index.html
index 9a182343..3481892d 100644
--- a/output/es/2013/10/index.html
+++ b/output/es/2013/10/index.html
@@ -120,7 +120,9 @@
diff --git a/output/es/categories/blog.xml b/output/es/categories/blog.xml
index b85fe4cf..6f6224cb 100644
--- a/output/es/categories/blog.xml
+++ b/output/es/categories/blog.xml
@@ -1,5 +1,5 @@
-Damian's blog (blog)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssNikola's Zen theme finally releasedhttp://www.damian.oquanta.info/es/posts/nikolas-zen-theme-finally-released.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (blog)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssNikola's Zen theme finally releasedhttp://www.damian.oquanta.info/es/posts/nikolas-zen-theme-finally-released.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Just a quick update... Some weeks ago I <a href="http://www.damian.oquanta.info/posts/a-new-nikolas-theme-for-my-site-zen.html">blogged</a> about my new <strong>Nikola</strong>'s theme family called <strong>Zen</strong>. In fact, you are seeing the <code>zen-ipython</code> theme powering my blog right now.</p>
<p>I have used them for several days without any remarkable issue, so I decided to release them at the <strong>Nikola</strong>'s <a href="https://github.com/getnikola/nikola-themes">theme repository</a>.</p>
<p>There, you will see three <strong>Zen</strong> themes:</p>
diff --git a/output/es/categories/config.html b/output/es/categories/config.html
index e41fdb8f..6842125e 100644
--- a/output/es/categories/config.html
+++ b/output/es/categories/config.html
@@ -135,7 +135,9 @@
[2013-09-29 23:53] Mimic the IPython notebook cell execution
diff --git a/output/es/categories/config.xml b/output/es/categories/config.xml
index c89a4feb..1e4198f3 100644
--- a/output/es/categories/config.xml
+++ b/output/es/categories/config.xml
@@ -1,5 +1,15 @@
-Damian's blog (config)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (config)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssHide the input cells from your IPython slideshttp://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
+<p>A tweet arrived...</p>
+<blockquote class="twitter-tweet" data-partner="tweetdeck"><p>
+<a href="https://twitter.com/damian_avila">@damian_avila</a> Is there a way to only show the output of a cell in an NB slideshow?
+</p>
+— Thomas Wiecki (@TWiecki) <a href="https://twitter.com/TWiecki/statuses/388378339716505601">October 10, 2013</a>
+</blockquote>
+<script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>
+
+<p>And my answer was <strong>YES</strong>...</p>
+<p>How we can easily do it? Just follow these few steps: </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.htmlThu, 10 Oct 2013 19:54:27 GMTA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Some days ago, I presented a way to mimic the execution of <em>nbconverted</em> <strong>IPython</strong> notebooks (<em>ipynb</em>). Today, I will show you how to add a simple <em>minimap</em> to these static html documents.</p>
<p>But, what is a <em>minimap</em>? Do you know <strong>SublimeText</strong> or <strong>Ninja-IDE</strong>? They are IDEs with a thin column to the right (of the main window) which provides an overview of the code we are working on... OK, you don't have an idea what am I talking about? Just go ahead and you will see... </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.htmlFri, 04 Oct 2013 00:59:36 GMTMimic the IPython notebook cell executionhttp://www.damian.oquanta.info/es/posts/mimic-the-ipython-notebook-cell-execution.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Yesterday, I was visiting the <a href="http://www.astro.washington.edu/users/vanderplas/">Jake VanderPlas</a>'s Scientific Python Course <a href="http://www.astro.washington.edu/users/vanderplas/Astr599/schedule">site</a> because of some issues raised at the ipython-dev mailing list (and obviously, because Jake usually do amazing things).</p>
diff --git a/output/es/categories/connectivity.xml b/output/es/categories/connectivity.xml
index 2cb83119..d3f91882 100644
--- a/output/es/categories/connectivity.xml
+++ b/output/es/categories/connectivity.xml
@@ -1,5 +1,5 @@
-Damian's blog (connectivity)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssUsing a local Reveal.js library with your IPython slideshttp://www.damian.oquanta.info/es/posts/using-a-local-revealjs-library-with-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (connectivity)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssUsing a local Reveal.js library with your IPython slideshttp://www.damian.oquanta.info/es/posts/using-a-local-revealjs-library-with-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
<p>IPython slides are powered by <a href="https://github.com/hakimel/reveal.js/">Reveal.js</a> library, you probably already know that.</p>
<p>But... you probably don't know that we use <a href="http://www.jsdelivr.com/">jsdelivr</a> CDN to load all the necessary js and css files. As a consequence, you don't need to download Reveal.js, but also, the speaker notes are not working by default.</p>
<p>But... what happens, if you have low connectivity in the place where you will be presenting your talk (or if you want to use the speaker notes feature)? </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/using-a-local-revealjs-library-with-your-ipython-slides.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/using-a-local-revealjs-library-with-your-ipython-slides.htmlFri, 13 Sep 2013 18:50:22 GMT
\ No newline at end of file
diff --git a/output/es/categories/css.xml b/output/es/categories/css.xml
index c450f9a4..ec4f41e4 100644
--- a/output/es/categories/css.xml
+++ b/output/es/categories/css.xml
@@ -1,5 +1,5 @@
-Damian's blog (css)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssCustomizing your IPython slideshttp://www.damian.oquanta.info/es/posts/customizing-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (css)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssCustomizing your IPython slideshttp://www.damian.oquanta.info/es/posts/customizing-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Some days ago, I received this message on G+:</p>
<blockquote>
<p>In a future release, would be handy to add custom classes to slides so that you can use CSS rules to choose certain layouts for image slides, text, multiple charts, etc.</p>
diff --git a/output/es/categories/extension.xml b/output/es/categories/extension.xml
index e6174f39..f81dbc3e 100644
--- a/output/es/categories/extension.xml
+++ b/output/es/categories/extension.xml
@@ -1,5 +1,5 @@
-Damian's blog (extension)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssZen mode extension for the IPython notebookhttp://www.damian.oquanta.info/es/posts/zen-mode-extension-for-the-ipython-notebook.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (extension)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssZen mode extension for the IPython notebookhttp://www.damian.oquanta.info/es/posts/zen-mode-extension-for-the-ipython-notebook.html<div class="text_cell_render border-box-sizing rendered_html">
<p>I write a lot stuff inside the IPython notebook.</p>
<p>And I thought it would be great to have a <em>sort</em> of <strong>Zen mode</strong> for the notebook...</p>
<p>I mean, a <em>peaceful</em> user interface to write my blog posts (and other stuff, of course).</p>
diff --git a/output/es/categories/facundo.xml b/output/es/categories/facundo.xml
index eaf5dac1..2b863402 100644
--- a/output/es/categories/facundo.xml
+++ b/output/es/categories/facundo.xml
@@ -1,5 +1,5 @@
-Damian's blog (Facundo)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssUnder the Sea... en La Platahttp://www.damian.oquanta.info/es/posts/under-the-sea-en-la-plata.html<div><div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (Facundo)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssUnder the Sea... en La Platahttp://www.damian.oquanta.info/es/posts/under-the-sea-en-la-plata.html<div><div class="text_cell_render border-box-sizing rendered_html">
<p>Han pasado casi tres semanas... El 2 de abril cayeron sobre la ciudad de La Plata casi 400 mm de agua en 24 hs, concentrándose la mayor parte de dicho caudal en dos o tres horas por la tarde, lo que dio lugar a la más grande inundación que la ciudad haya registrado en toda su historia.</p>
</div>
<div class="text_cell_render border-box-sizing rendered_html">
diff --git a/output/es/categories/family.xml b/output/es/categories/family.xml
index 627c4426..0ed589b4 100644
--- a/output/es/categories/family.xml
+++ b/output/es/categories/family.xml
@@ -1,5 +1,5 @@
-Damian's blog (family)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssUnder the Sea... en La Platahttp://www.damian.oquanta.info/es/posts/under-the-sea-en-la-plata.html<div><div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (family)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssUnder the Sea... en La Platahttp://www.damian.oquanta.info/es/posts/under-the-sea-en-la-plata.html<div><div class="text_cell_render border-box-sizing rendered_html">
<p>Han pasado casi tres semanas... El 2 de abril cayeron sobre la ciudad de La Plata casi 400 mm de agua en 24 hs, concentrándose la mayor parte de dicho caudal en dos o tres horas por la tarde, lo que dio lugar a la más grande inundación que la ciudad haya registrado en toda su historia.</p>
</div>
<div class="text_cell_render border-box-sizing rendered_html">
diff --git a/output/es/categories/first_post.xml b/output/es/categories/first_post.xml
index 2112a853..54b65746 100644
--- a/output/es/categories/first_post.xml
+++ b/output/es/categories/first_post.xml
@@ -1,5 +1,5 @@
-Damian's blog (first_post)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssHola Mundo! Nuevamente...http://www.damian.oquanta.info/es/posts/hello-world-again.html<p>Ustedes saben que, en otras épocas, he tratado de mantener "vivos" un par de blogs.
+Damian's blog (first_post)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssHola Mundo! Nuevamente...http://www.damian.oquanta.info/es/posts/hello-world-again.html<p>Ustedes saben que, en otras épocas, he tratado de mantener "vivos" un par de blogs.
Este es un nuevo ensayo...
Esta vez, no les prometo postear todos los días... pero si tienen paciencia,
podrán leer algunas "cosas" interesantes (al menos interesantes para mi).</p>
diff --git a/output/es/categories/flood.xml b/output/es/categories/flood.xml
index c31c286a..b9f449b4 100644
--- a/output/es/categories/flood.xml
+++ b/output/es/categories/flood.xml
@@ -1,5 +1,5 @@
-Damian's blog (flood)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssUnder the Sea... en La Platahttp://www.damian.oquanta.info/es/posts/under-the-sea-en-la-plata.html<div><div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (flood)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssUnder the Sea... en La Platahttp://www.damian.oquanta.info/es/posts/under-the-sea-en-la-plata.html<div><div class="text_cell_render border-box-sizing rendered_html">
<p>Han pasado casi tres semanas... El 2 de abril cayeron sobre la ciudad de La Plata casi 400 mm de agua en 24 hs, concentrándose la mayor parte de dicho caudal en dos o tres horas por la tarde, lo que dio lugar a la más grande inundación que la ciudad haya registrado en toda su historia.</p>
</div>
<div class="text_cell_render border-box-sizing rendered_html">
diff --git a/output/es/categories/gh-pages.xml b/output/es/categories/gh-pages.xml
index 2d559d22..30135d19 100644
--- a/output/es/categories/gh-pages.xml
+++ b/output/es/categories/gh-pages.xml
@@ -1,5 +1,5 @@
-Damian's blog (gh-pages)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssOne line deployment of your site to gh-pageshttp://www.damian.oquanta.info/es/posts/one-line-deployment-of-your-site-to-gh-pages.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (gh-pages)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssOne line deployment of your site to gh-pageshttp://www.damian.oquanta.info/es/posts/one-line-deployment-of-your-site-to-gh-pages.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Do you want to <strong>easily</strong> deploy your site to Github pages?</p>
<p>OK, here we go...</p>
<ol style="list-style-type: decimal">
diff --git a/output/es/categories/git.xml b/output/es/categories/git.xml
index 962125cc..5e74dcc3 100644
--- a/output/es/categories/git.xml
+++ b/output/es/categories/git.xml
@@ -1,5 +1,5 @@
-Damian's blog (git)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssOne line deployment of your site to gh-pageshttp://www.damian.oquanta.info/es/posts/one-line-deployment-of-your-site-to-gh-pages.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (git)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssOne line deployment of your site to gh-pageshttp://www.damian.oquanta.info/es/posts/one-line-deployment-of-your-site-to-gh-pages.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Do you want to <strong>easily</strong> deploy your site to Github pages?</p>
<p>OK, here we go...</p>
<ol style="list-style-type: decimal">
diff --git a/output/es/categories/ipython.html b/output/es/categories/ipython.html
index cedd98d5..bc1dc613 100644
--- a/output/es/categories/ipython.html
+++ b/output/es/categories/ipython.html
@@ -135,7 +135,9 @@
[2013-09-29 23:53] Mimic the IPython notebook cell execution
diff --git a/output/es/categories/ipython.xml b/output/es/categories/ipython.xml
index 92921b96..f2d59e3f 100644
--- a/output/es/categories/ipython.xml
+++ b/output/es/categories/ipython.xml
@@ -1,5 +1,15 @@
-Damian's blog (IPython)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (IPython)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssHide the input cells from your IPython slideshttp://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
+<p>A tweet arrived...</p>
+<blockquote class="twitter-tweet" data-partner="tweetdeck"><p>
+<a href="https://twitter.com/damian_avila">@damian_avila</a> Is there a way to only show the output of a cell in an NB slideshow?
+</p>
+— Thomas Wiecki (@TWiecki) <a href="https://twitter.com/TWiecki/statuses/388378339716505601">October 10, 2013</a>
+</blockquote>
+<script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>
+
+<p>And my answer was <strong>YES</strong>...</p>
+<p>How we can easily do it? Just follow these few steps: </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.htmlThu, 10 Oct 2013 19:54:27 GMTA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Some days ago, I presented a way to mimic the execution of <em>nbconverted</em> <strong>IPython</strong> notebooks (<em>ipynb</em>). Today, I will show you how to add a simple <em>minimap</em> to these static html documents.</p>
<p>But, what is a <em>minimap</em>? Do you know <strong>SublimeText</strong> or <strong>Ninja-IDE</strong>? They are IDEs with a thin column to the right (of the main window) which provides an overview of the code we are working on... OK, you don't have an idea what am I talking about? Just go ahead and you will see... </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.htmlFri, 04 Oct 2013 00:59:36 GMTMimic the IPython notebook cell executionhttp://www.damian.oquanta.info/es/posts/mimic-the-ipython-notebook-cell-execution.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Yesterday, I was visiting the <a href="http://www.astro.washington.edu/users/vanderplas/">Jake VanderPlas</a>'s Scientific Python Course <a href="http://www.astro.washington.edu/users/vanderplas/Astr599/schedule">site</a> because of some issues raised at the ipython-dev mailing list (and obviously, because Jake usually do amazing things).</p>
@@ -31,6 +41,4 @@
<blockquote>
<p>In a future release, would be handy to add custom classes to slides so that you can use CSS rules to choose certain layouts for image slides, text, multiple charts, etc.</p>
</blockquote>
-<p>But... we already support this kind of customization! And it is clearly my fault that you don't know about this feature... so: </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/customizing-your-ipython-slides.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/customizing-your-ipython-slides.htmlTue, 03 Sep 2013 16:08:16 GMTA little hack to get a pdf from your IPython slideshttp://www.damian.oquanta.info/es/posts/a-little-hack-to-get-a-pdf-from-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
-<p>A lot of users of the <code>slides</code> option in <code>IPython.nbconvert</code> asked me about how to get a pdf from the generated Reveal.js-based slideshow.</p>
-<p>To make the story short, here you have the detailed steps: </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/a-little-hack-to-get-a-pdf-from-your-ipython-slides.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/a-little-hack-to-get-a-pdf-from-your-ipython-slides.htmlFri, 30 Aug 2013 20:25:39 GMT
\ No newline at end of file
+<p>But... we already support this kind of customization! And it is clearly my fault that you don't know about this feature... so: </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/customizing-your-ipython-slides.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/customizing-your-ipython-slides.htmlTue, 03 Sep 2013 16:08:16 GMT
\ No newline at end of file
diff --git a/output/es/categories/javascript.html b/output/es/categories/javascript.html
index 09e24c7d..886b6bf6 100644
--- a/output/es/categories/javascript.html
+++ b/output/es/categories/javascript.html
@@ -135,7 +135,9 @@
[2013-09-29 23:53] Mimic the IPython notebook cell execution
diff --git a/output/es/categories/javascript.xml b/output/es/categories/javascript.xml
index 01db8da3..4b788129 100644
--- a/output/es/categories/javascript.xml
+++ b/output/es/categories/javascript.xml
@@ -1,5 +1,15 @@
-Damian's blog (javascript)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (javascript)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssHide the input cells from your IPython slideshttp://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
+<p>A tweet arrived...</p>
+<blockquote class="twitter-tweet" data-partner="tweetdeck"><p>
+<a href="https://twitter.com/damian_avila">@damian_avila</a> Is there a way to only show the output of a cell in an NB slideshow?
+</p>
+— Thomas Wiecki (@TWiecki) <a href="https://twitter.com/TWiecki/statuses/388378339716505601">October 10, 2013</a>
+</blockquote>
+<script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>
+
+<p>And my answer was <strong>YES</strong>...</p>
+<p>How we can easily do it? Just follow these few steps: </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.htmlThu, 10 Oct 2013 19:54:27 GMTA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Some days ago, I presented a way to mimic the execution of <em>nbconverted</em> <strong>IPython</strong> notebooks (<em>ipynb</em>). Today, I will show you how to add a simple <em>minimap</em> to these static html documents.</p>
<p>But, what is a <em>minimap</em>? Do you know <strong>SublimeText</strong> or <strong>Ninja-IDE</strong>? They are IDEs with a thin column to the right (of the main window) which provides an overview of the code we are working on... OK, you don't have an idea what am I talking about? Just go ahead and you will see... </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.htmlFri, 04 Oct 2013 00:59:36 GMTMimic the IPython notebook cell executionhttp://www.damian.oquanta.info/es/posts/mimic-the-ipython-notebook-cell-execution.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Yesterday, I was visiting the <a href="http://www.astro.washington.edu/users/vanderplas/">Jake VanderPlas</a>'s Scientific Python Course <a href="http://www.astro.washington.edu/users/vanderplas/Astr599/schedule">site</a> because of some issues raised at the ipython-dev mailing list (and obviously, because Jake usually do amazing things).</p>
diff --git a/output/es/categories/jinja.html b/output/es/categories/jinja.html
index e3ab1235..46cc5c17 100644
--- a/output/es/categories/jinja.html
+++ b/output/es/categories/jinja.html
@@ -135,7 +135,9 @@
[2013-09-29 23:53] Mimic the IPython notebook cell execution
diff --git a/output/es/categories/jinja.xml b/output/es/categories/jinja.xml
index 565def89..49ed8748 100644
--- a/output/es/categories/jinja.xml
+++ b/output/es/categories/jinja.xml
@@ -1,5 +1,15 @@
-Damian's blog (jinja)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (jinja)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssHide the input cells from your IPython slideshttp://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
+<p>A tweet arrived...</p>
+<blockquote class="twitter-tweet" data-partner="tweetdeck"><p>
+<a href="https://twitter.com/damian_avila">@damian_avila</a> Is there a way to only show the output of a cell in an NB slideshow?
+</p>
+— Thomas Wiecki (@TWiecki) <a href="https://twitter.com/TWiecki/statuses/388378339716505601">October 10, 2013</a>
+</blockquote>
+<script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>
+
+<p>And my answer was <strong>YES</strong>...</p>
+<p>How we can easily do it? Just follow these few steps: </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.htmlThu, 10 Oct 2013 19:54:27 GMTA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Some days ago, I presented a way to mimic the execution of <em>nbconverted</em> <strong>IPython</strong> notebooks (<em>ipynb</em>). Today, I will show you how to add a simple <em>minimap</em> to these static html documents.</p>
<p>But, what is a <em>minimap</em>? Do you know <strong>SublimeText</strong> or <strong>Ninja-IDE</strong>? They are IDEs with a thin column to the right (of the main window) which provides an overview of the code we are working on... OK, you don't have an idea what am I talking about? Just go ahead and you will see... </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.htmlFri, 04 Oct 2013 00:59:36 GMTMimic the IPython notebook cell executionhttp://www.damian.oquanta.info/es/posts/mimic-the-ipython-notebook-cell-execution.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Yesterday, I was visiting the <a href="http://www.astro.washington.edu/users/vanderplas/">Jake VanderPlas</a>'s Scientific Python Course <a href="http://www.astro.washington.edu/users/vanderplas/Astr599/schedule">site</a> because of some issues raised at the ipython-dev mailing list (and obviously, because Jake usually do amazing things).</p>
diff --git a/output/es/categories/less.xml b/output/es/categories/less.xml
index 3b5171f4..88872b84 100644
--- a/output/es/categories/less.xml
+++ b/output/es/categories/less.xml
@@ -1,5 +1,5 @@
-Damian's blog (less)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssNikola's Zen theme finally releasedhttp://www.damian.oquanta.info/es/posts/nikolas-zen-theme-finally-released.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (less)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssNikola's Zen theme finally releasedhttp://www.damian.oquanta.info/es/posts/nikolas-zen-theme-finally-released.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Just a quick update... Some weeks ago I <a href="http://www.damian.oquanta.info/posts/a-new-nikolas-theme-for-my-site-zen.html">blogged</a> about my new <strong>Nikola</strong>'s theme family called <strong>Zen</strong>. In fact, you are seeing the <code>zen-ipython</code> theme powering my blog right now.</p>
<p>I have used them for several days without any remarkable issue, so I decided to release them at the <strong>Nikola</strong>'s <a href="https://github.com/getnikola/nikola-themes">theme repository</a>.</p>
<p>There, you will see three <strong>Zen</strong> themes:</p>
diff --git a/output/es/categories/life.xml b/output/es/categories/life.xml
index 7137f5ce..45373615 100644
--- a/output/es/categories/life.xml
+++ b/output/es/categories/life.xml
@@ -1,5 +1,5 @@
-Damian's blog (life)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssUnder the Sea... en La Platahttp://www.damian.oquanta.info/es/posts/under-the-sea-en-la-plata.html<div><div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (life)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssUnder the Sea... en La Platahttp://www.damian.oquanta.info/es/posts/under-the-sea-en-la-plata.html<div><div class="text_cell_render border-box-sizing rendered_html">
<p>Han pasado casi tres semanas... El 2 de abril cayeron sobre la ciudad de La Plata casi 400 mm de agua en 24 hs, concentrándose la mayor parte de dicho caudal en dos o tres horas por la tarde, lo que dio lugar a la más grande inundación que la ciudad haya registrado en toda su historia.</p>
</div>
<div class="text_cell_render border-box-sizing rendered_html">
diff --git a/output/es/categories/local.xml b/output/es/categories/local.xml
index 84abac3d..95c27722 100644
--- a/output/es/categories/local.xml
+++ b/output/es/categories/local.xml
@@ -1,5 +1,5 @@
-Damian's blog (local)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssUsing a local Reveal.js library with your IPython slideshttp://www.damian.oquanta.info/es/posts/using-a-local-revealjs-library-with-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (local)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssUsing a local Reveal.js library with your IPython slideshttp://www.damian.oquanta.info/es/posts/using-a-local-revealjs-library-with-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
<p>IPython slides are powered by <a href="https://github.com/hakimel/reveal.js/">Reveal.js</a> library, you probably already know that.</p>
<p>But... you probably don't know that we use <a href="http://www.jsdelivr.com/">jsdelivr</a> CDN to load all the necessary js and css files. As a consequence, you don't need to download Reveal.js, but also, the speaker notes are not working by default.</p>
<p>But... what happens, if you have low connectivity in the place where you will be presenting your talk (or if you want to use the speaker notes feature)? </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/using-a-local-revealjs-library-with-your-ipython-slides.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/using-a-local-revealjs-library-with-your-ipython-slides.htmlFri, 13 Sep 2013 18:50:22 GMT
\ No newline at end of file
diff --git a/output/es/categories/minimap.xml b/output/es/categories/minimap.xml
index 06df257c..a7ea6a0d 100644
--- a/output/es/categories/minimap.xml
+++ b/output/es/categories/minimap.xml
@@ -1,4 +1,4 @@
-Damian's blog (minimap)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (minimap)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Some days ago, I presented a way to mimic the execution of <em>nbconverted</em> <strong>IPython</strong> notebooks (<em>ipynb</em>). Today, I will show you how to add a simple <em>minimap</em> to these static html documents.</p>
<p>But, what is a <em>minimap</em>? Do you know <strong>SublimeText</strong> or <strong>Ninja-IDE</strong>? They are IDEs with a thin column to the right (of the main window) which provides an overview of the code we are working on... OK, you don't have an idea what am I talking about? Just go ahead and you will see... </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.htmlFri, 04 Oct 2013 00:59:36 GMT
\ No newline at end of file
diff --git a/output/es/categories/nbconvert.html b/output/es/categories/nbconvert.html
index ace9b947..8c9644b0 100644
--- a/output/es/categories/nbconvert.html
+++ b/output/es/categories/nbconvert.html
@@ -135,7 +135,9 @@
[2013-09-29 23:53] Mimic the IPython notebook cell execution
diff --git a/output/es/categories/nbconvert.xml b/output/es/categories/nbconvert.xml
index b7858543..f7823b8c 100644
--- a/output/es/categories/nbconvert.xml
+++ b/output/es/categories/nbconvert.xml
@@ -1,5 +1,15 @@
-Damian's blog (nbconvert)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (nbconvert)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssHide the input cells from your IPython slideshttp://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
+<p>A tweet arrived...</p>
+<blockquote class="twitter-tweet" data-partner="tweetdeck"><p>
+<a href="https://twitter.com/damian_avila">@damian_avila</a> Is there a way to only show the output of a cell in an NB slideshow?
+</p>
+— Thomas Wiecki (@TWiecki) <a href="https://twitter.com/TWiecki/statuses/388378339716505601">October 10, 2013</a>
+</blockquote>
+<script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>
+
+<p>And my answer was <strong>YES</strong>...</p>
+<p>How we can easily do it? Just follow these few steps: </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.htmlThu, 10 Oct 2013 19:54:27 GMTA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Some days ago, I presented a way to mimic the execution of <em>nbconverted</em> <strong>IPython</strong> notebooks (<em>ipynb</em>). Today, I will show you how to add a simple <em>minimap</em> to these static html documents.</p>
<p>But, what is a <em>minimap</em>? Do you know <strong>SublimeText</strong> or <strong>Ninja-IDE</strong>? They are IDEs with a thin column to the right (of the main window) which provides an overview of the code we are working on... OK, you don't have an idea what am I talking about? Just go ahead and you will see... </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.htmlFri, 04 Oct 2013 00:59:36 GMTMimic the IPython notebook cell executionhttp://www.damian.oquanta.info/es/posts/mimic-the-ipython-notebook-cell-execution.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Yesterday, I was visiting the <a href="http://www.astro.washington.edu/users/vanderplas/">Jake VanderPlas</a>'s Scientific Python Course <a href="http://www.astro.washington.edu/users/vanderplas/Astr599/schedule">site</a> because of some issues raised at the ipython-dev mailing list (and obviously, because Jake usually do amazing things).</p>
@@ -29,10 +39,4 @@
<p><strong>I am pleased to announce the new version of the IPython plugin for Nikola.</strong></p>
<p>This new version has been incorporated into Nikola master a few weeks ago, so it is now available in the last release of <strong>Nikola, 5.5.1.</strong></p>
<p>Now that <strong>IPython</strong> has achieved the <strong>1.0 release</strong>, and with the incorporation of nbconvert as a part of the IPython machinery, the IPython plugin no longer needs to use a customized version of the old nbconvert, instead it is now using the the power of the new <strong>IPython.nbconvert</strong> infrastructure to export the ipynb files to HTML pieces to be rendered by <strong>Nikola</strong>.</p>
-<p>With the simplification of the infrastructure, it is now easier to setup your blog to use the plugin following this five steps: </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/ipython-plugin-for-nikola-updated.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/ipython-plugin-for-nikola-updated.htmlMon, 12 Aug 2013 16:40:29 GMTReveal converter mini-tutorialhttp://www.damian.oquanta.info/es/posts/reveal-converter-mini-tutorial.html<div><div class="text_cell_render border-box-sizing rendered_html">
-<p>After some weeks of work and a lot of useful colaboration with the IPython team, we now have the reveal converter merged in nbconvert (a conversion utilities for the IPython notebook format).</p>
-<p>Currently nbconvert is being rewritten... but we also have a reveal converter in the new codebase, so you do not have problems if you begin to use it now, you will be able to use it tomorrow :-)</p>
-<p>I wrote a little tutorial (a reveal-based notebook slideshow, of course) about how to use reveal converter option inside nbconvert</p>
-</div>
-<div class="text_cell_render border-box-sizing rendered_html">
-<p class="more"><a href="http://www.damian.oquanta.info/es/posts/reveal-converter-mini-tutorial.html">Leer más…</a></p></div></div>http://www.damian.oquanta.info/es/posts/reveal-converter-mini-tutorial.htmlFri, 15 Feb 2013 15:05:21 GMT
\ No newline at end of file
+<p>With the simplification of the infrastructure, it is now easier to setup your blog to use the plugin following this five steps: </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/ipython-plugin-for-nikola-updated.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/ipython-plugin-for-nikola-updated.htmlMon, 12 Aug 2013 16:40:29 GMT
\ No newline at end of file
diff --git a/output/es/categories/nikola.xml b/output/es/categories/nikola.xml
index 7b6922f9..edf06c42 100644
--- a/output/es/categories/nikola.xml
+++ b/output/es/categories/nikola.xml
@@ -1,5 +1,5 @@
-Damian's blog (nikola)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (nikola)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Some days ago, I presented a way to mimic the execution of <em>nbconverted</em> <strong>IPython</strong> notebooks (<em>ipynb</em>). Today, I will show you how to add a simple <em>minimap</em> to these static html documents.</p>
<p>But, what is a <em>minimap</em>? Do you know <strong>SublimeText</strong> or <strong>Ninja-IDE</strong>? They are IDEs with a thin column to the right (of the main window) which provides an overview of the code we are working on... OK, you don't have an idea what am I talking about? Just go ahead and you will see... </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.htmlFri, 04 Oct 2013 00:59:36 GMTMimic the IPython notebook cell executionhttp://www.damian.oquanta.info/es/posts/mimic-the-ipython-notebook-cell-execution.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Yesterday, I was visiting the <a href="http://www.astro.washington.edu/users/vanderplas/">Jake VanderPlas</a>'s Scientific Python Course <a href="http://www.astro.washington.edu/users/vanderplas/Astr599/schedule">site</a> because of some issues raised at the ipython-dev mailing list (and obviously, because Jake usually do amazing things).</p>
diff --git a/output/es/categories/opensource.xml b/output/es/categories/opensource.xml
index 4fa0ada6..70fecf3a 100644
--- a/output/es/categories/opensource.xml
+++ b/output/es/categories/opensource.xml
@@ -1,4 +1,4 @@
-Damian's blog (opensource)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssDifferent ways to lead an open source projecthttp://www.damian.oquanta.info/es/posts/different-ways-to-lead-an-open-source-project.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (opensource)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssDifferent ways to lead an open source projecthttp://www.damian.oquanta.info/es/posts/different-ways-to-lead-an-open-source-project.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Just a few lines, to trigger the discussion... to describe my point, I will pick two projects I have contributed (and I want to contribute even more): <code>IPython</code> and <code>Nikola</code>.</p>
<p>Some months ago, <strong>Brian Granger</strong>, a core developer from the <code>IPython</code> project gave a <a href="http://nbviewer.ipython.org/urls/raw.github.com/ellisonbg/talk-scipy2013/master/FeaturesAndScope.ipynb">talk</a> at <code>SciPy 2013</code> where he said: </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/different-ways-to-lead-an-open-source-project.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/different-ways-to-lead-an-open-source-project.htmlFri, 13 Sep 2013 01:40:50 GMT
\ No newline at end of file
diff --git a/output/es/categories/pdf.xml b/output/es/categories/pdf.xml
index 844d15f6..bc0c89b7 100644
--- a/output/es/categories/pdf.xml
+++ b/output/es/categories/pdf.xml
@@ -1,4 +1,4 @@
-Damian's blog (pdf)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssA little hack to get a pdf from your IPython slideshttp://www.damian.oquanta.info/es/posts/a-little-hack-to-get-a-pdf-from-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (pdf)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssA little hack to get a pdf from your IPython slideshttp://www.damian.oquanta.info/es/posts/a-little-hack-to-get-a-pdf-from-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
<p>A lot of users of the <code>slides</code> option in <code>IPython.nbconvert</code> asked me about how to get a pdf from the generated Reveal.js-based slideshow.</p>
<p>To make the story short, here you have the detailed steps: </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/a-little-hack-to-get-a-pdf-from-your-ipython-slides.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/a-little-hack-to-get-a-pdf-from-your-ipython-slides.htmlFri, 30 Aug 2013 20:25:39 GMT
\ No newline at end of file
diff --git a/output/es/categories/politics.xml b/output/es/categories/politics.xml
index b00d871b..e3110dff 100644
--- a/output/es/categories/politics.xml
+++ b/output/es/categories/politics.xml
@@ -1,5 +1,5 @@
-Damian's blog (politics)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssParaguayhttp://www.damian.oquanta.info/es/posts/paraguay.html<p>Lo que esta viviendo hoy el Paraguay me causa mucha tristeza...</p>
+Damian's blog (politics)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssParaguayhttp://www.damian.oquanta.info/es/posts/paraguay.html<p>Lo que esta viviendo hoy el Paraguay me causa mucha tristeza...</p>
<p>¡¿Cómo puede ser que a comienzos del siglo XXI,
la retrógrada derecha latinoamericana no se haya superado y alcanzado
el nivel democrático necesario para, al menos, respetar que otros han ganado
diff --git a/output/es/categories/python.html b/output/es/categories/python.html
index fcaf68e2..55481a0c 100644
--- a/output/es/categories/python.html
+++ b/output/es/categories/python.html
@@ -135,7 +135,9 @@
[2013-09-29 23:53] Mimic the IPython notebook cell execution
diff --git a/output/es/categories/python.xml b/output/es/categories/python.xml
index d7d0fd5e..00d93c6c 100644
--- a/output/es/categories/python.xml
+++ b/output/es/categories/python.xml
@@ -1,5 +1,15 @@
-Damian's blog (python)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (python)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssHide the input cells from your IPython slideshttp://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
+<p>A tweet arrived...</p>
+<blockquote class="twitter-tweet" data-partner="tweetdeck"><p>
+<a href="https://twitter.com/damian_avila">@damian_avila</a> Is there a way to only show the output of a cell in an NB slideshow?
+</p>
+— Thomas Wiecki (@TWiecki) <a href="https://twitter.com/TWiecki/statuses/388378339716505601">October 10, 2013</a>
+</blockquote>
+<script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>
+
+<p>And my answer was <strong>YES</strong>...</p>
+<p>How we can easily do it? Just follow these few steps: </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.htmlThu, 10 Oct 2013 19:54:27 GMTA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Some days ago, I presented a way to mimic the execution of <em>nbconverted</em> <strong>IPython</strong> notebooks (<em>ipynb</em>). Today, I will show you how to add a simple <em>minimap</em> to these static html documents.</p>
<p>But, what is a <em>minimap</em>? Do you know <strong>SublimeText</strong> or <strong>Ninja-IDE</strong>? They are IDEs with a thin column to the right (of the main window) which provides an overview of the code we are working on... OK, you don't have an idea what am I talking about? Just go ahead and you will see... </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.htmlFri, 04 Oct 2013 00:59:36 GMTMimic the IPython notebook cell executionhttp://www.damian.oquanta.info/es/posts/mimic-the-ipython-notebook-cell-execution.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Yesterday, I was visiting the <a href="http://www.astro.washington.edu/users/vanderplas/">Jake VanderPlas</a>'s Scientific Python Course <a href="http://www.astro.washington.edu/users/vanderplas/Astr599/schedule">site</a> because of some issues raised at the ipython-dev mailing list (and obviously, because Jake usually do amazing things).</p>
@@ -31,6 +41,4 @@
<blockquote>
<p>In a future release, would be handy to add custom classes to slides so that you can use CSS rules to choose certain layouts for image slides, text, multiple charts, etc.</p>
</blockquote>
-<p>But... we already support this kind of customization! And it is clearly my fault that you don't know about this feature... so: </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/customizing-your-ipython-slides.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/customizing-your-ipython-slides.htmlTue, 03 Sep 2013 16:08:16 GMTA little hack to get a pdf from your IPython slideshttp://www.damian.oquanta.info/es/posts/a-little-hack-to-get-a-pdf-from-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
-<p>A lot of users of the <code>slides</code> option in <code>IPython.nbconvert</code> asked me about how to get a pdf from the generated Reveal.js-based slideshow.</p>
-<p>To make the story short, here you have the detailed steps: </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/a-little-hack-to-get-a-pdf-from-your-ipython-slides.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/a-little-hack-to-get-a-pdf-from-your-ipython-slides.htmlFri, 30 Aug 2013 20:25:39 GMT
\ No newline at end of file
+<p>But... we already support this kind of customization! And it is clearly my fault that you don't know about this feature... so: </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/customizing-your-ipython-slides.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/customizing-your-ipython-slides.htmlTue, 03 Sep 2013 16:08:16 GMT
\ No newline at end of file
diff --git a/output/es/categories/reveal.html b/output/es/categories/reveal.html
index 68546773..b325bcd9 100644
--- a/output/es/categories/reveal.html
+++ b/output/es/categories/reveal.html
@@ -135,7 +135,9 @@
[2013-09-13 18:50] Using a local Reveal.js library with your IPython slides
diff --git a/output/es/categories/reveal.xml b/output/es/categories/reveal.xml
index 548302b3..ee9ddeac 100644
--- a/output/es/categories/reveal.xml
+++ b/output/es/categories/reveal.xml
@@ -1,5 +1,15 @@
-Damian's blog (reveal)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssChange the IPython slides defaults with an IPython config filehttp://www.damian.oquanta.info/es/posts/change-the-ipython-slides-defaults-with-an-ipython-config-file.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (reveal)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssHide the input cells from your IPython slideshttp://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
+<p>A tweet arrived...</p>
+<blockquote class="twitter-tweet" data-partner="tweetdeck"><p>
+<a href="https://twitter.com/damian_avila">@damian_avila</a> Is there a way to only show the output of a cell in an NB slideshow?
+</p>
+— Thomas Wiecki (@TWiecki) <a href="https://twitter.com/TWiecki/statuses/388378339716505601">October 10, 2013</a>
+</blockquote>
+<script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>
+
+<p>And my answer was <strong>YES</strong>...</p>
+<p>How we can easily do it? Just follow these few steps: </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.htmlThu, 10 Oct 2013 19:54:27 GMTChange the IPython slides defaults with an IPython config filehttp://www.damian.oquanta.info/es/posts/change-the-ipython-slides-defaults-with-an-ipython-config-file.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Some people are asking me how to change the IPython slides's defaults. You can see the description of the request <a href="http://stackoverflow.com/questions/18820253/modifying-reveal-js-defaults-in-ipython-notebook-slide-generation">here</a>. Essentially, he wants to change the default transition between the slides.</p>
<p>To solve this question, we introduce the notion of IPython config files, which let us easily change <em>things</em> inside <code>IPython.nbconvert</code> (the library where the IPython slides lives) to achieve our desires, at least in the slideshow generation issue ;-)</p>
<p>First of all, you need to know some details: </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/change-the-ipython-slides-defaults-with-an-ipython-config-file.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/change-the-ipython-slides-defaults-with-an-ipython-config-file.htmlMon, 16 Sep 2013 19:47:33 GMTUsing a local Reveal.js library with your IPython slideshttp://www.damian.oquanta.info/es/posts/using-a-local-revealjs-library-with-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
diff --git a/output/es/categories/scipycon.xml b/output/es/categories/scipycon.xml
index 51daa475..07b44fff 100644
--- a/output/es/categories/scipycon.xml
+++ b/output/es/categories/scipycon.xml
@@ -1,5 +1,5 @@
-Damian's blog (SciPyCon)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssSciPyCon Argentina 2013http://www.damian.oquanta.info/es/posts/scipycon-argentina-2013.html<div><div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (SciPyCon)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssSciPyCon Argentina 2013http://www.damian.oquanta.info/es/posts/scipycon-argentina-2013.html<div><div class="text_cell_render border-box-sizing rendered_html">
<p>This is the first <strong>SciPy Conference in Argentina</strong> (as far as I know, it is also the first one in Latin American).</p>
<p>It will be held from <strong>16 to 18th of May in Puerto Madryn</strong>, at the Patagonia Argentina (more details at SciPyCon <a href="http://scipycon.com.ar">homepage</a>).</p>
</div>
diff --git a/output/es/categories/slideshow.html b/output/es/categories/slideshow.html
index c674328f..9e9aa517 100644
--- a/output/es/categories/slideshow.html
+++ b/output/es/categories/slideshow.html
@@ -135,7 +135,9 @@
[2013-09-13 18:50] Using a local Reveal.js library with your IPython slides
diff --git a/output/es/categories/slideshow.xml b/output/es/categories/slideshow.xml
index 28c67f87..4f32f59d 100644
--- a/output/es/categories/slideshow.xml
+++ b/output/es/categories/slideshow.xml
@@ -1,5 +1,15 @@
-Damian's blog (slideshow)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssChange the IPython slides defaults with an IPython config filehttp://www.damian.oquanta.info/es/posts/change-the-ipython-slides-defaults-with-an-ipython-config-file.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (slideshow)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssHide the input cells from your IPython slideshttp://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
+<p>A tweet arrived...</p>
+<blockquote class="twitter-tweet" data-partner="tweetdeck"><p>
+<a href="https://twitter.com/damian_avila">@damian_avila</a> Is there a way to only show the output of a cell in an NB slideshow?
+</p>
+— Thomas Wiecki (@TWiecki) <a href="https://twitter.com/TWiecki/statuses/388378339716505601">October 10, 2013</a>
+</blockquote>
+<script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>
+
+<p>And my answer was <strong>YES</strong>...</p>
+<p>How we can easily do it? Just follow these few steps: </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.htmlThu, 10 Oct 2013 19:54:27 GMTChange the IPython slides defaults with an IPython config filehttp://www.damian.oquanta.info/es/posts/change-the-ipython-slides-defaults-with-an-ipython-config-file.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Some people are asking me how to change the IPython slides's defaults. You can see the description of the request <a href="http://stackoverflow.com/questions/18820253/modifying-reveal-js-defaults-in-ipython-notebook-slide-generation">here</a>. Essentially, he wants to change the default transition between the slides.</p>
<p>To solve this question, we introduce the notion of IPython config files, which let us easily change <em>things</em> inside <code>IPython.nbconvert</code> (the library where the IPython slides lives) to achieve our desires, at least in the slideshow generation issue ;-)</p>
<p>First of all, you need to know some details: </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/change-the-ipython-slides-defaults-with-an-ipython-config-file.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/change-the-ipython-slides-defaults-with-an-ipython-config-file.htmlMon, 16 Sep 2013 19:47:33 GMTUsing a local Reveal.js library with your IPython slideshttp://www.damian.oquanta.info/es/posts/using-a-local-revealjs-library-with-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
diff --git a/output/es/categories/talks.xml b/output/es/categories/talks.xml
index abd1f176..92b88200 100644
--- a/output/es/categories/talks.xml
+++ b/output/es/categories/talks.xml
@@ -1,5 +1,5 @@
-Damian's blog (talks)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssSciPyCon Argentina 2013http://www.damian.oquanta.info/es/posts/scipycon-argentina-2013.html<div><div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (talks)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssSciPyCon Argentina 2013http://www.damian.oquanta.info/es/posts/scipycon-argentina-2013.html<div><div class="text_cell_render border-box-sizing rendered_html">
<p>This is the first <strong>SciPy Conference in Argentina</strong> (as far as I know, it is also the first one in Latin American).</p>
<p>It will be held from <strong>16 to 18th of May in Puerto Madryn</strong>, at the Patagonia Argentina (more details at SciPyCon <a href="http://scipycon.com.ar">homepage</a>).</p>
</div>
diff --git a/output/es/categories/theme.xml b/output/es/categories/theme.xml
index f352cbee..de2aafe3 100644
--- a/output/es/categories/theme.xml
+++ b/output/es/categories/theme.xml
@@ -1,5 +1,5 @@
-Damian's blog (theme)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssNikola's Zen theme finally releasedhttp://www.damian.oquanta.info/es/posts/nikolas-zen-theme-finally-released.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (theme)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssNikola's Zen theme finally releasedhttp://www.damian.oquanta.info/es/posts/nikolas-zen-theme-finally-released.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Just a quick update... Some weeks ago I <a href="http://www.damian.oquanta.info/posts/a-new-nikolas-theme-for-my-site-zen.html">blogged</a> about my new <strong>Nikola</strong>'s theme family called <strong>Zen</strong>. In fact, you are seeing the <code>zen-ipython</code> theme powering my blog right now.</p>
<p>I have used them for several days without any remarkable issue, so I decided to release them at the <strong>Nikola</strong>'s <a href="https://github.com/getnikola/nikola-themes">theme repository</a>.</p>
<p>There, you will see three <strong>Zen</strong> themes:</p>
diff --git a/output/es/categories/threads.xml b/output/es/categories/threads.xml
index f5734238..ceebae40 100644
--- a/output/es/categories/threads.xml
+++ b/output/es/categories/threads.xml
@@ -1,5 +1,5 @@
-Damian's blog (threads)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssvIPer is now using IPython.nbconverthttp://www.damian.oquanta.info/es/posts/viper-is-now-using-ipythonnbconvert.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (threads)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssvIPer is now using IPython.nbconverthttp://www.damian.oquanta.info/es/posts/viper-is-now-using-ipythonnbconvert.html<div class="text_cell_render border-box-sizing rendered_html">
<p>As you know (if not, probably the following lines gives you an idea), <strong>vIPer</strong> was originally designed to export from <em>ipynb</em> files to:</p>
<ul>
<li>a plain static html</li>
diff --git a/output/es/categories/toggle.html b/output/es/categories/toggle.html
index 661776a0..7fd863a4 100644
--- a/output/es/categories/toggle.html
+++ b/output/es/categories/toggle.html
@@ -135,7 +135,9 @@
diff --git a/output/es/categories/toggle.xml b/output/es/categories/toggle.xml
index 4345f20e..9af61467 100644
--- a/output/es/categories/toggle.xml
+++ b/output/es/categories/toggle.xml
@@ -1,5 +1,15 @@
-Damian's blog (toggle)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssMimic the IPython notebook cell executionhttp://www.damian.oquanta.info/es/posts/mimic-the-ipython-notebook-cell-execution.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (toggle)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssHide the input cells from your IPython slideshttp://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
+<p>A tweet arrived...</p>
+<blockquote class="twitter-tweet" data-partner="tweetdeck"><p>
+<a href="https://twitter.com/damian_avila">@damian_avila</a> Is there a way to only show the output of a cell in an NB slideshow?
+</p>
+— Thomas Wiecki (@TWiecki) <a href="https://twitter.com/TWiecki/statuses/388378339716505601">October 10, 2013</a>
+</blockquote>
+<script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>
+
+<p>And my answer was <strong>YES</strong>...</p>
+<p>How we can easily do it? Just follow these few steps: </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.htmlThu, 10 Oct 2013 19:54:27 GMTMimic the IPython notebook cell executionhttp://www.damian.oquanta.info/es/posts/mimic-the-ipython-notebook-cell-execution.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Yesterday, I was visiting the <a href="http://www.astro.washington.edu/users/vanderplas/">Jake VanderPlas</a>'s Scientific Python Course <a href="http://www.astro.washington.edu/users/vanderplas/Astr599/schedule">site</a> because of some issues raised at the ipython-dev mailing list (and obviously, because Jake usually do amazing things).</p>
<p>To build his site, Jake wrote an <strong>Hyde</strong> plugin to render <em>ipynb</em> files to static html files using the <code>IPython.convert</code> platform. You can see an example of the final rendered document <a href="http://www.astro.washington.edu/users/vanderplas/Astr599/notebooks/01_basic_training">here</a>.</p>
<p>When I saw the final document, I wondered if we could have hidden output cells which automatically get visible after a click over the input cell... and then, I made some experiments using the power of the <code>IPython.nbconvert</code> library ;-) </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/mimic-the-ipython-notebook-cell-execution.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/mimic-the-ipython-notebook-cell-execution.htmlSun, 29 Sep 2013 23:53:58 GMT
\ No newline at end of file
diff --git a/output/es/categories/tutorials.xml b/output/es/categories/tutorials.xml
index 066022b1..919352f3 100644
--- a/output/es/categories/tutorials.xml
+++ b/output/es/categories/tutorials.xml
@@ -1,5 +1,5 @@
-Damian's blog (tutorials)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssSciPyCon Argentina 2013http://www.damian.oquanta.info/es/posts/scipycon-argentina-2013.html<div><div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (tutorials)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssSciPyCon Argentina 2013http://www.damian.oquanta.info/es/posts/scipycon-argentina-2013.html<div><div class="text_cell_render border-box-sizing rendered_html">
<p>This is the first <strong>SciPy Conference in Argentina</strong> (as far as I know, it is also the first one in Latin American).</p>
<p>It will be held from <strong>16 to 18th of May in Puerto Madryn</strong>, at the Patagonia Argentina (more details at SciPyCon <a href="http://scipycon.com.ar">homepage</a>).</p>
</div>
diff --git a/output/es/categories/viper.xml b/output/es/categories/viper.xml
index a28498d2..5d6c4edd 100644
--- a/output/es/categories/viper.xml
+++ b/output/es/categories/viper.xml
@@ -1,5 +1,5 @@
-Damian's blog (vIPer)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:55 GMTnikolahttp://blogs.law.harvard.edu/tech/rssvIPer is now using IPython.nbconverthttp://www.damian.oquanta.info/es/posts/viper-is-now-using-ipythonnbconvert.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (vIPer)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssvIPer is now using IPython.nbconverthttp://www.damian.oquanta.info/es/posts/viper-is-now-using-ipythonnbconvert.html<div class="text_cell_render border-box-sizing rendered_html">
<p>As you know (if not, probably the following lines gives you an idea), <strong>vIPer</strong> was originally designed to export from <em>ipynb</em> files to:</p>
<ul>
<li>a plain static html</li>
diff --git a/output/es/categories/zen.xml b/output/es/categories/zen.xml
index f6b5cbd4..bcd02d3e 100644
--- a/output/es/categories/zen.xml
+++ b/output/es/categories/zen.xml
@@ -1,5 +1,5 @@
-Damian's blog (zen)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssNikola's Zen theme finally releasedhttp://www.damian.oquanta.info/es/posts/nikolas-zen-theme-finally-released.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (zen)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssNikola's Zen theme finally releasedhttp://www.damian.oquanta.info/es/posts/nikolas-zen-theme-finally-released.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Just a quick update... Some weeks ago I <a href="http://www.damian.oquanta.info/posts/a-new-nikolas-theme-for-my-site-zen.html">blogged</a> about my new <strong>Nikola</strong>'s theme family called <strong>Zen</strong>. In fact, you are seeing the <code>zen-ipython</code> theme powering my blog right now.</p>
<p>I have used them for several days without any remarkable issue, so I decided to release them at the <strong>Nikola</strong>'s <a href="https://github.com/getnikola/nikola-themes">theme repository</a>.</p>
<p>There, you will see three <strong>Zen</strong> themes:</p>
diff --git a/output/es/categories/zenmode.xml b/output/es/categories/zenmode.xml
index f22fad9b..aa512340 100644
--- a/output/es/categories/zenmode.xml
+++ b/output/es/categories/zenmode.xml
@@ -1,5 +1,5 @@
-Damian's blog (zenmode)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssZen mode extension for the IPython notebookhttp://www.damian.oquanta.info/es/posts/zen-mode-extension-for-the-ipython-notebook.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's blog (zenmode)http://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:07 GMTnikolahttp://blogs.law.harvard.edu/tech/rssZen mode extension for the IPython notebookhttp://www.damian.oquanta.info/es/posts/zen-mode-extension-for-the-ipython-notebook.html<div class="text_cell_render border-box-sizing rendered_html">
<p>I write a lot stuff inside the IPython notebook.</p>
<p>And I thought it would be great to have a <em>sort</em> of <strong>Zen mode</strong> for the notebook...</p>
<p>I mean, a <em>peaceful</em> user interface to write my blog posts (and other stuff, of course).</p>
diff --git a/output/es/index-2.html b/output/es/index-2.html
index e97e2da4..510275a3 100644
--- a/output/es/index-2.html
+++ b/output/es/index-2.html
@@ -116,6 +116,56 @@
How we can easily do it? Just follow these few steps:
+
Rational: We are going to use the power of IPython.nbconvert library to use a modified jinja template which will let us hide theinput cells in our IPython slides. To achieve this goal, we are going to use the same approach described in a previous post. Hence, our input cells will be hidden by default, but they will show up if we click on the corresponding output cell area.
+
OK, we first wrote the custom template. I named output_toggle.tpl:
The code is simple, but for a detailed explanation see my previous [post]((http://www.damian.oquanta.info/posts/mimic-the-ipython-notebook-cell-execution.htm).
+
Briefly, I just change obvious things such as the encompassing of the input_group and the calling of .prev() method (instead of .next() one) inside the little javascript snippet.
and I got something like this (navigate and try it!):
+
+
+
+
+
+
+
OK, as you have seen in the example, your IPython slides will be delivered showing just the output cells... but if you need to show some input cells, just click on the corresponding output cell and you will get them. Nice, uh!
+
Hope it helps Thomas (and all the other people using the IPython slides)!
\n",
+ "\n",
+ "\n",
+ "And my answer was **YES**...\n",
+ "\n",
+ "How we can easily do it? Just follow these few steps:\n",
+ "\n",
+ "\n",
+ "**Rational**: We are going to use the power of `IPython.nbconvert` library to use a modified **jinja** template which will let us hide the` input cells` in our **IPython slides**. To achieve this goal, we are going to use the same approach described in a previous [post](http://www.damian.oquanta.info/posts/mimic-the-ipython-notebook-cell-execution.html). Hence, our `input cells` will be hidden by default, but they will show up if we click on the corresponding `output cell` area.\n",
+ "\n",
+ "OK, we first wrote the custom template. I named `output_toggle.tpl`:"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "collapsed": false,
+ "input": [
+ "!cat -n /media/datos/Ejemplos/output_toggle.tpl"
+ ],
+ "language": "python",
+ "metadata": {},
+ "outputs": [
+ {
+ "output_type": "stream",
+ "stream": "stdout",
+ "text": [
+ " 1\t{%- extends 'slides_reveal.tpl' -%}\r\n",
+ " 2\t\r\n",
+ " 3\t{% block input_group -%}\r\n",
+ " 4\t
\r\n",
+ " 5\t{{ super() }}\r\n",
+ " 6\t
\r\n",
+ " 7\t{% endblock input_group %}\r\n",
+ " 8\t\r\n",
+ " 9\t{%- block header -%}\r\n",
+ " 10\t{{ super() }}\r\n",
+ " 11\t\r\n",
+ " 12\t\r\n",
+ " 13\t\r\n",
+ " 14\t\r\n",
+ " 23\t\r\n",
+ " 24\t\r\n",
+ " 31\t{%- endblock header -%}\r\n",
+ " 32\t\r\n"
+ ]
+ }
+ ],
+ "prompt_number": 1
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "The code is simple, but for a detailed explanation see my previous [post]((http://www.damian.oquanta.info/posts/mimic-the-ipython-notebook-cell-execution.htm).\n",
+ "\n",
+ "Briefly, I just change obvious things such as the encompassing of the `input_group` and the calling of `.prev()` method (instead of `.next(`) one) inside the little *javascript* snippet.\n",
+ "\n",
+ "Now, the second and last step was:\n",
+ "\n",
+ "`ipython nbconvert your_slides.ipynb --to slides --template output_toggle --post serve`\n",
+ "\n",
+ "and I got something like this (navigate and try it!):"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ ""
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "OK, as you have seen in the example, your **IPython slides** will be delivered showing just the `output cells`... but if you need to show some `input cells`, just click on the corresponding `output cell` and you will get them. Nice, uh!\n",
+ "\n",
+ "Hope it helps Thomas (and all the other people using the **IPython slides**)!\n",
+ "\n",
+ "Dami\u00e1n."
+ ]
+ }
+ ],
+ "metadata": {}
+ }
+ ]
+}
\ No newline at end of file
diff --git a/output/es/posts/mimic-the-ipython-notebook-cell-execution.html b/output/es/posts/mimic-the-ipython-notebook-cell-execution.html
index 4104b4e1..33cfe909 100644
--- a/output/es/posts/mimic-the-ipython-notebook-cell-execution.html
+++ b/output/es/posts/mimic-the-ipython-notebook-cell-execution.html
@@ -191,7 +191,7 @@
\r\n",
- " 11\t{% endblock output_group %}\r\n",
- " 12\t\r\n",
- " 13\t{%- block header -%}\r\n",
- " 14\t{{ super() }}\r\n",
- " 15\t\r\n",
- " 16\t\r\n",
- " 17\t\r\n",
- " 18\t\r\n",
- " 27\t\r\n",
- " 28\t\r\n",
- " 35\t{%- endblock header -%}\r\n",
- " 36\t\r\n"
+ " 22\t\r\n",
+ " 23\t\r\n",
+ " 24\t\r\n",
+ " 31\t{%- endblock header -%}\r\n",
+ " 32\t\r\n"
]
}
],
diff --git a/output/es/rss.xml b/output/es/rss.xml
index 8d5e3c90..e5d6e58a 100644
--- a/output/es/rss.xml
+++ b/output/es/rss.xml
@@ -1,5 +1,15 @@
-Damian's bloghttp://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's bloghttp://www.damian.oquanta.info/My place to share some thoughts with the world.esThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssHide the input cells from your IPython slideshttp://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
+<p>A tweet arrived...</p>
+<blockquote class="twitter-tweet" data-partner="tweetdeck"><p>
+<a href="https://twitter.com/damian_avila">@damian_avila</a> Is there a way to only show the output of a cell in an NB slideshow?
+</p>
+— Thomas Wiecki (@TWiecki) <a href="https://twitter.com/TWiecki/statuses/388378339716505601">October 10, 2013</a>
+</blockquote>
+<script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>
+
+<p>And my answer was <strong>YES</strong>...</p>
+<p>How we can easily do it? Just follow these few steps: </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.htmlThu, 10 Oct 2013 19:54:27 GMTA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Some days ago, I presented a way to mimic the execution of <em>nbconverted</em> <strong>IPython</strong> notebooks (<em>ipynb</em>). Today, I will show you how to add a simple <em>minimap</em> to these static html documents.</p>
<p>But, what is a <em>minimap</em>? Do you know <strong>SublimeText</strong> or <strong>Ninja-IDE</strong>? They are IDEs with a thin column to the right (of the main window) which provides an overview of the code we are working on... OK, you don't have an idea what am I talking about? Just go ahead and you will see... </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/a-simple-minimap-for-your-nbconverted-ipynb.htmlFri, 04 Oct 2013 00:59:36 GMTMimic the IPython notebook cell executionhttp://www.damian.oquanta.info/es/posts/mimic-the-ipython-notebook-cell-execution.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Yesterday, I was visiting the <a href="http://www.astro.washington.edu/users/vanderplas/">Jake VanderPlas</a>'s Scientific Python Course <a href="http://www.astro.washington.edu/users/vanderplas/Astr599/schedule">site</a> because of some issues raised at the ipython-dev mailing list (and obviously, because Jake usually do amazing things).</p>
@@ -31,6 +41,4 @@
<blockquote>
<p>In a future release, would be handy to add custom classes to slides so that you can use CSS rules to choose certain layouts for image slides, text, multiple charts, etc.</p>
</blockquote>
-<p>But... we already support this kind of customization! And it is clearly my fault that you don't know about this feature... so: </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/customizing-your-ipython-slides.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/customizing-your-ipython-slides.htmlTue, 03 Sep 2013 16:08:16 GMTA little hack to get a pdf from your IPython slideshttp://www.damian.oquanta.info/es/posts/a-little-hack-to-get-a-pdf-from-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
-<p>A lot of users of the <code>slides</code> option in <code>IPython.nbconvert</code> asked me about how to get a pdf from the generated Reveal.js-based slideshow.</p>
-<p>To make the story short, here you have the detailed steps: </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/a-little-hack-to-get-a-pdf-from-your-ipython-slides.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/a-little-hack-to-get-a-pdf-from-your-ipython-slides.htmlFri, 30 Aug 2013 20:25:39 GMT
\ No newline at end of file
+<p>But... we already support this kind of customization! And it is clearly my fault that you don't know about this feature... so: </p><p class="more"><a href="http://www.damian.oquanta.info/es/posts/customizing-your-ipython-slides.html">Leer más…</a></p></div>http://www.damian.oquanta.info/es/posts/customizing-your-ipython-slides.htmlTue, 03 Sep 2013 16:08:16 GMT
\ No newline at end of file
diff --git a/output/index-2.html b/output/index-2.html
index 50f7edd0..df4bc802 100644
--- a/output/index-2.html
+++ b/output/index-2.html
@@ -116,6 +116,56 @@
How we can easily do it? Just follow these few steps:
+
Rational: We are going to use the power of IPython.nbconvert library to use a modified jinja template which will let us hide theinput cells in our IPython slides. To achieve this goal, we are going to use the same approach described in a previous post. Hence, our input cells will be hidden by default, but they will show up if we click on the corresponding output cell area.
+
OK, we first wrote the custom template. I named output_toggle.tpl:
The code is simple, but for a detailed explanation see my previous [post]((http://www.damian.oquanta.info/posts/mimic-the-ipython-notebook-cell-execution.htm).
+
Briefly, I just change obvious things such as the encompassing of the input_group and the calling of .prev() method (instead of .next() one) inside the little javascript snippet.
and I got something like this (navigate and try it!):
+
+
+
+
+
+
+
OK, as you have seen in the example, your IPython slides will be delivered showing just the output cells... but if you need to show some input cells, just click on the corresponding output cell and you will get them. Nice, uh!
+
Hope it helps Thomas (and all the other people using the IPython slides)!
\n",
+ "\n",
+ "\n",
+ "And my answer was **YES**...\n",
+ "\n",
+ "How we can easily do it? Just follow these few steps:\n",
+ "\n",
+ "\n",
+ "**Rational**: We are going to use the power of `IPython.nbconvert` library to use a modified **jinja** template which will let us hide the` input cells` in our **IPython slides**. To achieve this goal, we are going to use the same approach described in a previous [post](http://www.damian.oquanta.info/posts/mimic-the-ipython-notebook-cell-execution.html). Hence, our `input cells` will be hidden by default, but they will show up if we click on the corresponding `output cell` area.\n",
+ "\n",
+ "OK, we first wrote the custom template. I named `output_toggle.tpl`:"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "collapsed": false,
+ "input": [
+ "!cat -n /media/datos/Ejemplos/output_toggle.tpl"
+ ],
+ "language": "python",
+ "metadata": {},
+ "outputs": [
+ {
+ "output_type": "stream",
+ "stream": "stdout",
+ "text": [
+ " 1\t{%- extends 'slides_reveal.tpl' -%}\r\n",
+ " 2\t\r\n",
+ " 3\t{% block input_group -%}\r\n",
+ " 4\t
\r\n",
+ " 5\t{{ super() }}\r\n",
+ " 6\t
\r\n",
+ " 7\t{% endblock input_group %}\r\n",
+ " 8\t\r\n",
+ " 9\t{%- block header -%}\r\n",
+ " 10\t{{ super() }}\r\n",
+ " 11\t\r\n",
+ " 12\t\r\n",
+ " 13\t\r\n",
+ " 14\t\r\n",
+ " 23\t\r\n",
+ " 24\t\r\n",
+ " 31\t{%- endblock header -%}\r\n",
+ " 32\t\r\n"
+ ]
+ }
+ ],
+ "prompt_number": 1
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "The code is simple, but for a detailed explanation see my previous [post]((http://www.damian.oquanta.info/posts/mimic-the-ipython-notebook-cell-execution.htm).\n",
+ "\n",
+ "Briefly, I just change obvious things such as the encompassing of the `input_group` and the calling of `.prev()` method (instead of `.next(`) one) inside the little *javascript* snippet.\n",
+ "\n",
+ "Now, the second and last step was:\n",
+ "\n",
+ "`ipython nbconvert your_slides.ipynb --to slides --template output_toggle --post serve`\n",
+ "\n",
+ "and I got something like this (navigate and try it!):"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ ""
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "OK, as you have seen in the example, your **IPython slides** will be delivered showing just the `output cells`... but if you need to show some `input cells`, just click on the corresponding `output cell` and you will get them. Nice, uh!\n",
+ "\n",
+ "Hope it helps Thomas (and all the other people using the **IPython slides**)!\n",
+ "\n",
+ "Dami\u00e1n."
+ ]
+ }
+ ],
+ "metadata": {}
+ }
+ ]
+}
\ No newline at end of file
diff --git a/output/posts/mimic-the-ipython-notebook-cell-execution.html b/output/posts/mimic-the-ipython-notebook-cell-execution.html
index 96cef427..e8484c17 100644
--- a/output/posts/mimic-the-ipython-notebook-cell-execution.html
+++ b/output/posts/mimic-the-ipython-notebook-cell-execution.html
@@ -188,7 +188,7 @@
\r\n",
- " 11\t{% endblock output_group %}\r\n",
- " 12\t\r\n",
- " 13\t{%- block header -%}\r\n",
- " 14\t{{ super() }}\r\n",
- " 15\t\r\n",
- " 16\t\r\n",
- " 17\t\r\n",
- " 18\t\r\n",
- " 27\t\r\n",
- " 28\t\r\n",
- " 35\t{%- endblock header -%}\r\n",
- " 36\t\r\n"
+ " 22\t\r\n",
+ " 23\t\r\n",
+ " 24\t\r\n",
+ " 31\t{%- endblock header -%}\r\n",
+ " 32\t\r\n"
]
}
],
diff --git a/output/rss.xml b/output/rss.xml
index be3444da..c124f69a 100644
--- a/output/rss.xml
+++ b/output/rss.xml
@@ -1,5 +1,15 @@
-Damian's bloghttp://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 18:29:56 GMTnikolahttp://blogs.law.harvard.edu/tech/rssA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
+Damian's bloghttp://www.damian.oquanta.info/My place to share some thoughts with the world.enThu, 10 Oct 2013 19:57:06 GMTnikolahttp://blogs.law.harvard.edu/tech/rssHide the input cells from your IPython slideshttp://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
+<p>A tweet arrived...</p>
+<blockquote class="twitter-tweet" data-partner="tweetdeck"><p>
+<a href="https://twitter.com/damian_avila">@damian_avila</a> Is there a way to only show the output of a cell in an NB slideshow?
+</p>
+— Thomas Wiecki (@TWiecki) <a href="https://twitter.com/TWiecki/statuses/388378339716505601">October 10, 2013</a>
+</blockquote>
+<script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>
+
+<p>And my answer was <strong>YES</strong>...</p>
+<p>How we can easily do it? Just follow these few steps: </p><p class="more"><a href="http://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.html">Read more…</a></p></div>pythonIPythonnbconvertconfigjavascripttogglejinjarevealslideshowhttp://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.htmlThu, 10 Oct 2013 19:54:27 GMTA simple minimap for your nbconverted ipynbhttp://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Some days ago, I presented a way to mimic the execution of <em>nbconverted</em> <strong>IPython</strong> notebooks (<em>ipynb</em>). Today, I will show you how to add a simple <em>minimap</em> to these static html documents.</p>
<p>But, what is a <em>minimap</em>? Do you know <strong>SublimeText</strong> or <strong>Ninja-IDE</strong>? They are IDEs with a thin column to the right (of the main window) which provides an overview of the code we are working on... OK, you don't have an idea what am I talking about? Just go ahead and you will see... </p><p class="more"><a href="http://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.html">Read more…</a></p></div>pythonIPythonnbconvertconfigjavascriptminimapjinjanikolahttp://www.damian.oquanta.info/posts/a-simple-minimap-for-your-nbconverted-ipynb.htmlFri, 04 Oct 2013 00:59:36 GMTMimic the IPython notebook cell executionhttp://www.damian.oquanta.info/posts/mimic-the-ipython-notebook-cell-execution.html<div class="text_cell_render border-box-sizing rendered_html">
<p>Yesterday, I was visiting the <a href="http://www.astro.washington.edu/users/vanderplas/">Jake VanderPlas</a>'s Scientific Python Course <a href="http://www.astro.washington.edu/users/vanderplas/Astr599/schedule">site</a> because of some issues raised at the ipython-dev mailing list (and obviously, because Jake usually do amazing things).</p>
@@ -31,6 +41,4 @@
<blockquote>
<p>In a future release, would be handy to add custom classes to slides so that you can use CSS rules to choose certain layouts for image slides, text, multiple charts, etc.</p>
</blockquote>
-<p>But... we already support this kind of customization! And it is clearly my fault that you don't know about this feature... so: </p><p class="more"><a href="http://www.damian.oquanta.info/posts/customizing-your-ipython-slides.html">Read more…</a></p></div>pythonIPythonnbconvertrevealslideshowcsshttp://www.damian.oquanta.info/posts/customizing-your-ipython-slides.htmlTue, 03 Sep 2013 16:08:16 GMTA little hack to get a pdf from your IPython slideshttp://www.damian.oquanta.info/posts/a-little-hack-to-get-a-pdf-from-your-ipython-slides.html<div class="text_cell_render border-box-sizing rendered_html">
-<p>A lot of users of the <code>slides</code> option in <code>IPython.nbconvert</code> asked me about how to get a pdf from the generated Reveal.js-based slideshow.</p>
-<p>To make the story short, here you have the detailed steps: </p><p class="more"><a href="http://www.damian.oquanta.info/posts/a-little-hack-to-get-a-pdf-from-your-ipython-slides.html">Read more…</a></p></div>pythonIPythonnbconvertrevealslideshowpdfhttp://www.damian.oquanta.info/posts/a-little-hack-to-get-a-pdf-from-your-ipython-slides.htmlFri, 30 Aug 2013 20:25:39 GMT
\ No newline at end of file
+<p>But... we already support this kind of customization! And it is clearly my fault that you don't know about this feature... so: </p><p class="more"><a href="http://www.damian.oquanta.info/posts/customizing-your-ipython-slides.html">Read more…</a></p></div>pythonIPythonnbconvertrevealslideshowcsshttp://www.damian.oquanta.info/posts/customizing-your-ipython-slides.htmlTue, 03 Sep 2013 16:08:16 GMT
\ No newline at end of file
diff --git a/output/sitemap.xml b/output/sitemap.xml
index e10e3ae1..eb1507d6 100644
--- a/output/sitemap.xml
+++ b/output/sitemap.xml
@@ -749,6 +749,11 @@
2013-10-100.5000
+
+ http://www.damian.oquanta.info/es/posts/hide-the-input-cells-from-your-ipython-slides.html
+ 2013-10-10
+ 0.5000
+ http://www.damian.oquanta.info/es/posts/improving-viper-slideshows-styling.html2013-10-10
@@ -959,6 +964,11 @@
2013-10-100.5000
+
+ http://www.damian.oquanta.info/posts/hide-the-input-cells-from-your-ipython-slides.html
+ 2013-10-10
+ 0.5000
+ http://www.damian.oquanta.info/posts/improving-viper-slideshows-styling.html2013-10-10
diff --git a/posts/.ipynb_checkpoints/hide-the-input-cells-from-your-ipython-slides-checkpoint.ipynb b/posts/.ipynb_checkpoints/hide-the-input-cells-from-your-ipython-slides-checkpoint.ipynb
new file mode 100644
index 00000000..eb588a96
--- /dev/null
+++ b/posts/.ipynb_checkpoints/hide-the-input-cells-from-your-ipython-slides-checkpoint.ipynb
@@ -0,0 +1,116 @@
+{
+ "metadata": {
+ "name": ""
+ },
+ "nbformat": 3,
+ "nbformat_minor": 0,
+ "worksheets": [
+ {
+ "cells": [
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "A tweet arrived...\n",
+ "\n",
+ "
@damian_avila Is there a way to only show the output of a cell in an NB slideshow?
\n",
+ "\n",
+ "\n",
+ "And my answer was **YES**...\n",
+ "\n",
+ "How we can easily do it? Just follow these few steps:\n",
+ "\n",
+ "\n",
+ "**Rational**: We are going to use the power of `IPython.nbconvert` library to use a modified **jinja** template which will let us hide the` input cells` in our **IPython slides**. To achieve this goal, we are going to use the same approach described in a previous [post](http://www.damian.oquanta.info/posts/mimic-the-ipython-notebook-cell-execution.html). Hence, our `input cells` will be hidden by default, but they will show up if we click on the corresponding `output cell` area.\n",
+ "\n",
+ "OK, we first wrote the custom template. I named `output_toggle.tpl`:"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "collapsed": false,
+ "input": [
+ "!cat -n /media/datos/Ejemplos/output_toggle.tpl"
+ ],
+ "language": "python",
+ "metadata": {},
+ "outputs": [
+ {
+ "output_type": "stream",
+ "stream": "stdout",
+ "text": [
+ " 1\t{%- extends 'slides_reveal.tpl' -%}\r\n",
+ " 2\t\r\n",
+ " 3\t{% block input_group -%}\r\n",
+ " 4\t
\r\n",
+ " 5\t{{ super() }}\r\n",
+ " 6\t
\r\n",
+ " 7\t{% endblock input_group %}\r\n",
+ " 8\t\r\n",
+ " 9\t{%- block header -%}\r\n",
+ " 10\t{{ super() }}\r\n",
+ " 11\t\r\n",
+ " 12\t\r\n",
+ " 13\t\r\n",
+ " 14\t\r\n",
+ " 23\t\r\n",
+ " 24\t\r\n",
+ " 31\t{%- endblock header -%}\r\n",
+ " 32\t\r\n"
+ ]
+ }
+ ],
+ "prompt_number": 1
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "The code is simple, but for a detailed explanation see my previous [post]((http://www.damian.oquanta.info/posts/mimic-the-ipython-notebook-cell-execution.htm).\n",
+ "\n",
+ "Briefly, I just change obvious things such as the encompassing of the `input_group` and the calling of `.prev()` method (instead of `.next(`) one) inside the little *javascript* snippet.\n",
+ "\n",
+ "Now, the second and last step was:\n",
+ "\n",
+ "`ipython nbconvert your_slides.ipynb --to slides --template output_toggle --post serve`\n",
+ "\n",
+ "and I got something like this (navigate and try it!):"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ ""
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "OK, as you have seen in the example, your **IPython slides** will be delivered showing just the `output cells`... but if you need to show some `input cells`, just click on the corresponding `output cell` and you will get them. Nice, uh!\n",
+ "\n",
+ "Hope it helps Thomas (and all the other people using the **IPython slides**)!\n",
+ "\n",
+ "Dami\u00e1n."
+ ]
+ }
+ ],
+ "metadata": {}
+ }
+ ]
+}
\ No newline at end of file
diff --git a/posts/.ipynb_checkpoints/mimic-the-ipython-notebook-cell-execution-checkpoint.ipynb b/posts/.ipynb_checkpoints/mimic-the-ipython-notebook-cell-execution-checkpoint.ipynb
new file mode 100644
index 00000000..10ef341b
--- /dev/null
+++ b/posts/.ipynb_checkpoints/mimic-the-ipython-notebook-cell-execution-checkpoint.ipynb
@@ -0,0 +1,198 @@
+{
+ "metadata": {
+ "name": ""
+ },
+ "nbformat": 3,
+ "nbformat_minor": 0,
+ "worksheets": [
+ {
+ "cells": [
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "Yesterday, I was visiting the [Jake VanderPlas](http://www.astro.washington.edu/users/vanderplas/)'s Scientific Python Course [site](http://www.astro.washington.edu/users/vanderplas/Astr599/schedule) because of some issues raised at the ipython-dev mailing list (and obviously, because Jake usually do amazing things).\n",
+ "\n",
+ "To build his site, Jake wrote an **Hyde** plugin to render *ipynb* files to static html files using the `IPython.convert` platform. You can see an example of the final rendered document [here](http://www.astro.washington.edu/users/vanderplas/Astr599/notebooks/01_basic_training). \n",
+ "\n",
+ "When I saw the final document, I wondered if we could have hidden output cells which automatically get visible after a click over the input cell... and then, I made some experiments using the power of the `IPython.nbconvert` library ;-)\n",
+ "\n",
+ "\n",
+ "**NOTE: From here, to see the output of each cell, please click on the input area and surprise yourself!**\n",
+ "\n",
+ "First, we needed to rewrite some things at the **Jinja** template level:"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "collapsed": false,
+ "input": [
+ "!sed -n 1,7p /media/datos/Ejemplos/toggle.tpl"
+ ],
+ "language": "python",
+ "metadata": {},
+ "outputs": [
+ {
+ "output_type": "stream",
+ "stream": "stdout",
+ "text": [
+ "{%- extends 'html_full.tpl' -%}\r\n",
+ "\r\n",
+ "{% block output_group %}\r\n",
+ "
\r\n",
+ "{{ super() }}\r\n",
+ "
\r\n",
+ "{% endblock output_group %}\r\n"
+ ]
+ }
+ ],
+ "prompt_number": 1
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "We had to *rewrite* the `output_group` block to encompass it with a new `output_hidden`-classed `div`, which we would use in a simple **Javascript** function later.\n",
+ "\n",
+ "Second, we needed to write that little **Javascript** snippet:"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "collapsed": false,
+ "input": [
+ "!sed -n 25,29p /media/datos/Ejemplos/toggle.tpl"
+ ],
+ "language": "python",
+ "metadata": {},
+ "outputs": [
+ {
+ "output_type": "stream",
+ "stream": "stdout",
+ "text": [
+ "$(document).ready(function(){\r\n",
+ " $(\".input\").click(function(){\r\n",
+ " $(this).next('.output_hidden').slideToggle();\r\n",
+ " });\r\n",
+ "})\r\n"
+ ]
+ }
+ ],
+ "prompt_number": 2
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "Here, we used the `.slideToggle()` method to display or hide the `output_hidden`-classed `div` elements (with a nice sliding motion) when the user makes a click on the input cells. We was using **jQuery**, so we needed to load **jQquery**, ie. using the following line:\n",
+ "\n",
+ "``\n",
+ "\n",
+ "Finally, we added some css to make the `output_hidden-classed div` not visible (hidden by default):"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "collapsed": false,
+ "input": [
+ "!sed -n 18,21p /media/datos/Ejemplos/toggle.tpl"
+ ],
+ "language": "python",
+ "metadata": {},
+ "outputs": [
+ {
+ "output_type": "stream",
+ "stream": "stdout",
+ "text": [
+ ".output_hidden {\r\n",
+ " display: none;\r\n",
+ " margin-top: 5px;\r\n",
+ "}\r\n"
+ ]
+ }
+ ],
+ "prompt_number": 3
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "If you put all these snippets together, you will get the following template:"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "collapsed": false,
+ "input": [
+ "!cat -n /media/datos/Ejemplos/toggle.tpl"
+ ],
+ "language": "python",
+ "metadata": {},
+ "outputs": [
+ {
+ "output_type": "stream",
+ "stream": "stdout",
+ "text": [
+ " 1\t{%- extends 'html_full.tpl' -%}\r\n",
+ " 2\t\r\n",
+ " 3\t{% block output_group %}\r\n",
+ " 4\t
\r\n",
+ " 5\t{{ super() }}\r\n",
+ " 6\t
\r\n",
+ " 7\t{% endblock output_group %}\r\n",
+ " 8\t\r\n",
+ " 9\t{%- block header -%}\r\n",
+ " 10\t{{ super() }}\r\n",
+ " 11\t\r\n",
+ " 12\t\r\n",
+ " 13\t\r\n",
+ " 14\t\r\n",
+ " 23\t\r\n",
+ " 24\t\r\n",
+ " 31\t{%- endblock header -%}\r\n",
+ " 32\t\r\n"
+ ]
+ }
+ ],
+ "prompt_number": 4
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "To use it, just add `--template toggle` to your `ipython nbconvert` call, ie:\n",
+ "\n",
+ "`ipython nbconvert your_notebook.ipynb --to html --template toggle --post serve`\n",
+ "\n",
+ "or add the `toggle.tpl` file to you **IPython** nbconvert config file.\n",
+ "\n",
+ "If you are reading this line, you probably have already experienced the demo in this post (btw, I like to do demos explaining the tools with the tools themselves).\n",
+ "\n",
+ "Obviously, I quickly implemented this functionality inside **Nikola** and, as a consequence, in **Nikola** master, you now have the possibility to pass an **IPython** config `dict` to your **Nikola** `conf.py` file, making the *ipynb* plugin for **Nikola** more powerful than before ;-)\n",
+ "\n",
+ "To conclude, the possibility to mimic the **IPython** notebook execution is very useful for introductory courses and to publish content in a shorter but more interactive way.\n",
+ "\n",
+ "Hope you enjoy it!\n",
+ "\n",
+ "Dami\u00e1n"
+ ]
+ }
+ ],
+ "metadata": {}
+ }
+ ]
+}
\ No newline at end of file
diff --git a/posts/hide-the-input-cells-from-your-ipython-slides.ipynb b/posts/hide-the-input-cells-from-your-ipython-slides.ipynb
new file mode 100644
index 00000000..eb588a96
--- /dev/null
+++ b/posts/hide-the-input-cells-from-your-ipython-slides.ipynb
@@ -0,0 +1,116 @@
+{
+ "metadata": {
+ "name": ""
+ },
+ "nbformat": 3,
+ "nbformat_minor": 0,
+ "worksheets": [
+ {
+ "cells": [
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "A tweet arrived...\n",
+ "\n",
+ "
@damian_avila Is there a way to only show the output of a cell in an NB slideshow?
\n",
+ "\n",
+ "\n",
+ "And my answer was **YES**...\n",
+ "\n",
+ "How we can easily do it? Just follow these few steps:\n",
+ "\n",
+ "\n",
+ "**Rational**: We are going to use the power of `IPython.nbconvert` library to use a modified **jinja** template which will let us hide the` input cells` in our **IPython slides**. To achieve this goal, we are going to use the same approach described in a previous [post](http://www.damian.oquanta.info/posts/mimic-the-ipython-notebook-cell-execution.html). Hence, our `input cells` will be hidden by default, but they will show up if we click on the corresponding `output cell` area.\n",
+ "\n",
+ "OK, we first wrote the custom template. I named `output_toggle.tpl`:"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "collapsed": false,
+ "input": [
+ "!cat -n /media/datos/Ejemplos/output_toggle.tpl"
+ ],
+ "language": "python",
+ "metadata": {},
+ "outputs": [
+ {
+ "output_type": "stream",
+ "stream": "stdout",
+ "text": [
+ " 1\t{%- extends 'slides_reveal.tpl' -%}\r\n",
+ " 2\t\r\n",
+ " 3\t{% block input_group -%}\r\n",
+ " 4\t
\r\n",
+ " 5\t{{ super() }}\r\n",
+ " 6\t
\r\n",
+ " 7\t{% endblock input_group %}\r\n",
+ " 8\t\r\n",
+ " 9\t{%- block header -%}\r\n",
+ " 10\t{{ super() }}\r\n",
+ " 11\t\r\n",
+ " 12\t\r\n",
+ " 13\t\r\n",
+ " 14\t\r\n",
+ " 23\t\r\n",
+ " 24\t\r\n",
+ " 31\t{%- endblock header -%}\r\n",
+ " 32\t\r\n"
+ ]
+ }
+ ],
+ "prompt_number": 1
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "The code is simple, but for a detailed explanation see my previous [post]((http://www.damian.oquanta.info/posts/mimic-the-ipython-notebook-cell-execution.htm).\n",
+ "\n",
+ "Briefly, I just change obvious things such as the encompassing of the `input_group` and the calling of `.prev()` method (instead of `.next(`) one) inside the little *javascript* snippet.\n",
+ "\n",
+ "Now, the second and last step was:\n",
+ "\n",
+ "`ipython nbconvert your_slides.ipynb --to slides --template output_toggle --post serve`\n",
+ "\n",
+ "and I got something like this (navigate and try it!):"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ ""
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "OK, as you have seen in the example, your **IPython slides** will be delivered showing just the `output cells`... but if you need to show some `input cells`, just click on the corresponding `output cell` and you will get them. Nice, uh!\n",
+ "\n",
+ "Hope it helps Thomas (and all the other people using the **IPython slides**)!\n",
+ "\n",
+ "Dami\u00e1n."
+ ]
+ }
+ ],
+ "metadata": {}
+ }
+ ]
+}
\ No newline at end of file
diff --git a/posts/hide-the-input-cells-from-your-ipython-slides.meta b/posts/hide-the-input-cells-from-your-ipython-slides.meta
new file mode 100644
index 00000000..586da0db
--- /dev/null
+++ b/posts/hide-the-input-cells-from-your-ipython-slides.meta
@@ -0,0 +1,4 @@
+Hide the input cells from your IPython slides
+hide-the-input-cells-from-your-ipython-slides
+2013/10/10 19:54:27
+python, IPython, nbconvert, config, javascript, toggle, jinja, reveal, slideshow
diff --git a/posts/mimic-the-ipython-notebook-cell-execution.ipynb b/posts/mimic-the-ipython-notebook-cell-execution.ipynb
index d47e661a..10ef341b 100644
--- a/posts/mimic-the-ipython-notebook-cell-execution.ipynb
+++ b/posts/mimic-the-ipython-notebook-cell-execution.ipynb
@@ -27,7 +27,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "!sed -n 1,11p /media/datos/Ejemplos/toggle.tpl"
+ "!sed -n 1,7p /media/datos/Ejemplos/toggle.tpl"
],
"language": "python",
"metadata": {},
@@ -40,12 +40,8 @@
"\r\n",
"{% block output_group %}\r\n",
"