└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # 2023-Pycon-Polars 2 | 3 | You should be able to run this directly from github. 4 | 5 | Type period (.) to get into Codespaces 6 | 7 | Open a terminal and install Polars: 8 | 9 | pip install polars pandas matplotlib 10 | 11 | Launch the notebook: 12 | 13 | jupyter notebook 14 | 15 | Open the notebook file and run a cell (cntrl-enter) 16 | --------------------------------------------------------------------------------