{"id":19065259,"url":"https://github.com/hackersandslackers/plotly-chartstudio-tutorial","last_synced_at":"2025-04-28T11:27:01.973Z","repository":{"id":37029827,"uuid":"292201460","full_name":"hackersandslackers/plotly-chartstudio-tutorial","owner":"hackersandslackers","description":"📈 📊 Create Cloud-hosted Charts with Plotly Chart Studio.","archived":false,"fork":false,"pushed_at":"2024-10-29T05:44:09.000Z","size":386,"stargazers_count":4,"open_issues_count":18,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-29T06:26:39.295Z","etag":null,"topics":["data-analysis","data-science","data-visualization","pandas","pandas-python","plotly","plotly-chart-studio","plotly-python","tutorial"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hackersandslackers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":["https://www.buymeacoffee.com/hackersslackers"]}},"created_at":"2020-09-02T06:43:37.000Z","updated_at":"2024-06-18T17:31:17.000Z","dependencies_parsed_at":"2023-11-26T09:26:14.530Z","dependency_job_id":"250e61f3-8b0d-4baa-b648-34ab2a51d6fa","html_url":"https://github.com/hackersandslackers/plotly-chartstudio-tutorial","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/hackersandslackers%2Fplotly-chartstudio-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackersandslackers%2Fplotly-chartstudio-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackersandslackers%2Fplotly-chartstudio-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackersandslackers%2Fplotly-chartstudio-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hackersandslackers","download_url":"https://codeload.github.com/hackersandslackers/plotly-chartstudio-tutorial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223772272,"owners_count":17199977,"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":["data-analysis","data-science","data-visualization","pandas","pandas-python","plotly","plotly-chart-studio","plotly-python","tutorial"],"created_at":"2024-11-09T00:49:14.873Z","updated_at":"2024-11-09T00:49:15.378Z","avatar_url":"https://github.com/hackersandslackers.png","language":"Python","readme":"# Plotly Chart Studio Tutorial\n\n![Python](https://img.shields.io/badge/Python-v3.8-blue.svg?logo=python\u0026longCache=true\u0026logoColor=white\u0026style=flat-square\u0026colorA=4c566a\u0026colorB=5e81ac)\n![Plotly](https://img.shields.io/badge/Plotly-v4.9.0-blue.svg?logo=python\u0026longCache=true\u0026logoColor=white\u0026style=flat-square\u0026colorA=4c566a\u0026colorB=5e81ac)\n![Pandas](https://img.shields.io/badge/Pandas-v1.1.1-blue.svg?logo=pandas\u0026longCache=true\u0026logoColor=white\u0026style=flat-square\u0026colorA=4c566a\u0026colorB=B48EAD)\n![GitHub Last Commit](https://img.shields.io/github/last-commit/google/skia.svg?logo=github\u0026style=flat-square\u0026colorA=4c566a\u0026colorB=a3be8c)\n[![GitHub Issues](https://img.shields.io/github/issues/hackersandslackers/plotly-chartstudio-tutorial.svg?logo=github\u0026style=flat-square\u0026colorA=4c566a\u0026colorB=ebcb8b)](https://github.com/hackersandslackers/plotly-chartstudio-tutorial/issues)\n[![GitHub Stars](https://img.shields.io/github/stars/hackersandslackers/plotly-chartstudio-tutorial.svg?logo=github\u0026style=flat-square\u0026colorA=4c566a\u0026colorB=ebcb8b)](https://github.com/hackersandslackers/plotly-chartstudio-tutorial/stargazers)\n[![GitHub Forks](https://img.shields.io/github/forks/hackersandslackers/plotly-chartstudio-tutorial.svg?logo=github\u0026style=flat-square\u0026colorA=4c566a\u0026colorB=ebcb8b)](https://github.com/hackersandslackers/plotly-chartstudio-tutorial/network)\n\nUse Pandas and Plotly to create cloud-hosted data visualizations on demand in Python. Source for the accompanying tutorial: https://hackersandslackers.com/plotly-chart-studio/\n\n![Plotly Chart Studio](./.github/plotly-chartstudio@2x.jpg)\n\n## Installation\n\n**Installation via `requirements.txt`**:\n\n```shell\n$ git clone https://github.com/hackersandslackers/plotly-chartstudio-tutorial.git\n$ cd plotly-chartstudio-tutorial\n$ python3 -m venv myenv\n$ source myenv/bin/activate\n$ pip3 install -r requirements.txt\n$ python3 main.py\n```\n\n**Installation via [Pipenv](https://pipenv-fork.readthedocs.io/en/latest/)**:\n\n```shell\n$ git clone https://github.com/hackersandslackers/plotly-chartstudio-tutorial.git\n$ cd plotly-chartstudio-tutorial\n$ pipenv shell\n$ pipenv update\n$ python3 main.py\n```\n\n**Installation via [Poetry](https://python-poetry.org/)**:\n\n```shell\n$ git clone https://github.com/hackersandslackers/plotly-chartstudio-tutorial.git\n$ cd plotly-chartstudio-tutorial\n$ poetry shell\n$ poetry update\n$ poetry run\n```\n\n-----\n\n**Hackers and Slackers** tutorials are free of charge. If you found this tutorial helpful, a [small donation](https://www.buymeacoffee.com/hackersslackers) would be greatly appreciated to keep us in business. All proceeds go towards coffee, and all coffee goes towards more content.","funding_links":["https://www.buymeacoffee.com/hackersslackers"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackersandslackers%2Fplotly-chartstudio-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackersandslackers%2Fplotly-chartstudio-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackersandslackers%2Fplotly-chartstudio-tutorial/lists"}