diff --git a/.doit.db b/.doit.db index f7bd3161..bd73199c 100644 Binary files a/.doit.db and b/.doit.db differ diff --git a/cache/posts/blogging-with-nikola-and-ipython.html b/cache/posts/blogging-with-nikola-and-ipython.html index eaab7df8..23f5347f 100644 --- a/cache/posts/blogging-with-nikola-and-ipython.html +++ b/cache/posts/blogging-with-nikola-and-ipython.html @@ -1,4 +1,9 @@ +
+
+

Alert! This post is outdated, please goto ;-) this link to get updated information.

+
+

NOTE: Obviously, this post was written in the IPython notebook and was rendered by Nikola (helped by nbconvert).

diff --git a/cache/posts/blogging-with-nikola-and-ipython.html.es b/cache/posts/blogging-with-nikola-and-ipython.html.es index eaab7df8..23f5347f 100644 --- a/cache/posts/blogging-with-nikola-and-ipython.html.es +++ b/cache/posts/blogging-with-nikola-and-ipython.html.es @@ -1,4 +1,9 @@ +
+
+

Alert! This post is outdated, please goto ;-) this link to get updated information.

+
+

NOTE: Obviously, this post was written in the IPython notebook and was rendered by Nikola (helped by nbconvert).

diff --git a/cache/posts/change-the-ipython-slides-defaults-with-an-ipython-config-file.html b/cache/posts/change-the-ipython-slides-defaults-with-an-ipython-config-file.html index 6ddc9db6..9720d7ce 100644 --- a/cache/posts/change-the-ipython-slides-defaults-with-an-ipython-config-file.html +++ b/cache/posts/change-the-ipython-slides-defaults-with-an-ipython-config-file.html @@ -138,7 +138,6 @@ </script> -</body> {% endblock body %} @@ -165,5 +164,6 @@

NOTE: Don't forget to put your ipynb, slides_config.py and default_transition.tpl files in the same folder where you will run the IPython.nbconvert command.

As you can see, the potentiality of this system (Jinja templating plus a powerful config system) is really big! We can achieve awesome things in a very easy way!

Any help, just let me know!

+

Addemdum: the use of default_transition.tpl generates an invalid but useful final html document. The cause behind this issue is the script containing the Reveal.initialize function, which is located after the closing body tag. All modern browser render this sort of invalid html witout any difficult. But a commenter arose this issue and I think is important to make it available in the post itself.

Damián

