Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hackersandslackers/plotly-chartstudio-tutorial
📈 📊 Create Cloud-hosted Charts with Plotly Chart Studio.
https://github.com/hackersandslackers/plotly-chartstudio-tutorial
data-analysis data-science data-visualization pandas pandas-python plotly plotly-chart-studio plotly-python tutorial
Last synced: about 2 months ago
JSON representation
📈 📊 Create Cloud-hosted Charts with Plotly Chart Studio.
- Host: GitHub
- URL: https://github.com/hackersandslackers/plotly-chartstudio-tutorial
- Owner: hackersandslackers
- License: mit
- Created: 2020-09-02T06:43:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T05:44:09.000Z (about 2 months ago)
- Last Synced: 2024-10-29T06:26:39.295Z (about 2 months ago)
- Topics: data-analysis, data-science, data-visualization, pandas, pandas-python, plotly, plotly-chart-studio, plotly-python, tutorial
- Language: Python
- Homepage:
- Size: 377 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Plotly Chart Studio Tutorial
![Python](https://img.shields.io/badge/Python-v3.8-blue.svg?logo=python&longCache=true&logoColor=white&style=flat-square&colorA=4c566a&colorB=5e81ac)
![Plotly](https://img.shields.io/badge/Plotly-v4.9.0-blue.svg?logo=python&longCache=true&logoColor=white&style=flat-square&colorA=4c566a&colorB=5e81ac)
![Pandas](https://img.shields.io/badge/Pandas-v1.1.1-blue.svg?logo=pandas&longCache=true&logoColor=white&style=flat-square&colorA=4c566a&colorB=B48EAD)
![GitHub Last Commit](https://img.shields.io/github/last-commit/google/skia.svg?logo=github&style=flat-square&colorA=4c566a&colorB=a3be8c)
[![GitHub Issues](https://img.shields.io/github/issues/hackersandslackers/plotly-chartstudio-tutorial.svg?logo=github&style=flat-square&colorA=4c566a&colorB=ebcb8b)](https://github.com/hackersandslackers/plotly-chartstudio-tutorial/issues)
[![GitHub Stars](https://img.shields.io/github/stars/hackersandslackers/plotly-chartstudio-tutorial.svg?logo=github&style=flat-square&colorA=4c566a&colorB=ebcb8b)](https://github.com/hackersandslackers/plotly-chartstudio-tutorial/stargazers)
[![GitHub Forks](https://img.shields.io/github/forks/hackersandslackers/plotly-chartstudio-tutorial.svg?logo=github&style=flat-square&colorA=4c566a&colorB=ebcb8b)](https://github.com/hackersandslackers/plotly-chartstudio-tutorial/network)Use Pandas and Plotly to create cloud-hosted data visualizations on demand in Python. Source for the accompanying tutorial: https://hackersandslackers.com/plotly-chart-studio/
![Plotly Chart Studio](./.github/[email protected])
## Installation
**Installation via `requirements.txt`**:
```shell
$ git clone https://github.com/hackersandslackers/plotly-chartstudio-tutorial.git
$ cd plotly-chartstudio-tutorial
$ python3 -m venv myenv
$ source myenv/bin/activate
$ pip3 install -r requirements.txt
$ python3 main.py
```**Installation via [Pipenv](https://pipenv-fork.readthedocs.io/en/latest/)**:
```shell
$ git clone https://github.com/hackersandslackers/plotly-chartstudio-tutorial.git
$ cd plotly-chartstudio-tutorial
$ pipenv shell
$ pipenv update
$ python3 main.py
```**Installation via [Poetry](https://python-poetry.org/)**:
```shell
$ git clone https://github.com/hackersandslackers/plotly-chartstudio-tutorial.git
$ cd plotly-chartstudio-tutorial
$ poetry shell
$ poetry update
$ poetry run
```-----
**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.