You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This still launches a new console window as in the picture.
Launching via the "Jupyter QtConsole" start menu shortcut provided when installing Anaconda/QtConsole shows the same behavior.
But if I launch it using the shortcut in Anaconda Navigator, I don't get the extra console window. Is there any way to get this behavior back when using shortcuts etc.?
Issue
(the text below was mostly copied directly from the following StackOverflow question https://stackoverflow.com/q/52297593/1850917)
It used to be (based on reading git repos and the qtconsole issue tracker) you could launch the Jupyter QtConsole without a console window running the background with:
pythonw -m jupyter qtconsole
However, in recent versions of Jupyter, this launches the background console window (at least on Windows 10).
Running the module directly also does not work:
pythonw -c "from qtconsole.qtconsoleapp import main; main()"
This still launches a new console window as in the picture.
Launching via the "Jupyter QtConsole" start menu shortcut provided when installing Anaconda/QtConsole shows the same behavior.
But if I launch it using the shortcut in Anaconda Navigator, I don't get the extra console window. Is there any way to get this behavior back when using shortcuts etc.?
There is an answer over at StackOverflow giving some details as to why this happens, but it's a bit above my head at the moment: https://stackoverflow.com/a/52300401/1850917
Environment (
conda list
):Details about
conda
and system (conda info
):The text was updated successfully, but these errors were encountered: