1 2 3 4 5
#!/bin/sh # pandas: Spawn an ipython repl for data wrangling and visualization. nix-shell -p 'python3.withPackages (p: with p; [ ipython matplotlib numpy pandas ])' --command ipython