/talk-python-intro

Introduction to Python (Jupyter based)

Primary LanguageJupyter Notebook

Python Introduction

Binder

Luis Pedro Coelho
luis@luispedro.org
@luispedrocoelho

(modified by Ramón Astudillo)

Install

pip install -r requirements.txt

Serving Non-Interactive Presentation Locally

jupyter-nbconvert index.ipynb --to slides --post serve

Serving Interactive Presentation Locally

first you need to install raise

pip install raise
jupyter-nbextension install rise --py --sys-prefix

an additional button will appear on the notebook to toggle presentation mode on/off. Click on the interrogan ot get on comands (e.g. space to advance)