\ No newline at end of file diff --git a/cache/posts/change-the-ipython-slides-defaults-with-an-ipython-config-file.html.es b/cache/posts/change-the-ipython-slides-defaults-with-an-ipython-config-file.html.es index 6ddc9db6..9720d7ce 100644 --- a/cache/posts/change-the-ipython-slides-defaults-with-an-ipython-config-file.html.es +++ b/cache/posts/change-the-ipython-slides-defaults-with-an-ipython-config-file.html.es @@ -138,7 +138,6 @@ Reveal.initialize({ </script> -</body> {% endblock body %} @@ -165,5 +164,6 @@ Reveal.initialize({

NOTE: Don't forget to put your ipynb, slides_config.py and default_transition.tpl files in the same folder where you will run the IPython.nbconvert command.

As you can see, the potentiality of this system (Jinja templating plus a powerful config system) is really big! We can achieve awesome things in a very easy way!

Any help, just let me know!

+

Addemdum: the use of default_transition.tpl generates an invalid but useful final html document. The cause behind this issue is the script containing the Reveal.initialize function, which is located after the closing body tag. All modern browser render this sort of invalid html witout any difficult. But a commenter arose this issue and I think is important to make it available in the post itself.

Damián

\ No newline at end of file diff --git a/cache/posts/customizing-your-ipython-slides.html b/cache/posts/customizing-your-ipython-slides.html index 71fc1b70..927423a5 100644 --- a/cache/posts/customizing-your-ipython-slides.html +++ b/cache/posts/customizing-your-ipython-slides.html @@ -13,41 +13,8 @@

Using this message as a trigger (and following with the serie of blog posts explaining some of the IPython slides features), I will explain you how to customize your IPython slides in just two steps:

NOTE: I will use, as a starting point, the following slides of a talk I gave to journalist and designers at Hacks/HackersBA, a story to write in another blog post...

-
-
-
-In [1]: -
-
-
from IPython.display import HTML
-HTML('<iframe src="http://damianavila.github.io/hackperiodismo" width=800 height=600></iframe>')
-
- -  Click me! -
-
- -
- -
-
- - -
- Out[1]:
-
- -
+
-
- -
-
- -
-
- -
@@ -151,41 +118,8 @@

And now, the example slides rendered with a new darker style...

NOTE: In this case I applied the NIGHT reveal theme (adding ?theme=night to the url) and used the custom.css file to adjust some details ;-) (darker reveal themes need this kind of customization to be rendered OK).

-
-
-
-In [4]: -
-
-
from IPython.display import HTML
-HTML('<iframe src="http://damianavila.github.io/hackperiodismo/index2.html?theme=night" width=800 height=600></iframe>')
-
- -  Click me! -
-
- -
- -
-
- - -
- Out[4]:
-
- -
+
-
- -
-
- -
-
- -
diff --git a/cache/posts/customizing-your-ipython-slides.html.es b/cache/posts/customizing-your-ipython-slides.html.es index 71fc1b70..927423a5 100644 --- a/cache/posts/customizing-your-ipython-slides.html.es +++ b/cache/posts/customizing-your-ipython-slides.html.es @@ -13,41 +13,8 @@

Using this message as a trigger (and following with the serie of blog posts explaining some of the IPython slides features), I will explain you how to customize your IPython slides in just two steps:

NOTE: I will use, as a starting point, the following slides of a talk I gave to journalist and designers at Hacks/HackersBA, a story to write in another blog post...

-
-
-
-In [1]: -
-
-
from IPython.display import HTML
-HTML('<iframe src="http://damianavila.github.io/hackperiodismo" width=800 height=600></iframe>')
-
- -  Click me! -
-
- -
- -
-
- - -
- Out[1]:
-
- -
+
-
- -
-
- -
-
- -
@@ -151,41 +118,8 @@ custom.css figs index2.html index.html

And now, the example slides rendered with a new darker style...

NOTE: In this case I applied the NIGHT reveal theme (adding ?theme=night to the url) and used the custom.css file to adjust some details ;-) (darker reveal themes need this kind of customization to be rendered OK).

-
-
-
-In [4]: -
-
-
from IPython.display import HTML
-HTML('<iframe src="http://damianavila.github.io/hackperiodismo/index2.html?theme=night" width=800 height=600></iframe>')
-
- -  Click me! -
-
- -
- -
-
- - -
- Out[4]:
-
- -
+
-
- -
-
- -
-
- -
diff --git a/cache/posts/hide-the-input-cells-from-your-ipython-slides.html b/cache/posts/hide-the-input-cells-from-your-ipython-slides.html index 83b53b6f..29b0865a 100644 --- a/cache/posts/hide-the-input-cells-from-your-ipython-slides.html +++ b/cache/posts/hide-the-input-cells-from-your-ipython-slides.html @@ -86,7 +86,7 @@

and I got something like this (navigate and try it!):

- +
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 index 83b53b6f..29b0865a 100644 --- 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 @@ -86,7 +86,7 @@ $(document).ready(function(){

and I got something like this (navigate and try it!):

- +
diff --git a/cache/posts/make-your-slides-with-ipython.html b/cache/posts/make-your-slides-with-ipython.html index e23d4f41..6743a43f 100644 --- a/cache/posts/make-your-slides-with-ipython.html +++ b/cache/posts/make-your-slides-with-ipython.html @@ -3,90 +3,16 @@

With the integration of nbconvert inside IPython, the last 1.0 release has the possibility to export the ipynb to other formats such as rst, markdown, latex, html and slides (info).

The slides option generates a Reveal.js-powered HTML slideshow, like this one:

-
-
-
-In [1]: -
-
-
from IPython.display import HTML
-HTML('<iframe src="http://damianavila.github.io/scipy2013_talks/index.html" width=800 height=600></iframe>')
-
- -  Click me! -
-
- -
- -
-
- - -
- Out[1]:
-
- -
+
-
- -
-
- -
-
- -

These are my slides from the talk I gave at SciPy 2013 (Texas) featuring this exporter I previously developed in the old nbconvert project and now merged (and available) in the last release (1.0) of IPython.

You can also see the video of the talk:

-
-
-
-In [2]: -
-
-
from IPython.display import YouTubeVideo
-YouTubeVideo('rBS6hmiK-H8')
-
- -  Click me! -
-
- -
- -
-
- - -
- Out[2]:
-
- -
- - - -
- -
-
- -
-
- -
+
+
diff --git a/cache/posts/make-your-slides-with-ipython.html.es b/cache/posts/make-your-slides-with-ipython.html.es index e23d4f41..6743a43f 100644 --- a/cache/posts/make-your-slides-with-ipython.html.es +++ b/cache/posts/make-your-slides-with-ipython.html.es @@ -3,90 +3,16 @@

With the integration of nbconvert inside IPython, the last 1.0 release has the possibility to export the ipynb to other formats such as rst, markdown, latex, html and slides (info).

The slides option generates a Reveal.js-powered HTML slideshow, like this one:

-
-
-
-In [1]: -
-
-
from IPython.display import HTML
-HTML('<iframe src="http://damianavila.github.io/scipy2013_talks/index.html" width=800 height=600></iframe>')
-
- -  Click me! -
-
- -
- -
-
- - -
- Out[1]:
-
- -
+
-
- -
-
- -
-
- -

These are my slides from the talk I gave at SciPy 2013 (Texas) featuring this exporter I previously developed in the old nbconvert project and now merged (and available) in the last release (1.0) of IPython.

You can also see the video of the talk:

-
-
-
-In [2]: -
-
-
from IPython.display import YouTubeVideo
-YouTubeVideo('rBS6hmiK-H8')
-
- -  Click me! -
-
- -
- -
-
- - -
- Out[2]:
-
- -
- - - -
- -
-
- -
-
- -
+
+
diff --git a/cache/posts/reveal_converter-mini-tutorial.html b/cache/posts/reveal_converter-mini-tutorial.html index 1c24a0c7..12f1751f 100644 --- a/cache/posts/reveal_converter-mini-tutorial.html +++ b/cache/posts/reveal_converter-mini-tutorial.html @@ -1,4 +1,9 @@ +
+
+

Alert! This post is outdated, please goto ;-) this link to get updated information.

+
+

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).

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 :-)

@@ -9,45 +14,11 @@
-

.

You can access to it here (recommended way).

If you want to see it without leaving this page (I do not recommend this last option, it is a small iframe).

-
-
-
-In [1]: -
-
-
from IPython.display import HTML
-HTML('<iframe src=http://www.slideviper.oquanta.info/tutorial/slideshow_tutorial_slides.html?useformat=mobile width=700 height=350></iframe>')
-
- -  Click me! -
-
- -
- -
-
- - -
- Out[1]:
-
- -
- -
- -
-
- -
-
- -
+
+
diff --git a/cache/posts/reveal_converter-mini-tutorial.html.es b/cache/posts/reveal_converter-mini-tutorial.html.es index 1c24a0c7..12f1751f 100644 --- a/cache/posts/reveal_converter-mini-tutorial.html.es +++ b/cache/posts/reveal_converter-mini-tutorial.html.es @@ -1,4 +1,9 @@ +
+
+

Alert! This post is outdated, please goto ;-) this link to get updated information.

