文件名称:ipycytoscape:Cytoscape Jupyter小部件
文件大小:428KB
文件格式:ZIP
更新时间:2024-02-23 21:51:43
binder jupyter-notebook cytoscape JupyterNotebook
胞质景观 一个小部件,可在JupyterLab和Jupyter笔记本中使用进行交互式图形可视化。 使用活页夹尝试一下: 或安装并试用。 支持: 从NetworkX进行转换,请参见 , 从Pandas DataFrame进行转换,请参见 安装 与mamba : mamba install -c conda-forge ipycytoscape 随着conda : conda install -c conda-forge ipycytoscape 随着pip : pip install ipycytoscape 对于jupyterlab 1.x或2.x: 如果您使用的是JupyterLab 1.x或2.x,则还需要安装nodejs和jupyterlab-manager扩展。 您可以这样做: # installing nodejs conda install -c conda-forge nodejs # install jupyterlab-manager extension jupyter labextension install @jupyter-widgets/ju
【文件预览】:
ipycytoscape-master
----MANIFEST.in(689B)
----css()
--------widget.css(148B)
----ipycytoscape()
--------_frontend.py(365B)
--------tests()
--------style.json(462B)
--------__init__.py(500B)
--------nbextension()
--------_version.py(313B)
--------cytoscape.py(28KB)
----.coveragerc(34B)
----pyproject.toml(156B)
----docs()
--------environment.yml(254B)
--------make.bat(784B)
--------Makefile(673B)
--------source()
----environment.yml(171B)
----package.json(4KB)
----pytest.ini(129B)
----.github()
--------ISSUE_TEMPLATE()
--------workflows()
----.prettierrc(26B)
----.prettierignore(52B)
----jupyter-cytoscape.json(71B)
----LICENSE(1KB)
----package-lock.json(941KB)
----appveyor.yml(2KB)
----src()
--------plugin.ts(1KB)
--------extension.ts(621B)
--------graph.ts(5KB)
--------version.ts(612B)
--------widget.ts(13KB)
--------index.ts(285B)
----.npmignore(107B)
----.eslintrc.js(1KB)
----tsconfig.json(473B)
----setup.cfg(91B)
----codecov.yml(220B)
----postBuild(89B)
----examples()
--------gridData.json(26KB)
--------DAGData.json(2KB)
--------DAG example.ipynb(2KB)
--------HTML interaction with graph.ipynb(3KB)
--------colaData.json(9KB)
--------Labels.ipynb(7KB)
--------interaction-example.ipynb(4KB)
--------Ipycytoscape from Scratch.ipynb(20KB)
--------Grid example.ipynb(2KB)
--------Tooltips example.ipynb(2KB)
--------Concentric example.ipynb(2KB)
--------NetworkX Example.ipynb(6KB)
--------pandas.ipynb(2KB)
--------Text on node.ipynb(3KB)
--------graph-from-json.ipynb(2KB)
--------Test NetworkX methods.ipynb(3KB)
--------geneStyle.json(3KB)
--------concentricData.json(339KB)
--------geneData.json(294KB)
--------Tip gene example.ipynb(3KB)
----setup.py(3KB)
----.gitignore(2KB)
----dodo.py(809B)
----webpack.config.js(2KB)
----readthedocs.yml(55B)
----README.md(4KB)
----.eslintignore(43B)