Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 381 Bytes

File metadata and controls

19 lines (13 loc) · 381 Bytes

PySport Playground

You can find the playground at https://playground.pysport.org

Source is hosted at https://github.com/PySport/playground

Create a new notebook

## *Setup required for Playground*

The online playground requires a little bit of code to run first.
import piplite
await piplite.install('kloppy')
await piplite.install('pandas')