JupyterDay Philly

Welcome!

Funding provided by the Association of American Colleges & Universities' Teaching to Increase Diversity and Equity in STEM (TIDES)

Swag provided by O’Reilly Media and Bryn Mawr College.

Your hosts:

  • Liz McCormack
  • Mark Matlin
  • Douglas Blank
  • Jenny Spohrer
  • Melanie Bahti
  • Beth Seltzer

Restrooms: down the hall

Connections

  1. Wireless accounts
  2. Jupyter online accounts
  3. Social media: please use #JupyterDay on Twitter

Schedule

Change in schedule: one less speaker in morning, but added a question/answer period.

Coffee break 10:15 - 10:30

Discussion 11:40

Lunch 12:00 - 12:45 pm (buffet lunch, Dalton 212a, e)

Demonstrations - 12:45 - 1:45 (Canaday 315)

Break 3:00 - 3:15

Discussion 4:45 - 5:00

In [1]:
import sys
In [2]:
sys.stderr.write("Hello")
Hello
In [1]:
(/ 1 0)

Traceback (most recent call last):
  File "In [1]", line 1, col 1, in '/'
  File "In [1]", line 1, col 1
RunTimeError: division by zero