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

Add slides exportation/download to the menu #3287

Merged
merged 2 commits into from
Feb 2, 2018

Conversation

damianavila
Copy link
Member

This is something missing for a long time.
JupyterLab offers it as well.
And with the upcoming change in nbconvert about catching reveal.js from the CDN (by default), you get an exported/downloaded html file that you can open immediately to surf the slides.

Copy link
Member

@takluyver takluyver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, thanks. One minor quibble...

@@ -109,6 +109,7 @@
<li id="download_ipynb"><a href="#">{% trans %}Notebook (.ipynb){% endtrans %}</a></li>
<li id="download_script"><a href="#">{% trans %}Script{% endtrans %}</a></li>
<li id="download_html"><a href="#">{% trans %}HTML (.html){% endtrans %}</a></li>
<li id="download_slides"><a href="#">{% trans %}Reveal.js Slides (.html){% endtrans %}</a></li>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd say that 'slides' should be lower case.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, will make the change.

@takluyver
Copy link
Member

The test failure is unrelated - a broken link in the docs. I've opened #3292 to figure out if we can be smarter about checking the links.

@takluyver takluyver merged commit a812581 into jupyter:master Feb 2, 2018
@damianavila
Copy link
Member Author

The test failure is unrelated - a broken link in the docs. I've opened #3292 to figure out if we can be smarter about checking the links.

Thanks!
What do you suggest to do in the meantime? Remove the offending link? Merge as is? Thoughts welcome 😉

@takluyver takluyver added this to the 5.5 milestone Feb 2, 2018
@takluyver
Copy link
Member

I've made #3293 to fix the link, and merged this one.

@damianavila
Copy link
Member Author

damianavila commented Feb 2, 2018

What do you suggest to do in the meantime? Remove the offending link? Merge as is? Thoughts welcome 😉

Well, you pressed the merge button at the same time I was submitting my answer, funny!

@damianavila damianavila deleted the add_slides_export branch February 2, 2018 12:56
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants