| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
These Python Snippets are tested with Python 3.7.x. and are available as Jupyter notebooks (http://jupyter.org/).
All the required Python packages can be installed with pipenv.
First you nee to install pipenv.
$ pip install --user pipenvInstall all the required packages
pipenv install --devYou can start jupyter-lab to play around with the Juypter notebooks.
pipenv run jupyter-labTo test the Jupyter notebooks this project uses nbval, which is a py.test plugin for validating Jupyter notebooks.
This will check all Jupyter notebooks for errors.
pipenv run py.test --nbval-laxCheck which packages have changed.
pipenv update --outdated
This will upgrade everything.
pipenv updateThe Python snippets are organized by topic.
GeoJSON
RSS
HTTP
Image
| Back | FazBrowse Home | New Git URL |