
Product
Socket Now Protects the Chrome Extension Ecosystem
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
streamlit-position-selector-new-new
Advanced tools
Streamlit component for chart position selection and management
Um componente Streamlit para seleção e gerenciamento de posições de gráficos em layouts responsivos.
pip install streamlit-chart-positions
import streamlit as st
from my_component import my_component
# Lista de posições disponíveis para o gráfico
positions = [
"ROW2, COL1", "ROW2, COL2", "ROW2, COL3",
"ROW3, COL1", "ROW3, COL2", "ROW3, COL3",
"ROW4, COL1", "ROW4, COL2", "ROW4, COL3",
"ROW5, COL1", "ROW5, COL2", "FULL ROW 6",
"ROW7, COL1", "ROW7, COL2", "ROW7, COL3",
"ROW1, COL1(Auto Select)", "ROW1, COL2(Auto Select)", "ROW1, COL3(Auto Select)"
]
# Usar o componente
selected_position = my_component(positions=positions, key="chart_positions")
st.write(f"Posição selecionada: {selected_position}")
Para executar em modo de desenvolvimento:
cd template/my_component/frontend
npm install
npm run start
Em outro terminal:
streamlit run template/example.py
Limpe os arquivos antigos:
rmdir /s /q dist
rmdir /s /q streamlit_chart_positions.egg-info
Reconstrua o pacote:
python -m build
Tente publicar novamente:
twine upload dist/*
Se quiser, posso executar esses comandos para você.
Deseja que eu faça isso automaticamente?
FAQs
Streamlit component for chart position selection and management
We found that streamlit-position-selector-new-new demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.