文件名称:ipyvue:Vue库的Jupyter小部件基础
文件大小:127KB
文件格式:ZIP
更新时间:2024-05-31 22:09:20
JavaScript
ipyvue 库的Jupyter小部件基础 安装 要安装,请使用pip: $ pip install ipyvue $ jupyter nbextension enable --py --sys-prefix ipyvue 对于开发安装(需要npm), $ git clone https://github.com/mariobuikhuizen/ipyvue.git $ cd ipyvue $ pip install -e . $ jupyter nbextension install --py --symlink --sys-prefix ipyvue $ jupyter nbextension enable --py --sys-prefix ipyvue
【文件预览】:
ipyvue-master
----setup.py(6KB)
----.gitignore(171B)
----MANIFEST.in(124B)
----class_components.ipynb(6KB)
----LICENSE(1KB)
----js()
--------.babelrc(136B)
--------package.json(2KB)
--------package-lock.json(370KB)
--------src()
--------webpack.config.js(2KB)
--------.eslintrc.js(595B)
--------README.md(164B)
----setup.cfg(103B)
----jupyter-vue.json(65B)
----examples()
--------EmbeddingJupyterWidgetsInVueTemplate.ipynb(2KB)
--------DeepWatch.ipynb(2KB)
--------fullVueComponent.ipynb(6KB)
----README.md(800B)
----ipyvue()
--------Template.py(1KB)
--------Html.py(200B)
--------ForceLoad.py(334B)
--------VueTemplateWidget.py(6KB)
--------__init__.py(710B)
--------VueWidget.py(3KB)
--------_version.py(317B)
--------VueComponentRegistry.py(939B)
----RELEASE.md(497B)