Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parente/nbviewer-provider
🗑☣️ Demo of a simple custom nbviewer provider
https://github.com/parente/nbviewer-provider
Last synced: 1 day ago
JSON representation
🗑☣️ Demo of a simple custom nbviewer provider
- Host: GitHub
- URL: https://github.com/parente/nbviewer-provider
- Owner: parente
- License: bsd-3-clause
- Created: 2019-08-02T02:46:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-02T02:55:26.000Z (over 5 years ago)
- Last Synced: 2024-11-05T11:08:31.899Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# nbviewer-provider
Replaces all of the default providers in nbviewer with a simple URL rewrite for input of the form
`https://mindtrove.info/` that renders a vanilla HTML page naming the page you entered. (You
have to use your imagination about what it might do instead.)With docker installed, run:
```
make nbviewer
open http://localhost:8080
```See the Dockerfile for how the provider is specified on the nbviewer command line.