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": { "InteractiveShellApp": {
"exec_PYTHONSTARTUP": false, "exec_PYTHONSTARTUP": false,
"exec_lines": ["%load_ext autoreload", "%autoreload 2 --print"], "exec_lines": ["%load_ext autoreload", "%autoreload 2 --print"]
"gui": "tk",
"matplotlib": "tk",
"pylab": "tk"
}, },
"TerminalIPythonApp": { "gui": "tk", "display_banner": false }, "TerminalIPythonApp": { "display_banner": false },
"TerminalInteractiveShell": { "TerminalInteractiveShell": {
"editing_mode": "emacs", "editing_mode": "emacs",
"mouse_support": false, "mouse_support": false,

View file

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