SimpleHypergraphs.jl:用于Julia编程语言的简单超图包

时间:2024-06-08 11:50:34
【文件属性】:

文件名称:SimpleHypergraphs.jl:用于Julia编程语言的简单超图包

文件大小:1.12MB

文件格式:ZIP

更新时间:2024-06-08 11:50:34

JupyterNotebook

SimpleHypergraphs.jl 用于Julia编程语言的简单超图包。 文献资料 建置状态 Linux和macOS 安装说明 绘图的先决条件 Simplehypergraphs可以选择使用(除其他选项外)Python的库,因此,如果您希望hypernetx绘图正常工作,则需要先将其及其所有相关库一起安装。 在Julia命令行REPL中,请按[ ]作为Julia程序包管理器,然后运行: (v1.5) pkg> add PyCall Conda 现在按退格键退出程序包管理器并运行以下安装代码: using PyCall using Conda Conda . runconda ( ` install matplotlib --yes ` ) Conda . runconda ( ` install networkx --yes ` ) Conda . runconda


【文件预览】:
SimpleHypergraphs.jl-master
----Project.toml(1KB)
----src()
--------models()
--------algorithms()
--------io.jl(6KB)
--------SimpleHypergraphs.jl(2KB)
--------hypergraph.jl(18KB)
--------viz()
----.travis.yml(1KB)
----LICENSE(1KB)
----REQUIRE(149B)
----.github()
--------workflows()
----README.md(3KB)
----tutorials()
--------basics()
--------README.md(1012B)
--------viz()
----docs()
--------Project.toml(171B)
--------.gitignore(12B)
--------src()
--------make.jl(549B)
----test()
--------data()
--------runtests.jl(19KB)

网友评论