-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1962e7f
commit e98b47f
Showing
145 changed files
with
3,680 additions
and
1,927 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
<div class="cell border-box-sizing text_cell rendered"> | ||
<div class="prompt input_prompt"> | ||
</div> | ||
<div class="inner_cell"> | ||
<div class="text_cell_render border-box-sizing rendered_html"> | ||
<p>Quick post! I have beta packages available for you to test <strong>RISE</strong>, if you can test it that would be awesome!!</p> | ||
<p>In case you don't know about it, with <strong>RISE</strong> you get your <strong>Jupyter</strong> notebook rendered as a Reveal.js-based slideshow, where you can <strong>execute</strong> code on the fly or show to the audience whatever you can show/do inside the notebook itself (but in a "slidy" way).</p> | ||
<p>How you can get it? | ||
<!-- TEASER_END --></p> | ||
<p>You have several ways to get it that I described here: <a href="https://github.com/damianavila/RISE#installation">https://github.com/damianavila/RISE#installation</a></p> | ||
<p>I don't want to repeat myself ;-) so go the the above link and check it.</p> | ||
<p>The 4.0.0 release essentially deals with packaging and stuff to be compatible with the latest mechanisms on the <strong>Jupyter</strong> notebook to install and enable <em>nbextensions</em> (and <strong>RISE</strong> is a <em>nbextension</em>). But also fixes bugs and provide some enhancements.</p> | ||
<p>Please report any issues with the beta here: <a href="https://github.com/damianavila/RISE/issues">https://github.com/damianavila/RISE/issues</a></p> | ||
<p>Have fun!!</p> | ||
<p>PS: I will write a more detailed post about <strong>RISE</strong> later. There are a lot of things to share about it!</p> | ||
|
||
</div> | ||
</div> | ||
</div> |
20 changes: 20 additions & 0 deletions
20
cache/posts/rise-400b1-is-available-please-test-it.html.es
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
<div class="cell border-box-sizing text_cell rendered"> | ||
<div class="prompt input_prompt"> | ||
</div> | ||
<div class="inner_cell"> | ||
<div class="text_cell_render border-box-sizing rendered_html"> | ||
<p>Quick post! I have beta packages available for you to test <strong>RISE</strong>, if you can test it that would be awesome!!</p> | ||
<p>In case you don't know about it, with <strong>RISE</strong> you get your <strong>Jupyter</strong> notebook rendered as a Reveal.js-based slideshow, where you can <strong>execute</strong> code on the fly or show to the audience whatever you can show/do inside the notebook itself (but in a "slidy" way).</p> | ||
<p>How you can get it? | ||
<!-- TEASER_END --></p> | ||
<p>You have several ways to get it that I described here: <a href="https://github.com/damianavila/RISE#installation">https://github.com/damianavila/RISE#installation</a></p> | ||
<p>I don't want to repeat myself ;-) so go the the above link and check it.</p> | ||
<p>The 4.0.0 release essentially deals with packaging and stuff to be compatible with the latest mechanisms on the <strong>Jupyter</strong> notebook to install and enable <em>nbextensions</em> (and <strong>RISE</strong> is a <em>nbextension</em>). But also fixes bugs and provide some enhancements.</p> | ||
<p>Please report any issues with the beta here: <a href="https://github.com/damianavila/RISE/issues">https://github.com/damianavila/RISE/issues</a></p> | ||
<p>Have fun!!</p> | ||
<p>PS: I will write a more detailed post about <strong>RISE</strong> later. There are a lot of things to share about it!</p> | ||
|
||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
<!DOCTYPE html> | ||
<html prefix=" | ||
og: http://ogp.me/ns# | ||
article: http://ogp.me/ns/article# | ||
" lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="description" content="My place to share some thoughts with the world."> | ||
<meta name="viewport" content="width=device-width"> | ||
<title>Posts for August 2016 | Damian's blog</title> | ||
<link href="../../assets/css/all-nocdn.css" rel="stylesheet" type="text/css"> | ||
<link rel="alternate" type="application/rss+xml" title="RSS (en)" href="../../rss.xml"> | ||
<link rel="alternate" type="application/rss+xml" title="RSS (es)" href="../../es/rss.xml"> | ||
<link rel="canonical" href="http://www.damian.oquanta.info/2016/08/index.html"> | ||
<script type="text/x-mathjax-config"> | ||
MathJax.Hub.Config({ | ||
tex2jax: { | ||
inlineMath: [ ['$','$'], ["\\(","\\)"] ], | ||
displayMath: [ ['$$','$$'], ["\\[","\\]"] ] | ||
}, | ||
displayAlign: 'left', // Change this to 'center' to center equations. | ||
"HTML-CSS": { | ||
styles: {'.MathJax_Display': {"margin": 0}} | ||
} | ||
}); | ||
</script><!--[if lt IE 9]><script src="/assets/js/html5.js"></script><![endif]--> | ||
</head> | ||
<body> | ||
<section class="social"><ul> | ||
<li><a href="../../index.html" title="Home"><i class="icon-home"></i></a></li> | ||
<li><a href="../../archive.html" title="Archives"><i class="icon-folder-open-alt"></i></a></li> | ||
<li><a href="../../categories/index.html" title="Tags"><i class="icon-tags"></i></a></li> | ||
<li><a href="../../rss.xml" title="RSS"><i class="icon-rss"></i></a></li> | ||
<li><a href="../../stories/about-me.html" title="About me"><i class="icon-user"></i></a></li> | ||
<li><a href="https://twitter.com/damian_avila" title="My Twitter"><i class="icon-twitter"></i></a></li> | ||
<li><a href="https://github.com/damianavila" title="My Github"><i class="icon-github"></i></a></li> | ||
<li><a href="https://plus.google.com/u/0/106896109587369688379/posts" title="My Google+"><i class="icon-google-plus"></i></a></li> | ||
|
||
</ul></section><section class="page-content"><div class="content" rel="main"> | ||
<article class="listpage"><header><h1>Posts for August 2016</h1> | ||
</header><ul class="postlist"> | ||
<li> | ||
<time class="listdate" datetime="2016-08-09T16:52:46-03:00" title="2016-08-09 16:52">2016-08-09 16:52</time><a href="../../posts/rise-400b1-is-available-please-test-it.html" class="listtitle">RISE 4.0.0b1 is available, please test it!</a> | ||
</li> | ||
</ul></article><footer id="footer"><p>Contents © 2016 <a href="mailto:[email protected]">Damian Avila</a> - | ||
Powered by <a href="http://getnikola.com">Nikola</a> - | ||
Zen theme based in <a href="https://github.com/arusahni/website-template">Arusahni's website-template</a><br><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/ar/"> | ||
<img alt="Creative Commons License BY-NC-SA" style="border-width:0; margin-bottom:12px;" src="http://i.creativecommons.org/l/by-nc-sa/2.5/ar/88x31.png"></a></p> | ||
|
||
</footer> | ||
</div> | ||
</section><script data-gittip-username="damianavila" data-gittip-widget="button" src="//gttp.co/v1.js"></script><script type="text/javascript"> | ||
|
||
var _gaq = _gaq || []; | ||
_gaq.push(['_setAccount', 'UA-33259189-1']); | ||
_gaq.push(['_setDomainName', 'oquanta.info']); | ||
_gaq.push(['_trackPageview']); | ||
|
||
(function() { | ||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | ||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | ||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | ||
})(); | ||
|
||
</script><script src="../../assets/js/all-nocdn.js" type="text/javascript"></script><script type="text/javascript"> | ||
$(function(){ | ||
$('.timeago').timeago(); | ||
}); | ||
</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,6 +48,9 @@ | |
</div> | ||
</header><ul class="postlist"> | ||
<li> | ||
<time class="listdate" datetime="2016-08-09T16:52:46-03:00" title="2016-08-09 16:52">2016-08-09 16:52</time><a href="../posts/rise-400b1-is-available-please-test-it.html" class="listtitle">RISE 4.0.0b1 is available, please test it!</a><a></a> | ||
</li> | ||
<li> | ||
<time class="listdate" datetime="2016-06-25T12:54:52-03:00" title="2016-06-25 12:54">2016-06-25 12:54</time><a href="../posts/how-to-pin-conda.html" class="listtitle">How to pin Conda</a><a></a> | ||
</li> | ||
</ul></article><footer id="footer"><p>Contents © 2016 <a href="mailto:[email protected]">Damian Avila</a> - | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,6 +48,9 @@ | |
</div> | ||
</header><ul class="postlist"> | ||
<li> | ||
<time class="listdate" datetime="2016-08-09T16:52:46-03:00" title="2016-08-09 16:52">2016-08-09 16:52</time><a href="../posts/rise-400b1-is-available-please-test-it.html" class="listtitle">RISE 4.0.0b1 is available, please test it!</a><a></a> | ||
</li> | ||
<li> | ||
<time class="listdate" datetime="2016-05-30T18:33:11-03:00" title="2016-05-30 18:33">2016-05-30 18:33</time><a href="../posts/coming-back.html" class="listtitle">Coming back</a><a></a> | ||
</li> | ||
</ul></article><footer id="footer"><p>Contents © 2016 <a href="mailto:[email protected]">Damian Avila</a> - | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.