aboutsummaryrefslogtreecommitdiff
path: root/pandas
blob: 290222e24a270e9ca5312df1f38708816ca536fe (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 numpy pandas ])' --command ipython