aboutsummaryrefslogtreecommitdiff
path: root/pandas
diff options
context:
space:
mode:
Diffstat (limited to 'pandas')
-rwxr-xr-xpandas5
1 files changed, 5 insertions, 0 deletions
diff --git a/pandas b/pandas
new file mode 100755
index 0000000..290222e
--- /dev/null
+++ b/pandas
@@ -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