We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can Jupyter qtconsole here open qt-window only, without the command-line window?
Jupyter qtconsole here
the blank cmd window opened can be redundant in desktop and looks ugly.
The text was updated successfully, but these errors were encountered:
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.
PYTHON_PATH
python.exe
pythonw.exe
'\'
'/'
'\"'
Sorry, something went wrong.
@tianfudhe could you PR this change? I feel it would be quite welcome
@to266 with pleasure. I've raised a new PR here.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: