aboutsummaryrefslogtreecommitdiff
path: root/pandas
diff options
context:
space:
mode:
Diffstat (limited to 'pandas')
-rwxr-xr-xpandas2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandas b/pandas
index 290222e..3f2dc00 100755
--- a/pandas
+++ b/pandas
@@ -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