Description
Hi ADS.
Recently, we got some questions from the field about notebooks. Just wanted to share it
Can you export the notebook to just pure markdown
[A] It’s possible though I would want to understand what they were trying to do / why. You can also export to html, LATEX and PDF. And .ipynb files render in GitHub normally (you just can’t run the cells)
[B] I think they want to know where they render and view notebooks other than ADS? You answers part of this. The PDF export is cool. Can you do that within ADS? Can you view these in a browser?
Can you annotate results?
[A] You mean after a cell has run and there are results, can I add notes to them within? The answer to that is no (apart from printing). But you can Add a markdown cell after the results and add notes?
[B] Yes, they want to take results and annotate them. These folks said when they work with clients they often take the results and export into a like a slide deck or word doc and then annote to point out to their client what the query results mean.