+
+

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).

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 :-)

@@ -9,45 +14,11 @@
-

.

You can access to it here (recommended way).

If you want to see it without leaving this page (I do not recommend this last option, it is a small iframe).

-
-
-
-In [1]: -
-
-
from IPython.display import HTML
-HTML('<iframe src=http://www.slideviper.oquanta.info/tutorial/slideshow_tutorial_slides.html?useformat=mobile width=700 height=350></iframe>')
-
- -  Click me! -
-
- -
- -
-
- - -
- Out[1]:
-
- -
- -
- -
-
- -
-
- -
+
+
diff --git a/cache/posts/trading-logbook-update-22-nov-2013.html b/cache/posts/trading-logbook-update-22-nov-2013.html index df6dc8b1..b8567fad 100644 --- a/cache/posts/trading-logbook-update-22-nov-2013.html +++ b/cache/posts/trading-logbook-update-22-nov-2013.html @@ -98,7 +98,7 @@

As you can see, I have yet some open positions because I am waiting to see how these positions evolve over the next week and, obviously, because my models do not signal me to close these trades... yet ;-)

As a plus, I have added a new column to the table containing my Relative Balance (because it is not probably a good idea that you know my current balance), and after this week, we have an overall net profit of 8%. You have to take into account that I have set up this account to trade at a high risk profile... so understand this net profit in terms of this high risk.

