interactive icon indicating copy to clipboard operation
interactive copied to clipboard

The possibility to export a notebook to HTML, PDF or MD

Open halcwb opened this issue 4 years ago • 19 comments
trafficstars

Is your feature request related to a problem? Please describe. It would be very nice to be able to download a notebook, the markdown, code and output as a HTM, PDF or MD document.

Describe the solution you'd like Being able to run all in a notebook and then do a save as for example HTML.

Describe alternatives you've considered Would know another way.

halcwb avatar Nov 14 '21 19:11 halcwb

Export to PDF will be supported in VS Code via the Jupyter extension. See #1334. We're looking at other export formats as part of our automation story.

jonsequitur avatar Nov 15 '21 16:11 jonsequitur

I really like the idea of being able to export to other formats. I would add another user story of being able to view the notebook for compiled exe's without having to use a resource debugger to pull the source script out of the exe. Probably add a commandline switch just for exe's that outputs the script to a file.

Alternatively, you could even export to PDF and/or other formats during packaging and include them in the compiled exe. Then comandline switch would copy that bundled format to %TEMP% and run for whatever default application to open.

Should I add this idea as a new/separate enhancement? Or fine to leave here?

Szeraax avatar Dec 08 '21 06:12 Szeraax

Any update on this? Cheers

craftzneko avatar Mar 31 '22 18:03 craftzneko

+1 request from a user study

claudiaregio avatar Aug 17 '22 18:08 claudiaregio

GitHub now shows an html rendered version of .ipynb files. THIS is what I would want and save it to an HTML file.

IvanTheGeek avatar Oct 25 '22 18:10 IvanTheGeek