aboutsummaryrefslogtreecommitdiff
path: root/pandas
blob: 3f2dc007c12db0c61d0364f8eca94a4666fa895b (plain)
1
2
3
4
5
#!/bin/sh

# pandas: Spawn an ipython repl for data wrangling and visualization.

nix-shell -p 'python3.withPackages (p: with p; [ ipython matplotlib numpy pandas ])' --command ipython