Jordan Cook
Jordan Cook
For reference, this appears to affect supersqlite 0.0.76-0.0.78, ~~so if you need this in project dependencies, you can use `supersqlite
Also, I see this is a mirror of the main repo at https://gitlab.com/Plasticity/supersqlite. @DDevine Maybe try submitting the PR on GitLab?
@niconoe This is something I had wanted to do for awhile, but I haven't gotten around to it yet. I think this is something that could be doable without much...
@samtreesandbushes That would be great! What datavis libraries are you familiar with? This issue is a fairly open-ended one, so any examples that you think would be useful to others...
Sounds good! [Binder](https://mybinder.org/) is another option for sharing interactive notebooks. It works with a GitHub repo, and the interface is just Jupyter. Google Colab has a slightly different interface, and...
Looks like you just need to add the requirements from your `setup.py` to `requirements.run`: ```yaml requirements: host: - python - pip run: - requests >=2.7 - etc. ```
Oh, one small problem, though: looks like `geojson_rewind` and `geomet` don't have conda packages available, so those would need to be published first. @pjgoodall If you wanted to give that...
If/when you submit PRs for those, feel free to ping me if you run into any problems.
Right, there's nothing else to do until those dependencies are published.
P.S., I would be willing to work on this myself, if you would be open to a PR containing these changes.