Skip to content

Araujo2021/voila_heroku

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voila application deployed on Heroku

This is an example of Voila deployed on Heroku, try it out: https://voila-bqplot.herokuapp.com/

How to deploy your own?

  1. First, create an Heroku account (free account is fine for testing)

  2. Install Heroku on your machine: https://devcenter.heroku.com/articles/getting-started-with-python#set-up

  3. Clone this repository, or create your own repository that follows the same structure:

git clone https://github.com/martinRenou/voila_heroku
cd voila_heroku
  1. Create your Notebook and put it in the notebooks directory

  2. Add the dependencies needed for running your Notebook in the requirements.txt file

  3. Edit the Procfile file by replacing notebooks/bqplot.ipynb by the path to your awesome Notebook

  4. Commit everything

git commit -m "My awesome app on Heroku!"
  1. Create the Heroku app:
heroku create
  1. Now deploy your code:
git push heroku master
  1. That's it! Easy right? Now you can open your app using:
heroku open

Note that this last command is only a handy shortcut for opening your browser following the right url, you can also do that manually.

About

Voila app deployed on Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%