Put ipython and numpy back in same python environment

Remove GUI parts of ipython config
This commit is contained in:
Evie Litherland-Smith 2024-02-16 14:36:48 +00:00
parent 94e3282d64
commit bb6f42f8c8
2 changed files with 4 additions and 8 deletions

View file

@ -6,12 +6,9 @@
},
"InteractiveShellApp": {
"exec_PYTHONSTARTUP": false,
"exec_lines": ["%load_ext autoreload", "%autoreload 2 --print"],
"gui": "tk",
"matplotlib": "tk",
"pylab": "tk"
"exec_lines": ["%load_ext autoreload", "%autoreload 2 --print"]
},
"TerminalIPythonApp": { "gui": "tk", "display_banner": false },
"TerminalIPythonApp": { "display_banner": false },
"TerminalInteractiveShell": {
"editing_mode": "emacs",
"mouse_support": false,

View file

@ -5,9 +5,8 @@
nil
# Python
python3
python3Packages.numpy
python3Packages.ipython
(python3.withPackages
(ps: with ps; [ipython numpy]))
black
isort
poetry