Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 735 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 735 Bytes

Python Introduction

Binder

Luis Pedro Coelho
[email protected]
@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)