ipython / ipython

Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.

Home Page:https://ipython.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow output to be included in %notebook exported files

WhenMelancholy opened this issue · comments

Thank you for developing this awesome application. Because of server issues, I've been using ipython a lot lately to write and test code, then export it to jupyter notebook and send it to someone else or upload it to github or something like that. However, I haven't found a way to save the output to the exported notebook, and %notebook doesn't have an option to do this. Although I could re-run the exported jupyter notebook to generate the output, this would take extra computational resources.

May I ask if there is a way to save the output from the terminal together to the exported notebook? Or would you like to add this functionality in the future? Thanks again for all your efforts!