Streamlit's chemui component
Project description
streamlit-chemui
Streamlit component that allows you to do X
Installation instructions
pip install streamlit-chemui
Usage instructions
import json
import streamlit as st
from chemui import ChemList, Smiles
DemoCSV = {
"visual_data": [
{
"name": "csv的Demo名称",
"description": "csv的Demo内容描述",
"files": [
{
"type": "CSV",
"name": "csv的展示名称",
"description": "csv的展示描述",
"path": "http://localhost:5500/CDK9_actives.csv",
"download_url": "http://localhost:5500/CDK9_actives.csv",
"format": "csv"
}
],
"download_url": "http://localhost:5500/CDK9_actives.csv"
}
]
};
DemoCSV1 = json.dumps(DemoCSV)
ChemList(DemoCSV)
import json
import streamlit as st
from chemui import ChemList, Smiles
Smiles("CC(=O)OC1=CC=CC=C1C(=O)O")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file streamlit-chemui-0.0.1.tar.gz.
File metadata
- Download URL: streamlit-chemui-0.0.1.tar.gz
- Upload date:
- Size: 8.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69c27d427636ee0af7c56b54755f609ea4ce7cc81b8e8a21e3851bb7b881f249
|
|
| MD5 |
718ff9d6a773101d3de282a5cbfc2cc5
|
|
| BLAKE2b-256 |
9608f26fdacb3e84d8fc78366dba30795baf70b93748f481f1dc5b0b72d28de4
|
File details
Details for the file streamlit_chemui-0.0.1-py3-none-any.whl.
File metadata
- Download URL: streamlit_chemui-0.0.1-py3-none-any.whl
- Upload date:
- Size: 13.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04618023a2e50339bb5399f27b10e54e65fbd9cabe0d6ad9c8d685c1af53b24f
|
|
| MD5 |
7aadfdf5a90c7b23385990717f368096
|
|
| BLAKE2b-256 |
46349746121f6515746f97cfa6e58b91c7355d2b88dd506915b25784e20394ce
|