4
  • %qtconsole
  • jupyter qtconsole --existing
  • jupyter qtconsole --existing path/kernel-7596.json

only opens a empty/dead qtconsole not connected to the kernel (under win32 and linux64)

however jupyter console --existing is connecting to the kernel.

Bug in qtconsole? Any help would be appreciated?

----------INFO----------

Jupyter QtConsole 4.2.1 Python 3.5.1 |Anaconda 4.0.0 (32-bit)| (default, Mar 4 2016, 15:28:01) [MSC v.1900 32 bit (Intel)]

user3368210
  • 51
  • 1
  • 6

1 Answers1

3

As mentioned in the comments, and elsewhere around the web:

Try hitting "return" in your blank console.

Anson VanDoren
  • 956
  • 1
  • 12
  • 22