/playground

Source for the PySport Playground

Primary LanguageJupyter Notebook

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')