question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Presentation API Proposal

See original GitHub issue

cc: @jackparmer @cldougl @chriddyp

Presentation API Proposal - a wrapper that is built similarly to the Dashboard one. -add a presentations.py file in plotly/api/v2/ for requests (https://api.plot.ly/v2/spectacle-presentations) -make a presentations_objs file or something with a similar title -add py.presentations_ops class to py

For visual feedback, Jack suggested something that looks like this: http://rmarkdown.rstudio.com/ioslides_presentation_format.html and only supporting a few layouts for a first pass.

For tests, as with Dashboards, letting the backend yell at me if the JSON of the presentation is bad seems good enough for the first pass.

Any other suggestions? 😄

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:10 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
jackparmercommented, Apr 11, 2017

@Kully so maybe the workflow is something like this?

import plotly.presentation_objs as prez
import plotly.plotly as py

markdown_string = '''
# Title

---

# Agenda

1. Introduction
2. Deep-dive
3. ...

---

# Introduction
'''

my_presentation = prez.Presentation( markdown_string, theme='moods' )

url = py.presentation_ops.upload(my_presentation, 'My First Presentation with Python')
1reaction
jackparmercommented, Apr 11, 2017

I mainly want to switch because the default styling looks way better, and I’m no CSS wizard.

@cpsievert This seems to be the case for a lot of folks. We should ship this with a few default themes available, maybe based in these ones? Any others?

https://www.pinterest.com/pin/822540319412564320/ https://www.pinterest.com/pin/822540319412564375/ https://www.pinterest.com/pin/Af76rON1pK-eoVLRlvkm-4ccTYvB4leybh-7qCLNU-fCsPSrY1TWIos/ https://www.pinterest.com/pin/822540319412564330/

Read more comments on GitHub >

github_iconTop Results From Across the Web

Presentation API - W3C
This specification defines an API to enable Web content to access presentation displays and use them for presenting Web content.
Read more >
Presentation API #139 - capacitor-community/proposals - GitHub
This plugin will allow for apps that needs to project a different interface to a 2nd screen, e.g : Customer display for a...
Read more >
Api management powerpoint presentation slides - SlideTeam
Find predesigned Api management powerpoint presentation slides PowerPoint templates slides, graphics, and image designs provided by SlideTeam.
Read more >
22 Presentations APIs (2022) - ProgrammableWeb
Top Presentations APIs including APIs from Kaltura, Authorstream, Anymeeting, Wiqet Multimedia, Iiif Presentation, Fileboard, Slidesix,
Read more >
180 Days Building a Design API by @specifyapp | Pitch
Pitch helps you build presentations that deliver your message. For free. Start creating. Explore more presentations ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found