diff options
-rwxr-xr-x | pandas | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,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 |