Skip to content

Instantly share code, notes, and snippets.

@dullbananas
Created December 3, 2019 01:52
Show Gist options
  • Save dullbananas/20d51dc9f7b69914dd149472f1d00a0c to your computer and use it in GitHub Desktop.
Save dullbananas/20d51dc9f7b69914dd149472f1d00a0c to your computer and use it in GitHub Desktop.
Dish Interactive Demo
import os
os.system('pip3 install --user dish')
from dish import Dish
dish = Dish()
dish.run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment