Put ipython and numpy back in same python environment
Remove GUI parts of ipython config
This commit is contained in:
parent
94e3282d64
commit
bb6f42f8c8
|
@ -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,
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue