
Learn to create a Python Jupyter Notebook Server with Docker & Heroku. This series builds gives you a step-by-step reference to deploy an interactive notebook to allow your projects to be more literal while making it easier for non-technical to run your code.
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 it.
Docker is a tool that gives us control over our application's OS environment. Think of it as 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.
What you'll learn
- Create a Jupyter Notebook Server in a Docker Container.
- Containerized Applications.
- Deploy Container Apps to Heroku.
- Deploy a Jupyter Notebook Server to Heroku.
Who this course is for
- Jupyter Notebook Enthusiasts.
- Data Scientists & Data Engineers.
Requirments
Also read :Arduino Bootcamp : Learning Through Projects
Also read :Learn Python & Ethical Hacking From Scratch
- Some experience with Docker Containers is recommended.
- Some experience with Jupyter Notebooks is recommended.
Share This :
0 Comments