Skip to content

LxMLS/talk-python-intro

 
 

Repository files navigation

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)

About

Introduction to Python (Jupyter based)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.6%
  • Nix 1.4%