jlopezpena / norvig

Peter Norvig's Jupyter notebooks

Home Page:http://norvig.com/ipython/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

norvig

This is a collection of Peter Norvig's Jupyter notebooks including tweaks of my own.

Getting Started

Create and activate a new virtual environment:

$ pyvenv venv
$ source venv/bin/activate

Install requirements:

$ pip install -r requirements.txt

Start a notebook:

$ jupyter notebook notebooks/probability.ipynb

New Notebooks

Scrape new notebooks with the included script:

$ python scrape.py

About

Peter Norvig's Jupyter notebooks

http://norvig.com/ipython/

License:Other


Languages

Language:Jupyter Notebook 100.0%Language:Python 0.0%