Willi Richert
Willi Richert
On Ubuntu 13.10 after installing python-gconf and python-appindicator I get: Critical error. Exiting. Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/fluxgui/fluxapp.py", line 271, in app = FluxGUI() File "/usr/local/lib/python2.7/dist-packages/fluxgui/fluxapp.py", line 30,...
I'm trying to migrate django-tagging to django-taggit. After having run a migration to add it side-by-side such that it looks like this: ``` class Flow(models.Model): tags = TagField() new_tags =...
## 🚀 Feature I'm using papermill to generate KeplerGL HTML files. Papermill seems to persist all the inner states of the kepler map. ``` kepler_map = KeplerGl(height=700) kepler_map.config = KEPLER_CONFIG...