|
14 | 14 | ga('create', 'UA-38683231-1', 'auto');
|
15 | 15 | ga('send', 'pageview');
|
16 | 16 | </script>
|
17 |
| - <title>Books — IPython</title> |
| 17 | + <title>Books And Videos — IPython</title> |
18 | 18 | <link rel="stylesheet" href="_static/agogo.css" type="text/css" />
|
19 | 19 | <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
20 | 20 | <link rel="stylesheet" href="_static/ipython.css" type="text/css" />
|
@@ -220,6 +220,9 @@ <h3>Book</h3>
|
220 | 220 | "_static/ipython-cookbook.jpg",
|
221 | 221 | "_static/learning-jupyter-book.png",
|
222 | 222 | "_static/mastering-ipython-book.png",
|
| 223 | + "_static/jupyter-notebook-for-all-I.jpg", |
| 224 | + "_static/jupyter-notebook-for-all-II.jpg", |
| 225 | + "_static/jupyter-for-ds.png", |
223 | 226 | ]
|
224 | 227 |
|
225 | 228 | function pick(){
|
@@ -279,8 +282,80 @@ <h4>Support IPython</h4>
|
279 | 282 | <div class="bodywrapper">
|
280 | 283 | <div class="body" role="main">
|
281 | 284 |
|
282 |
| - <div class="section" id="books"> |
283 |
| -<h1>Books<a class="headerlink" href="#books" title="Permalink to this headline">¶</a></h1> |
| 285 | + <div class="section" id="books-and-videos"> |
| 286 | +<h1>Books And Videos<a class="headerlink" href="#books-and-videos" title="Permalink to this headline">¶</a></h1> |
| 287 | +<div class="section" id="jupyter-for-data-science"> |
| 288 | +<h2>Jupyter for Data Science<a class="headerlink" href="#jupyter-for-data-science" title="Permalink to this headline">¶</a></h2> |
| 289 | +<a class="reference external image-reference" href="_static/jupyter-for-ds.png"><img alt="Jupyter For dataScience" src="_static/jupyter-for-ds.png" style="width: 200px;" /></a> |
| 290 | +<ul class="simple"> |
| 291 | +<li><a class="reference external" href="https://www.packtpub.com/big-data-and-business-intelligence/jupyter-data-science">Jupyter for Data Science</a></li> |
| 292 | +<li>By Dan Toomey</li> |
| 293 | +<li>242 pages</li> |
| 294 | +<li>Packt Publishing</li> |
| 295 | +<li>October 2017</li> |
| 296 | +</ul> |
| 297 | +<p>Jupyter Notebook is a web-based environment that enables interactive computing |
| 298 | +in notebook documents. It allows you to create documents that contain live code, |
| 299 | +equations, and visualizations. This book is a comprehensive guide to getting |
| 300 | +started with data science using the popular Jupyter notebook.</p> |
| 301 | +<p>If you are familiar with Jupyter notebook and want to learn how to use its |
| 302 | +capabilities to perform various data science tasks, this is the book for you! |
| 303 | +From data exploration to visualization, this book will take you through every |
| 304 | +step of the way in implementing an effective data science pipeline using |
| 305 | +Jupyter. You will also see how you can utilize Jupyter’s features to share your |
| 306 | +documents and codes with your colleagues. The book also explains how Python 3, |
| 307 | +R, and Julia can be integrated with Jupyter for various data science tasks.</p> |
| 308 | +<p>By the end of this book, you will comfortably leverage the power of Jupyter to |
| 309 | +perform various tasks in data science successfully.</p> |
| 310 | +</div> |
| 311 | +<div class="section" id="jupyter-notebook-for-all-part-ii-video"> |
| 312 | +<h2>Jupyter Notebook for All - Part II [Video]<a class="headerlink" href="#jupyter-notebook-for-all-part-ii-video" title="Permalink to this headline">¶</a></h2> |
| 313 | +<a class="reference external image-reference" href="_static/jupyter-notebook-for-all-II.jpg"><img alt="Jupyter Notebook for All - Part II" src="_static/jupyter-notebook-for-all-II.jpg" style="width: 200px;" /></a> |
| 314 | +<ul class="simple"> |
| 315 | +<li><a class="reference external" href="https://www.packtpub.com/big-data-and-business-intelligence/jupyter-notebook-all-%E2%80%93-part-ii-video">Jupyter Notebook for All - Part II</a></li> |
| 316 | +<li>By Dan Toomey</li> |
| 317 | +<li>1 hour and 14 minutes</li> |
| 318 | +<li>Packt Publishing</li> |
| 319 | +<li>March 2017</li> |
| 320 | +</ul> |
| 321 | +<p>Jupyter Notebook is a web-based environment that enables interactive computing |
| 322 | +in notebook documents. It allows you to create and share documents that contain |
| 323 | +live code, equations, visualizations, and explanatory text. The Jupyter Notebook |
| 324 | +system is extensively used in domains such as data cleaning and transformation, |
| 325 | +numerical simulation, statistical modeling, machine learning, and much more. |
| 326 | +This tutorial starts with a detailed overview of the Jupyter Notebook system and |
| 327 | +its installation in different environments. Next you will learn to integrate the |
| 328 | +Jupyter system with different programming languages such as R, Python, |
| 329 | +JavaScript, and Julia; further, you’ll explore the various versions and packages |
| 330 | +that are compatible with the Notebook system. Moving ahead, you’ll master |
| 331 | +interactive widgets, namespaces, and working with Jupyter in multiuser mode. |
| 332 | +Towards the end, you will use Jupyter with a big dataset and will apply all the |
| 333 | +functionalities learned throughout the video.</p> |
| 334 | +</div> |
| 335 | +<div class="section" id="jupyter-notebook-for-all-part-i-video"> |
| 336 | +<h2>Jupyter Notebook for All - Part I [Video]<a class="headerlink" href="#jupyter-notebook-for-all-part-i-video" title="Permalink to this headline">¶</a></h2> |
| 337 | +<a class="reference external image-reference" href="_static/jupyter-notebook-for-all-I.jpg"><img alt="Jupyter Notebook for All - Part I" src="_static/jupyter-notebook-for-all-I.jpg" style="width: 200px;" /></a> |
| 338 | +<ul class="simple"> |
| 339 | +<li><a class="reference external" href="https://www.packtpub.com/big-data-and-business-intelligence/jupyter-notebook-all-%E2%80%93-part-i-video">Jupyter Notebook for All - Part I</a></li> |
| 340 | +<li>By Dan Toomey</li> |
| 341 | +<li>1 hour 23 minutes</li> |
| 342 | +<li>Packt Publishing</li> |
| 343 | +<li>March 2017</li> |
| 344 | +</ul> |
| 345 | +<p>Jupyter Notebook is a web-based environment that enables interactive computing |
| 346 | +in notebook documents. It allows you to create and share documents that contain |
| 347 | +live code, equations, visualizations, and explanatory text. The Jupyter Notebook |
| 348 | +system is extensively used in domains such as data cleaning and transformation, |
| 349 | +numerical simulation, statistical modeling, machine learning, and much more. |
| 350 | +This tutorial starts with a detailed overview of the Jupyter Notebook system and |
| 351 | +its installation in different environments. Next you will learn to integrate the |
| 352 | +Jupyter system with different programming languages such as R, Python, |
| 353 | +JavaScript, and Julia; further, you’ll explore the various versions and packages |
| 354 | +that are compatible with the Notebook system. Moving ahead, you’ll master |
| 355 | +interactive widgets, namespaces, and working with Jupyter in multiuser mode. |
| 356 | +Towards the end, you will use Jupyter with a big dataset and will apply all the |
| 357 | +functionalities learned throughout the video.</p> |
| 358 | +</div> |
284 | 359 | <div class="section" id="learning-jupyter">
|
285 | 360 | <h2>Learning Jupyter<a class="headerlink" href="#learning-jupyter" title="Permalink to this headline">¶</a></h2>
|
286 | 361 | <a class="reference external image-reference" href="_static/learning-jupyter-book.png"><img alt="Learning Jupyter" src="_images/learning-jupyter-book.png" style="width: 200px;" /></a>
|
@@ -381,7 +456,7 @@ <h2>Get your Book on this page<a class="headerlink" href="#get-your-book-on-this
|
381 | 456 |
|
382 | 457 | <div class="footer" role="contentinfo">
|
383 | 458 | © Copyright the IPython development team.
|
384 |
| - Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.3. |
| 459 | + Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5. |
385 | 460 | </div>
|
386 | 461 | </div>
|
387 | 462 |
|
|
0 commit comments