Python for Undergraduate Engineers
  • About
  • Book
  • Gear
  • Now
  • Archives
  1. Tags
  2. heroku

Deploy a Jupyter Notebook Online with Voila and Heroku

Date Wed 08 April 2020 Tags python / jupyter / jupyter notebook / voila / heroku / deploy

Voila Logo

Jupyter notebooks are a great way to write and run Python code. Jupyter notebooks can produce text output, plots, and animations. Static Jupyter notebooks can be shared on GitHub.com and nbviewer. Another way to share Jupyter notebooks is a great Python package called Voila. Voila turns Jupyter notebooks into …

more ...

Deploy a Serverless Web App on AWS Lambda with Zappa

Date Tue 14 January 2020 Tags python / flask / zappa / deployment / heroku

Zappa Icon

Zappa is a way to deploy serverless web apps on AWS Lambda. In this post, we will build a simple Flask web app with Python and run the web app on AWS Lambda using Zappa in only a few steps.

Table of contents:
  • What is Zappa?
  • Install Zappa and Flask …
more ...

About Peter Kazarinoff
I teach engineering at a community college in the Pacific Northwest. I am interested in programming and how to help students. Here I mostly blog about Python, and how programing can be incorporated into engineering education.

  • Recent Posts

    • Deploy a Jupyter Notebook Online with Voila and Heroku
    • Deploy a Serverless Web App on AWS Lambda with Zappa
  • Tags

    • engineering
    • flask
    • jupyter
    • jupyter notebook
    • matplotlib
    • microcontroller
    • micropython
    • pelican
    • python
    • sensor
  • GitHub Repos

    Status updating...

    @professorkazarinoff on GitHub

© 2020 Peter Kazarinoff · Powered by pelican-bootstrap3, Pelican, Bootstrap

Back to top