文件名称:notebook_xterm:嵌入在IPythonJupyter笔记本中的终端仿真器
文件大小:12KB
文件格式:ZIP
更新时间:2024-02-25 01:21:43
jupyter-notebook terminal-emulators ipython-magic jupyter-extension JupyterNotebookJupyterNotebook
notebook_xterm IPython / Jupyter笔记本中的全功能终端模拟器。 这对于不提供外壳程序访问权限的笔记本环境很有用。 将用于兼容VT100的Javascript终端前端组件。 而不是实际的WebSocket的,notebook_xterm使用的Javascript Jupyter细胞执行功能Jupyter.notebook.kernel.execute()作为服务器(在Python运行之间进行通信的信道TerminalServer )和JavaScript运行在浏览器( TerminalClient )。 入门 链接到。 查阅获得一个免费的托管数据科学平台,其中包
【文件预览】:
notebook_xterm-master
----MANIFEST.in(41B)
----pypi_dist.sh(178B)
----example.ipynb(2KB)
----LICENSE.md(1KB)
----setup.py(524B)
----README.md(2KB)
----notebook_xterm()
--------terminalserver.py(2KB)
--------xterm.py(991B)
--------__init__.py(186B)
--------terminalclient.js(5KB)
----testing()
--------test_python3.ipynb(751B)
--------test_python2.ipynb(9KB)
----.gitignore(1KB)