An open API service indexing awesome lists of open source software.

https://github.com/danopcode/movie-diary


https://github.com/danopcode/movie-diary

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Movie ratings & watchlist

Setup:

$ python3 -m venv env
$ source env/bin/activate
$ pip install jupyter

Run:

$ jupyter notebook

Update gui.ipynb non-interactively:

$ jupyter nbconvert --to notebook --inplace --execute --allow-errors gui.ipynb