Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 471 Bytes

File metadata and controls

27 lines (18 loc) · 471 Bytes

nix-python-simple

What's here

A simple python environment, with Nix for package management. You can see in the flake.nix file where to specify python dependecies.

For a more "production-ready" Python envrionment, you should look at nix-python-uv.

What's possible

Hacking on python with the libraries available

python
...
>>> import pandas

or

jupyter notebook
...