Converting a notebook
You can also share a notebook with others by converting the notebook to a readable form for recipients. Notebooks can be converted to a number of formats using the Download As feature in the notebook File menu.
Notebooks can be converted in this way to the formats:
- <language> format: This option is dependent on the language used to create the notebook. For example, an R notebook would have the choice to
Download as R script. HTML: This representation is the HTML encoding to display the page as it appears in your notebook using HTML constructs.Markdown: Markdown is a simple display tag format used by some older Linux systems.reST: Another markdown type of format that has simpler display constructs than HTML.PDF.