{"id":19722012,"url":"https://github.com/datajoint/datajoint-dashboard","last_synced_at":"2025-08-03T15:37:30.036Z","repository":{"id":48337751,"uuid":"319493184","full_name":"datajoint/datajoint-dashboard","owner":"datajoint","description":"Developing tool to build a Plotly Dash app for a DataJoint pipeline","archived":false,"fork":false,"pushed_at":"2021-07-31T15:14:29.000Z","size":224,"stargazers_count":3,"open_issues_count":3,"forks_count":6,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-04-05T19:51:12.849Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/datajoint.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-08T01:39:06.000Z","updated_at":"2023-01-03T00:55:21.000Z","dependencies_parsed_at":"2022-09-16T00:03:11.385Z","dependency_job_id":null,"html_url":"https://github.com/datajoint/datajoint-dashboard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datajoint%2Fdatajoint-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datajoint%2Fdatajoint-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datajoint%2Fdatajoint-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datajoint%2Fdatajoint-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datajoint","download_url":"https://codeload.github.com/datajoint/datajoint-dashboard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251592902,"owners_count":21614441,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T23:16:13.577Z","updated_at":"2025-04-29T22:30:33.737Z","avatar_url":"https://github.com/datajoint.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# datajoint-dashboard\nDeveloping toolbox to build a Plotly Dash app for a DataJoint pipeline\n\nA simple example to build a page for DataJoint table subject.Subject:\n\n```\nimport dash\nimport dash_bootstrap_components as dbc\nfrom pipeline import lab, subject      # import all modules that the target tables may depend on\nfrom datajoint_dashboard.templates import TableBlock\n\napp = dash.Dash(__name__,\n                external_stylesheets=[dbc.themes.BOOTSTRAP],\n                suppress_callback_exceptions=True)\n\napp.layout = TableBlock(subject.Subject, app)\n\nif name == '__main__':\n    app.run_server(port='8050')\n```\n\nRun the script, open your broswer and visit http://localhost:8050, You will get a page like this:\n![page preview](images/page_preview.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatajoint%2Fdatajoint-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatajoint%2Fdatajoint-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatajoint%2Fdatajoint-dashboard/lists"}