Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 4 days 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