Jupyter x Docker
Learn to create a Python Jupyter Notebook Server with Docker & Heroku. This series builds on top of this blog post to give you visual to that guide.
Jupyter is a tool for running interactive notebooks; basically add Python with Markdown and you've got Jupyter. if you haven't used it before, I recommend you do.
Docker is a tool that gives us control over our application's OS environment. Think of it like a recipe for your OS that you can share almost anywhere. In this one, we'll be covering deploying this project to Heroku but using Docker means we can deploy this nearly anywhere.
In this series, I'm going to show you how to deploy a Jupyter Notebook server on Heroku using Docker.