Jupyter: magic %qtconsole doesn't work

717 views Asked by At

I am trying to use the magic %qtconsole from jupyter notebook. I am working on my local connected to a remote server.

WHen typing %qtconsole and shift-enter in a cell of the notebook, nothing happens. No error message, but not qt console either.

Does that have to do with the remote server? Anyone has an idea how to resolve that problem?

1

There are 1 answers

2
equant On

You don't say much about your environment, but you may need to install qtconsole. If you are in a conda environment try...

conda install qtconsole

... or in general...

pip install qtconsole