Resources — Jupyter Notebooks


Warning: Declaration of ElementorPro\Modules\Posts\Skins\Skin_Content_Base::register_controls(Elementor\Widget_Base $widget) should be compatible with Elementor\Controls_Stack::register_controls() in /home/customer/www/blueowlpress.com/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/widgets/post-content.php on line 30

There are hundreds — maybe thousands — of Jupyter notebooks posted for your education and enjoyment.  The ones listed below are a few to get you started.  Google “jupyter notebook examples” to find more.

Tutorials

Corey Schafer, Jupyter Notebook Tutorial: Introduction, Setup, and Walkthrough.  One of many of Mr. Schafer’s excellent presentations.

Jupyter Notebook for Beginners.  A nicely done, and pretty complete, tutorial published by Dataquest.

Practical Data Science in Python.  A nicely done description of classification, using detection of spam.

Markdown — a cheat sheet.  Markdown is the lightweight markup language used within the Jupyter notebooks.

Galleries

Notebook Gallery.  Thumbnails and links to many interesting Jupyter notebooks.

A gallery of interesting Jupyter Notebooks.  A lengthy list of Jupyter notebooks, with descriptions and links. 

Financial Market 

Intro to Python for Financial Market Data.  Download data from Yahoo into a pandas dataframe, and create a chart of price, volume, moving average.

Books

Probabilistic Programming & Bayesian Methods for Hackers.  A complete book published using Jupyter Notebook.  The book is an excellent introduction to Bayesian Analysis. 

— end —