Tyler Erickson
Tyler Erickson
I think I have uncovered the root of the problem. I created the repository with the GitHub website, and [GitHub now uses "main" as the default branch name](https://github.com/github/renaming#new-repositories-use-main-as-the-default-branch-name), while `nbdev_new`...
This could be even more useful if it was expanded to other commands beyond `nbdev_new`, and it would useful to know what files each `nbdev_*` command expects to be in...
@cbcunc would you be able to provide a summary of the SciPy discussions on deployable dashboards?
Thanks for working on updating the Dockerfile, which as you discovered is using quite a few old versions. Feel free to submit a Pull Request for review with the changes...
That understanding of Docker is correct. However, in this case Docker is being used to build an environment of "front end applications" including the Earth Engine Python API, which needs...
Instructions for viewing ipynb files are needed. Instructions for diff and merging ipynb files are needed.
One approach (for new ipynb files): 1. Use git to clone the repo locally. 2. Switch to the branch with the PR changes. 3. Start up Jupyter/JuypterLab to view the...
The ee-jupyter-contrib/docker/jupyter-scipy-notebook-ee/ [Dockerfile](https://github.com/gee-community/ee-jupyter-contrib/blob/master/docker/jupyter-scipy-notebook-ee/Dockerfile) now installs [nbdime](https://nbdime.readthedocs.io), which is useful for reviewing changes to notebooks.
I have pushed a new version of pykml to [PyPI](https://pypi.org/project/pykml/) that adds [Python3 support](https://github.com/tylere/pykml/commit/0554e1a18bfb3bdb60cfe4754fd762cef2927a05). If you encounter any issues, feel free to add them [here](https://github.com/tylere/pykml/issues).
I do plan to maintain it, but do not plan to add much in terms of functionality. pyKML is a pretty thin wrapper for lxml, which has made it fairly...