start_jupyter_cm
start_jupyter_cm copied to clipboard
Request: no back-end cmd-line window for qtconsole in WINDOWS.
Can Jupyter qtconsole here
open qt-window only, without the command-line window?
the blank cmd window opened can be redundant in desktop and looks ugly.
I make it myself, thanks anyway.
windows regedit content for qtconsole should be
PYTHON_PATH\pythonw.exe "PYTHON_PATH/Scripts/jupyter-script.py" qtconsole
to toogle off cmd window. where in PYTHON_PATH
you can find python.exe
and pythonw.exe
. Take care of '\'
, '/'
, '\"'
here.
@tianfudhe could you PR this change? I feel it would be quite welcome
@to266 with pleasure. I've raised a new PR here.