SayaliSonawane / Plotly_Offline_Python

This repository provide tutorials regarding using Plotly offline package in python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creating offline Data Visualisations using plotly offline package in python: This repository consist of examples to create data visualisation in python using offline plotly package. Output of each example will be stored in html file.

Installation

Install Plotly using following commands:

$ pip install plotly
or
$ sudo pip install plotly
or
$ easy_install plotly

Plotly's Python package is updated frequently! To upgrade, run:

$ pip install plotly --upgrade

About

This repository provide tutorials regarding using Plotly offline package in python.


Languages

Language:HTML 75.3%Language:Jupyter Notebook 24.7%Language:Python 0.1%