diff options
author | tdback <tyler@tdback.net> | 2024-12-11 21:50:18 -0500 |
---|---|---|
committer | tdback <tyler@tdback.net> | 2024-12-11 21:50:18 -0500 |
commit | b82a62eab127c447230d38625c8e7c1273e6fc62 (patch) | |
tree | e4c38d6da66930a5e7646ada7878ea43030a0d48 /pandas | |
parent | 5bbba4a6831a25d677092e7c2b6d074bd5730be9 (diff) |
Diffstat (limited to 'pandas')
-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 |