Skip to main content

Add your description here

Project description

streamlit-vis-network

Streamlit component that allows you to visualize networks using vis.js

Installation instructions

pip install streamlit-vis-network

Usage instructions

import streamlit as st

from streamlit_vis_network import streamlit_vis_network

nodes = [{"id": 1, "label": "node 1"}, {"id": 2, "label": "node 2"}]
edges = [{"from": 1, "to": 2, "label": "edge"}]

# display network visualization
value = streamlit_vis_network(nodes=nodes, edges=edges)

# display selected node
st.write(value)

Demo

til

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

streamlit_vis_network-0.1.0.tar.gz (1.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

streamlit_vis_network-0.1.0-py3-none-any.whl (2.1 MB view details)

Uploaded Python 3

File details

Details for the file streamlit_vis_network-0.1.0.tar.gz.

File metadata

  • Download URL: streamlit_vis_network-0.1.0.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for streamlit_vis_network-0.1.0.tar.gz
Algorithm Hash digest
SHA256 2e3ca68feede4ec180d41eca62e657145c4abe1b4283edc1e1d95325ebce0124
MD5 f6479628d478dc964faf97b3e0bb785e
BLAKE2b-256 75bcd273f74f70a16cab0917e0f8ea16540178a088cdaaafecd76eed7792def1

See more details on using hashes here.

File details

Details for the file streamlit_vis_network-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for streamlit_vis_network-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 92d786595f2dab955d4e93fb1e933d16af18a2a50e5fbfb1e40b523f9189b8a9
MD5 854d32d528444dcfd1c5b01f377f5bc6
BLAKE2b-256 607a44afd14773358ba3a1930c8b466f53fc48ac17927485e2615dc3999daf1e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page