Looking to start learning Python?

Begin Here

Tag: jupyter

Testing Jupyter Notebooks

October 16, 2018 by Mike
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 […]

How to Export Jupyter Notebooks into Other Formats

October 9, 2018 by Mike
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 […]

Jupyter Notebook Extension Basics

October 2, 2018 by Mike
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 […]

Creating Presentations with Jupyter Notebook

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 […]

Jupyter Notebook 101: Writing Update

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 […]

Jupyter Notebook 101 Pre-Order

August 28, 2018 by Mike
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. […]
View More

End of content

No more pages to load

Copyright © 2024 Mouse Vs Python | Powered by Pythonlibrary