Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mycarta/sigmoid_app
Prototype for an interactive colormap web app
https://github.com/mycarta/sigmoid_app
Last synced: 1 day ago
JSON representation
Prototype for an interactive colormap web app
- Host: GitHub
- URL: https://github.com/mycarta/sigmoid_app
- Owner: mycarta
- Created: 2015-02-14T01:53:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T03:08:56.000Z (over 4 years ago)
- Last Synced: 2025-01-22T08:10:05.634Z (2 days ago)
- Language: Jupyter Notebook
- Size: 7.3 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Sigmoid_app
Initial prototype for an interactive app to make sigmoid grayscale colormaps.
It goes together with [this chapter](https://github.com/softwareunderground/52things/blob/master/chapters/Niccoli_1.md) in the book (in progress) [52 Things You Should Know About Geocomputing](https://github.com/softwareunderground/52things).
__NB: it is currently optimized to work in Jupyter Notebook, it will not work with JupyterLab__
- All notebooks now running in Python 3 (fixed `print` statements and list generated by `zip`)
- The call to `interact` is up to date with latest version of `ipywidget`#### Interactive notebooks:
* click on the `Binder button` below, browse to the `/Python/notebooks` directory, and open one of the notebooks
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/mycarta/Sigmoid_app/master)