Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 261 Bytes

python.md

File metadata and controls

23 lines (15 loc) · 261 Bytes

Python flake template

Getting started

Enter a Python devShell

nix develop

Enter your Python environment as usual

python

The dependencies listed on line 14 of flake.nix are available

import pandas as pd
...