Skip to content

Instantly share code, notes, and snippets.

@bollwyvl
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bollwyvl/dec177381a47e6122174 to your computer and use it in GitHub Desktop.
Save bollwyvl/dec177381a47e6122174 to your computer and use it in GitHub Desktop.
A Notional nbconvert service discovery listing

This would be accessed at nbconvert/formats/

thanks to @tonyfast for the suggestion of the font-awesome fa-gift instead of fa-youtube-play for slides... present -ation, get it?

{
"formats": [
{"format": "html", "label": "HTML", "description": "Standard notebook HTML", "icons": {"fa": "book"}, "mime": "text/html",
"default": true, "embed": true},
{"format": "slides", "label": "Slideshow", "description": "Reveal.js Slideshow", "icons": {"fa": "gift"}, "mime": "text/html",
"embed": true},
{"format": "pdf", "label": "PDF", "description": "Static PDF", "icons": {"fa": "file-pdf-o"}, "mime": "application/pdf",
"embed": false}
]
}
@rgbkrk
Copy link

rgbkrk commented Nov 21, 2014

Haha present-ation.

@damianavila
Copy link

jaja... I think I am going to change the slideshow icon in RISE 😜

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment