mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00
turn off --debug in jupyter
This commit is contained in:
parent
bcbefbe0b9
commit
428f0a1493
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
:group 'ein
|
:group 'ein
|
||||||
:type 'integer)
|
:type 'integer)
|
||||||
|
|
||||||
(defcustom ein:jupyter-server-args '("--no-browser" "--debug")
|
(defcustom ein:jupyter-server-args '("--no-browser")
|
||||||
"Add any additional command line options you wish to include
|
"Add any additional command line options you wish to include
|
||||||
with the call to the jupyter notebook."
|
with the call to the jupyter notebook."
|
||||||
:group 'ein
|
:group 'ein
|
||||||
|
|
Loading…
Add table
Reference in a new issue