%load_ext autoreload
%autoreload 2from pytrade.table import repos_table
from pytrade.enums import ProjectStatusPlotting LibrariesΒΆ
Disclaimer: I am the creator of
pfund-plot
REPOS = {
"plotly": {
"github": "plotly/plotly.py",
"Status": ProjectStatus.ACTIVE,
},
"bokeh": {
"github": "bokeh/bokeh",
"Status": ProjectStatus.ACTIVE,
},
"altair": {
"github": "vega/altair",
"Status": ProjectStatus.ACTIVE,
},
"hvplot": {
"github": "holoviz/hvplot",
"Status": ProjectStatus.ACTIVE,
},
"pfund-plot": {
"github": "PFund-Software-Ltd/pfund-plot",
"Status": ProjectStatus.ACTIVE,
},
"matplotlib": {
"github": "matplotlib/matplotlib",
"Status": ProjectStatus.ACTIVE,
},
"plotnine": {
"github": "has2k1/plotnine",
"Status": ProjectStatus.ACTIVE,
},
"pyecharts": {
"github": "pyecharts/pyecharts",
"Status": ProjectStatus.ACTIVE,
},
"perspective": {
"github": "perspective-dev/perspective",
"Status": ProjectStatus.ACTIVE,
},
}
repos_table(REPOS)Loading...
DashboardsΒΆ
REPOS = {
"streamlit": {
"github": "streamlit/streamlit",
"Status": ProjectStatus.ACTIVE,
},
"gradio": {
"github": "gradio-app/gradio",
"Status": ProjectStatus.ACTIVE,
},
"dash": {
"github": "plotly/dash",
"Status": ProjectStatus.ACTIVE,
},
"panel": {
"github": "holoviz/panel",
"Status": ProjectStatus.ACTIVE,
},
"taipy": {
"github": "avaiga/taipy",
"Status": ProjectStatus.ACTIVE,
},
"shiny": {
"github": "posit-dev/py-shiny",
"Status": ProjectStatus.ACTIVE,
},
"solara": {
"github": "widgetti/solara",
"Status": ProjectStatus.ACTIVE,
},
}
repos_table(REPOS)Loading...
Data ExplorationΒΆ
REPOS = {
"data-formulator": {
"github": "microsoft/data-formulator",
"Status": ProjectStatus.ACTIVE,
},
"pygwalker": {
"github": "Kanaries/pygwalker",
"Status": ProjectStatus.ACTIVE,
},
"lumen": {
"github": "holoviz/lumen",
"Status": ProjectStatus.ACTIVE,
},
"fg-data-profiling": {
"github": "Data-Centric-AI-Community/fg-data-profiling",
"Status": ProjectStatus.ACTIVE,
},
}
repos_table(REPOS)Loading...