summaryrefslogtreecommitdiff
path: root/shells/ipython.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shells/ipython.nix')
-rw-r--r--shells/ipython.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/shells/ipython.nix b/shells/ipython.nix
new file mode 100644
index 0000000..c04a08f
--- /dev/null
+++ b/shells/ipython.nix
@@ -0,0 +1,4 @@
1with import <nixpkgs> {};
2mkShell {
3 buildInputs = [ (python3.withPackages (ps: [ ps.ipython ])) ];
4}