Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.