Updated IPython Notebook.
--- a/quandl-data-with-pandas.html Thu Oct 31 15:19:50 2013 +0100
+++ b/quandl-data-with-pandas.html Thu Oct 31 18:23:23 2013 +0100
@@ -1695,7 +1695,7 @@
<div class="text_cell_render border-box-sizing rendered_html">
<h1 id="retrieve-some-data-from-quandl-and-play-with-pandas">Retrieve some Data from Quandl and Play with Pandas</h1>
-<p>This notebook is related to the blog post <strong>LINK HERE</strong>.</p>
+<p>This notebook is related to the blog post <a href="http://www.logilab.org/186716">Retrieve Quandl's Data and Play with a Pandas</a></p>
<p>This IPython notebook tries to show some features of the Python Data library <a href="http://pandas.pydata.org/" title="pandas">Pandas</a>. We would like to use some numerical data from the <a href="http://www.quandl.com/" title="Quandl">Quandl</a> website.</p>
<ul>
<li><strong>date</strong>: 2013-10-30</li>
@@ -1705,7 +1705,7 @@
document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+'<code>'+e+'</code>'+'<\/'+'a'+'>');
// -->
</script><noscript>damien.garaud at logilab dot fr</noscript>, <a href="http://twitter.com/jazzydag">@jazzydag</a></li>
-<li><strong>source</strong>: link HERE</li>
+<li><strong>source</strong>: <a href="http://hg.logilab.org/users/dag/blog/2013/quandl-data-pandas/" title="HG repo">Dedicated HG repo</a></li>
</ul>
</div>
<div class="text_cell_render border-box-sizing rendered_html">
@@ -7366,8 +7366,10 @@
</div>
<div class="text_cell_render border-box-sizing rendered_html">
<h2 id="getting-this-notebook-and-related-files">Getting this Notebook and Related Files</h2>
-<p>Clone XXX LINK</p>
-<p>Any improvement comment, ideas or questions are welcomed.</p>
+<p>Clone from http://hg.logilab.org/users/dag/blog/2013/quandl-data-pandas/ with HG:</p>
+<p><code>hg clone http://hg.logilab.org/users/dag/blog/2013/quandl-data-pandas/</code></p>
+<p>There are this Notebook, the HTML conversion and the two CSV files.</p>
+<p>Any improvement comment, ideas, suggestions or questions are welcomed.</p>
<p>See you. Damien</p>
</div>
</body>
--- a/quandl-data-with-pandas.ipynb Thu Oct 31 15:19:50 2013 +0100
+++ b/quandl-data-with-pandas.ipynb Thu Oct 31 18:23:23 2013 +0100
@@ -14,13 +14,13 @@
"Retrieve some Data from Quandl and Play with Pandas\n",
"===================================================\n",
"\n",
- "This notebook is related to the blog post **LINK HERE**.\n",
+ "This notebook is related to the blog post [Retrieve Quandl's Data and Play with a Pandas](http://www.logilab.org/186716)\n",
"\n",
"This IPython notebook tries to show some features of the Python Data library [Pandas](http://pandas.pydata.org/ \"pandas\"). We would like to use some numerical data from the [Quandl](http://www.quandl.com/ \"Quandl\") website.\n",
"\n",
"* **date**: 2013-10-30\n",
"* **author**: Damien Garaud <damien.garaud@logilab.fr>, [@jazzydag](http://twitter.com/jazzydag)\n",
- "* **source**: link HERE"
+ "* **source**: [Dedicated HG repo](http://hg.logilab.org/users/dag/blog/2013/quandl-data-pandas/ \"HG repo\")"
]
},
{
@@ -3994,9 +3994,13 @@
"Getting this Notebook and Related Files\n",
"---------------------------------------\n",
"\n",
- "Clone XXX LINK\n",
+ "Clone from http://hg.logilab.org/users/dag/blog/2013/quandl-data-pandas/ with HG:\n",
"\n",
- "Any improvement comment, ideas or questions are welcomed.\n",
+ " `hg clone http://hg.logilab.org/users/dag/blog/2013/quandl-data-pandas/`\n",
+ " \n",
+ "There are this Notebook, the HTML conversion and the two CSV files.\n",
+ "\n",
+ "Any improvement comment, ideas, suggestions or questions are welcomed.\n",
"\n",
"See you.\n",
"Damien"