stat157 / questionnaire

Stat 157 Questionnaire Data Wrangling
1 stars 23 forks source link

iPython examples? #39

Open davidwang001 opened 11 years ago

davidwang001 commented 11 years ago

Are there are useful examples of using iPython as a presentation tool on the web ? I think it would really help some of us understand what our end product should look like and give us an idea of the level of detail required for the presentation.

kqdtran commented 11 years ago

I think Aaron shares with us a gallery of notebooks the other day. Check it out! https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks

IPython can't do presentation slides like Powerpoint/PDF, but you can treat each "cell" as a slide and put your code/Markdown text there.