How to Export Jupyter Notebooks into Other Formats

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

How to Export Jupyter Notebooks into Other Formats Read More »

Python 101: Episode #25 – Decorators

In this episode, you will learn the basics of Python decorators and what the are good for. You can read the chapter this screencast is based on here: http://python101.pythonlibrary.org/ or purchase the book on Leanpub You can also read about decorators in a couple of other articles on my blog: Python: All About Decorators Python

Python 101: Episode #25 – Decorators Read More »