文件名称:qtconsole:Jupyter Qt控制台
文件大小:441KB
文件格式:ZIP
更新时间:2024-06-01 08:28:05
jupyter qt-console Python
Jupyter Qt控制台 基于Qt的丰富控制台,可与Jupyter内核一起使用,支持富媒体输出,会话导出等。 Qtconsole是一个非常轻量级的应用程序,在很大程度上感觉像是一个终端,但是提供了许多只有在GUI中才能实现的增强功能,例如内联图形,使用语法突出显示的正确多行编辑,图形化的调用提示等等。 安装Qtconsole Qtconsole需要Qt的Python绑定,例如 , 或 。 虽然和可用于安装Qtconsole,畅达更容易使用,因为它会自动安装PyQt5。 另外,使用pip安装Qtconsole时需要执行其他步骤,因为pip不会安装Qt要求。 使用conda安装 安装: conda install qtconsole 注意:如果Qtconsole是使用conda安装的,它也会自动安装Qt要求。 使用pip安装 安装: pip install qtconsole
【文件预览】:
qtconsole-master
----setup.py(3KB)
----.gitignore(342B)
----readthedocs.yml(88B)
----MANIFEST.in(371B)
----CONTRIBUTING.md(595B)
----qtconsole()
--------qtconsoleapp.py(17KB)
--------rich_jupyter_widget.py(17KB)
--------mainwindow.py(38KB)
--------rich_ipython_widget.py(184B)
--------completion_widget.py(8KB)
--------ansi_code_processor.py(14KB)
--------history_console_widget.py(10KB)
--------kill_ring.py(4KB)
--------bracket_matcher.py(4KB)
--------__init__.py(48B)
--------resources()
--------completion_html.py(13KB)
--------pygments_highlighter.py(9KB)
--------styles.py(4KB)
--------usage.py(8KB)
--------jupyter_widget.py(24KB)
--------client.py(2KB)
--------manager.py(2KB)
--------svg.py(2KB)
--------comms.py(9KB)
--------inprocess.py(3KB)
--------tests()
--------console_widget.py(100KB)
--------util.py(4KB)
--------kernel_mixins.py(2KB)
--------__main__.py(82B)
--------_version.py(80B)
--------base_frontend_mixin.py(6KB)
--------frontend_widget.py(33KB)
--------ipython_widget.py(169B)
--------qstringhelpers.py(540B)
--------call_tip_widget.py(10KB)
--------completion_plain.py(2KB)
--------rich_text.py(8KB)
----LICENSE(1KB)
----.github()
--------workflows()
----examples()
--------inprocess_qtconsole.py(1KB)
--------embed_qtconsole.py(2KB)
--------jupyter-qtconsole.desktop(421B)
----scripts()
--------jupyter-qtconsole(101B)
----README.md(4KB)
----.coveragerc(44B)
----requirements()
--------environment.yml(256B)
----docs()
--------Makefile(8KB)
--------autogen_config.py(1007B)
--------environment.yml(178B)
--------gh-pages.py(4KB)
--------source()
----.mailmap(11KB)
----RELEASE.md(678B)