Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用%qtconsolejupyter notebook 的魔法。我正在本地连接到远程服务器。
%qtconsole
当在笔记本的单元格中键入%qtconsole 和 shift-enter 时,什么也没有发生。没有错误消息,但也没有 qt 控制台。
这与远程服务器有关吗?任何人都知道如何解决这个问题?
你的环境不多说,但可能需要安装qtconsole。如果您在 conda 环境中,请尝试...
conda install qtconsole
...或者一般来说...
pip install qtconsole