-

Finally, I have also decided to live tweet the trades from this account, so if you follow me on twitter (https://twitter.com/damian_avila), you will see these trades on real time, or you can wait to the Fridays when I will post another sheet of this sort of logbook.

+

Finally, I have also decided to live tweet the trades from this account, so if you follow me on twitter, you will see these trades on real time, or you can wait to the Fridays when I will post another sheet of this sort of logbook.

Good weekend!

Damián.

\ No newline at end of file diff --git a/cache/posts/trading-logbook-update-22-nov-2013.html.es b/cache/posts/trading-logbook-update-22-nov-2013.html.es index df6dc8b1..b8567fad 100644 --- a/cache/posts/trading-logbook-update-22-nov-2013.html.es +++ b/cache/posts/trading-logbook-update-22-nov-2013.html.es @@ -98,7 +98,7 @@

As you can see, I have yet some open positions because I am waiting to see how these positions evolve over the next week and, obviously, because my models do not signal me to close these trades... yet ;-)

As a plus, I have added a new column to the table containing my Relative Balance (because it is not probably a good idea that you know my current balance), and after this week, we have an overall net profit of 8%. You have to take into account that I have set up this account to trade at a high risk profile... so understand this net profit in terms of this high risk.

-

Finally, I have also decided to live tweet the trades from this account, so if you follow me on twitter (https://twitter.com/damian_avila), you will see these trades on real time, or you can wait to the Fridays when I will post another sheet of this sort of logbook.

+

Finally, I have also decided to live tweet the trades from this account, so if you follow me on twitter, you will see these trades on real time, or you can wait to the Fridays when I will post another sheet of this sort of logbook.

Good weekend!

Damián.

\ No newline at end of file diff --git a/cache/posts/viper-is-now-using-ipythonnbconvert.html b/cache/posts/viper-is-now-using-ipythonnbconvert.html index 9be44359..33c633d2 100644 --- a/cache/posts/viper-is-now-using-ipythonnbconvert.html +++ b/cache/posts/viper-is-now-using-ipythonnbconvert.html @@ -8,49 +8,8 @@

With the last release, IPython support this kind of exportation using the well designed and easily extensible IPython.nbconvert library. Now, it is easier to incorporate the IPython machinery inside vIPer and support the exportation to several formats.

Note: if you want to know more about vIPer, just see the following talk I gave about it at SciPy 2013.

-
-
-
-In [1]: -
-
-
from IPython.display import YouTubeVideo
-YouTubeVideo('NVf_giNcNro')
-
- -  Click me! -
-
- -
- -
-
- - -
- Out[1]:
-
- -
- - - -
- -
-
- -
-
- -
+
+
diff --git a/cache/posts/viper-is-now-using-ipythonnbconvert.html.es b/cache/posts/viper-is-now-using-ipythonnbconvert.html.es index 9be44359..33c633d2 100644 --- a/cache/posts/viper-is-now-using-ipythonnbconvert.html.es +++ b/cache/posts/viper-is-now-using-ipythonnbconvert.html.es @@ -8,49 +8,8 @@

With the last release, IPython support this kind of exportation using the well designed and easily extensible IPython.nbconvert library. Now, it is easier to incorporate the IPython machinery inside vIPer and support the exportation to several formats.

Note: if you want to know more about vIPer, just see the following talk I gave about it at SciPy 2013.

-
-
-
-In [1]: -
-
-
from IPython.display import YouTubeVideo
-YouTubeVideo('NVf_giNcNro')
-
- -  Click me! -
-
- -
- -
-
- - -
- Out[1]:
-
- -
- - - -
- -
-
- -
-
- -
+
+
diff --git a/cache/posts/zen-mode-extension-for-the-ipython-notebook.html b/cache/posts/zen-mode-extension-for-the-ipython-notebook.html index 8dd6e453..3a04a153 100644 --- a/cache/posts/zen-mode-extension-for-the-ipython-notebook.html +++ b/cache/posts/zen-mode-extension-for-the-ipython-notebook.html @@ -19,49 +19,8 @@

And a little video showing the extension in action:

-
-
-
-In [1]: -
-
-
from IPython.display import YouTubeVideo
-YouTubeVideo('eVi5aXEipBQ')
-
- -  Click me! -
-
- -
- -
-
- - -
- Out[1]:
-
- -
- - - -
- -
-
- -
-
- -
+
+
diff --git a/cache/posts/zen-mode-extension-for-the-ipython-notebook.html.es b/cache/posts/zen-mode-extension-for-the-ipython-notebook.html.es index 8dd6e453..3a04a153 100644 --- a/cache/posts/zen-mode-extension-for-the-ipython-notebook.html.es +++ b/cache/posts/zen-mode-extension-for-the-ipython-notebook.html.es @@ -19,49 +19,8 @@

And a little video showing the extension in action:

-
-
-
-In [1]: -
-
-
from IPython.display import YouTubeVideo
-YouTubeVideo('eVi5aXEipBQ')
-
- -  Click me! -
-
- -
- -
-
- - -
- Out[1]:
-
- -
- - - -
- -
-
- -
-
- -
+
+
diff --git a/output/2012/06/index.html b/output/2012/06/index.html index 985e455b..b06e7f8f 100644 --- a/output/2012/06/index.html +++ b/output/2012/06/index.html @@ -33,7 +33,7 @@ - + @@ -48,7 +48,7 @@
-
-
-
-In [1]: -
-
-
from IPython.display import HTML
-HTML('<iframe src="http://damianavila.github.io/scipy2013_talks/index.html" width=800 height=600></iframe>')
-
- -  Click me! -
-
- -
- -
-
- - -
- Out[1]:
-
- -
+
-
- -
-
- -
-
- -

These are my slides from the talk I gave at SciPy 2013 (Texas) featuring this exporter I previously developed in the old nbconvert project and now merged (and available) in the last release (1.0) of IPython.

You can also see the video of the talk:

-
-
-
-In [2]: -
-
-
from IPython.display import YouTubeVideo
-YouTubeVideo('rBS6hmiK-H8')
-
- -  Click me! -
-
- -
- -
-
- - -
- Out[2]:
-
- -
- - - -
- -
-
- -
-
- -
+
+
@@ -315,7 +247,7 @@

Make your slides with IPython

- Contents © 2013 Damian Avila - + Contents © 2014 Damian Avila - Powered by Nikola - Zen theme based in Arusahni's website-template
diff --git a/output/es/posts/make-your-slides-with-ipython.ipynb b/output/es/posts/make-your-slides-with-ipython.ipynb index e85af051..3d28e216 100644 --- a/output/es/posts/make-your-slides-with-ipython.ipynb +++ b/output/es/posts/make-your-slides-with-ipython.ipynb @@ -18,28 +18,11 @@ ] }, { - "cell_type": "code", - "collapsed": false, - "input": [ - "from IPython.display import HTML\n", - "HTML('')" - ], - "language": "python", + "cell_type": "markdown", "metadata": {}, - "outputs": [ - { - "html": [ - "" - ], - "metadata": {}, - "output_type": "pyout", - "prompt_number": 1, - "text": [ - "" - ] - } - ], - "prompt_number": 1 + "source": [ + "" + ] }, { "cell_type": "markdown", @@ -51,36 +34,11 @@ ] }, { - "cell_type": "code", - "collapsed": false, - "input": [ - "from IPython.display import YouTubeVideo\n", - "YouTubeVideo('rBS6hmiK-H8')" - ], - "language": "python", + "cell_type": "markdown", "metadata": {}, - "outputs": [ - { - "html": [ - "\n", - " \n", - " " - ], - "metadata": {}, - "output_type": "pyout", - "prompt_number": 2, - "text": [ - "" - ] - } - ], - "prompt_number": 2 + "source": [ + "" + ] }, { "cell_type": "markdown", 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 07077c95..f3892f35 100644 --- a/output/es/posts/mimic-the-ipython-notebook-cell-execution.html +++ b/output/es/posts/mimic-the-ipython-notebook-cell-execution.html @@ -33,7 +33,7 @@ - + @@ -52,7 +52,7 @@
-
-
-
-In [1]: -
-
-
from IPython.display import YouTubeVideo
-YouTubeVideo('NVf_giNcNro')
-
- -  Click me! -
-
- -
- -
-
- - -
- Out[1]:
-
- -
- - - -
- -
-
- -
-
- -
+
+
@@ -301,7 +266,7 @@

vIPer is now using IPython.nbconvert

- Contents © 2013 Damian Avila - + Contents © 2014 Damian Avila - Powered by Nikola - Zen theme based in Arusahni's website-template
diff --git a/output/es/posts/viper-is-now-using-ipythonnbconvert.ipynb b/output/es/posts/viper-is-now-using-ipythonnbconvert.ipynb index 0c7bddbf..d95e2801 100644 --- a/output/es/posts/viper-is-now-using-ipythonnbconvert.ipynb +++ b/output/es/posts/viper-is-now-using-ipythonnbconvert.ipynb @@ -23,36 +23,11 @@ ] }, { - "cell_type": "code", - "collapsed": false, - "input": [ - "from IPython.display import YouTubeVideo\n", - "YouTubeVideo('NVf_giNcNro')" - ], - "language": "python", + "cell_type": "markdown", "metadata": {}, - "outputs": [ - { - "html": [ - "\n", - " \n", - " " - ], - "metadata": {}, - "output_type": "pyout", - "prompt_number": 1, - "text": [ - "" - ] - } - ], - "prompt_number": 1 + "source": [ + "" + ] }, { "cell_type": "markdown", diff --git a/output/es/posts/viper.html b/output/es/posts/viper.html index 6e3563ff..33970237 100644 --- a/output/es/posts/viper.html +++ b/output/es/posts/viper.html @@ -33,7 +33,7 @@ - + @@ -52,7 +52,7 @@
-
-
-
-In [1]: -
-
-
from IPython.display import HTML
-HTML('<iframe src="http://damianavila.github.io/scipy2013_talks/index.html" width=800 height=600></iframe>')
-
- -  Click me! -
-
- -
- -
-
- - -
- Out[1]:
-
- -
+
-
- -
-
- -
-
- -

These are my slides from the talk I gave at SciPy 2013 (Texas) featuring this exporter I previously developed in the old nbconvert project and now merged (and available) in the last release (1.0) of IPython.

You can also see the video of the talk:

-
-
-
-In [2]: -
-
-
from IPython.display import YouTubeVideo
-YouTubeVideo('rBS6hmiK-H8')
-
- -  Click me! -
-
- -
- -
-
- - -
- Out[2]:
-
- -
- - - -
- -
-
- -
-
- -
+
+
@@ -312,7 +244,7 @@

Make your slides with IPython

- Contents © 2013 Damian Avila - + Contents © 2014 Damian Avila - Powered by Nikola - Zen theme based in Arusahni's website-template
diff --git a/output/posts/make-your-slides-with-ipython.ipynb b/output/posts/make-your-slides-with-ipython.ipynb index e85af051..3d28e216 100644 --- a/output/posts/make-your-slides-with-ipython.ipynb +++ b/output/posts/make-your-slides-with-ipython.ipynb @@ -18,28 +18,11 @@ ] }, { - "cell_type": "code", - "collapsed": false, - "input": [ - "from IPython.display import HTML\n", - "HTML('')" - ], - "language": "python", + "cell_type": "markdown", "metadata": {}, - "outputs": [ - { - "html": [ - "" - ], - "metadata": {}, - "output_type": "pyout", - "prompt_number": 1, - "text": [ - "" - ] - } - ], - "prompt_number": 1 + "source": [ + "" + ] }, { "cell_type": "markdown", @@ -51,36 +34,11 @@ ] }, { - "cell_type": "code", - "collapsed": false, - "input": [ - "from IPython.display import YouTubeVideo\n", - "YouTubeVideo('rBS6hmiK-H8')" - ], - "language": "python", + "cell_type": "markdown", "metadata": {}, - "outputs": [ - { - "html": [ - "\n", - " \n", - " " - ], - "metadata": {}, - "output_type": "pyout", - "prompt_number": 2, - "text": [ - "" - ] - } - ], - "prompt_number": 2 + "source": [ + "" + ] }, { "cell_type": "markdown", diff --git a/output/posts/mimic-the-ipython-notebook-cell-execution.html b/output/posts/mimic-the-ipython-notebook-cell-execution.html index 1f76fa45..431d1166 100644 --- a/output/posts/mimic-the-ipython-notebook-cell-execution.html +++ b/output/posts/mimic-the-ipython-notebook-cell-execution.html @@ -33,7 +33,7 @@ - + @@ -52,7 +52,7 @@
-
-
-
-In [1]: -
-
-
from IPython.display import YouTubeVideo
-YouTubeVideo('NVf_giNcNro')
-
- -  Click me! -
-
- -
- -
-
- - -
- Out[1]:
-
- -
- - - -
- -
-
- -
-
- -
+
+
@@ -298,7 +263,7 @@

vIPer is now using IPython.nbconvert

- Contents © 2013 Damian Avila - + Contents © 2014 Damian Avila - Powered by Nikola - Zen theme based in Arusahni's website-template
diff --git a/output/posts/viper-is-now-using-ipythonnbconvert.ipynb b/output/posts/viper-is-now-using-ipythonnbconvert.ipynb index 0c7bddbf..d95e2801 100644 --- a/output/posts/viper-is-now-using-ipythonnbconvert.ipynb +++ b/output/posts/viper-is-now-using-ipythonnbconvert.ipynb @@ -23,36 +23,11 @@ ] }, { - "cell_type": "code", - "collapsed": false, - "input": [ - "from IPython.display import YouTubeVideo\n", - "YouTubeVideo('NVf_giNcNro')" - ], - "language": "python", + "cell_type": "markdown", "metadata": {}, - "outputs": [ - { - "html": [ - "\n", - " \n", - " " - ], - "metadata": {}, - "output_type": "pyout", - "prompt_number": 1, - "text": [ - "" - ] - } - ], - "prompt_number": 1 + "source": [ + "" + ] }, { "cell_type": "markdown", diff --git a/output/posts/viper.html b/output/posts/viper.html index d8282f85..eb64f4f3 100644 --- a/output/posts/viper.html +++ b/output/posts/viper.html @@ -33,7 +33,7 @@ - + @@ -52,7 +52,7 @@