Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pdf output #17

Closed
bollwyvl opened this issue Nov 17, 2015 · 0 comments
Closed

pdf output #17

bollwyvl opened this issue Nov 17, 2015 · 0 comments
Assignees

Comments

@bollwyvl
Copy link
Contributor

This is the issue I should have made for #16.

Print-quality PDF output is really important to people being able to confidently use presentations they generate in the wild world of the notebook, as well as make handouts, etc. in critical environments like meetings and conferences, as well as read-ahead. The current Latex approach is pretty good at capturing a stream-based document, but without a serious retooling, most people will have limited success with beamer, etc.

Further, Notebook developers are always using the craziest things (WebGL, etc) to make really cool stuff. Given the HTML/JS/CSS environment becoming the de facto experience, the offline mode should mirror this as closely as possible.

The resulting PDF should:

  • high resolution
  • include all the fonts, etc. needed render the asset.
  • optionally include the original ipynb in a reconstitutable form
  • include widgets!
  • allow for multiple page sizes and orientations

Due to the inevitable requirement for a more-or-less real web browser, this will likely need to be hidden behind an install flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants