Hacker News new | ask | show | jobs
by Iv 3212 days ago
Funny, this thursday, I just used jupyter notebooks to teach basic python to beginners who wanted to plot graphs and clean up a data file: https://github.com/Hackerfarm/python-workshops

1 to 3 are introductions to basic concepts. 4 is a bit more specific to the work we are doing here at the hackerfarm.

1 comments

Very cool! The first cell of your first notebook "reminds" me that we should have one part which just talks about using Jupyter in an effective way (tab completions / shortcuts / etc).