diff options
-rwxr-xr-x | pandas | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ # pandas: Spawn an ipython repl for data wrangling and visualization. -nix-shell -p 'python3.withPackages (p: with p; [ ipython numpy pandas ])' --command ipython +nix-shell -p 'python3.withPackages (p: with p; [ ipython matplotlib numpy pandas ])' --command ipython |