The more you do programming, the more you will here about how you should test your code. You will hear about things like Extreme Programming and Test Driven Development (TDD). These are great ways to create quality code. But how does testing fit in with Jupyter? Frankly, it really doesn't. If you want to test […]
When working with Jupyter Notebook, you will find yourself needing to distribute your Notebook as something other than a Notebook file. The most likely reason is that you want to share the content of your Notebook to non-technical users that don't want to install Python or the other dependencies necessary to use your Notebook. The […]
There are several methods of extending the functionality of Jupyter Notebooks. Here are four of them: Kernels IPython kernel extensions Notebook extensions Notebook server extensions For the purposes of this article, I will be focusing on the third item, Notebook Extensions. However, let's take a moment and talk about the other three so that you […]
September 25, 2018 by
Mike Jupyter Notebook can be turned into a slide presentation that is kind of like using Microsoft Powerpoint, except that you can run the slide's code live! It's really neat how well it works. The only con in my book is that there isn't a lot of theming that can be applied to your slides, so […]
September 18, 2018 by
Mike I don't usually write about my book writing while the book is in progress on my blog, but I know some readers probably wonder why there are times where I am not writing blog posts as regularly as I usually do. The reason is usually because I am deep into writing chapters for a book […]
My latest book, Jupyter Notebook 101, is now available for Pre-Order on Leanpub. This book is scheduled to be finished by November 2018. Should you purchase this book, you will get it in PDF, ePub and mobi formats. Get it for $5 off as it is a part of my Fall sale which ends Sept. […]