Skip to main content

Link-based sharing of `plotly` plots with a private web app

Project description

plotlyshare

Downloads

The purpose of this package is to provide a seamless way to share interactive plotly plots, providing a similar experience to google docs/etc.

This requires a free account on deta space: https://deta.space, which is essentially a personal cloud computer at no cost.

The idea is to preserve the interactivity and responsiveness of plotly plots with the ease of link-based sharing and without all the hassle of sending an html file, or worse, a static image/document.

To use this, first run python -m plotlyshare setup and install plotlyshare on deta space . And then whenever making a plot,

...
import plotly.express as px
import plotly.graph_objects as go
import plotlyshare
...
fig = px.line(...)
fig = go.Figure(...)
fig.show(renderer='plotlyshare')

and that's it, the package will upload your plot to your instance of plotlyshare running in deta space and assign it a randomly generated name (which can be edited from the app's page) It will print the name that was generated and the direct link to the plot, ready to share with anyone.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

plotlyshare-1.0.10.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

plotlyshare-1.0.10-py3-none-any.whl (5.6 kB view details)

Uploaded Python 3

File details

Details for the file plotlyshare-1.0.10.tar.gz.

File metadata

  • Download URL: plotlyshare-1.0.10.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.6

File hashes

Hashes for plotlyshare-1.0.10.tar.gz
Algorithm Hash digest
SHA256 f43dd358727437bc143b9a81b620459bc0ae59a1c6e0255e6f40ff2697863b4b
MD5 cfde2ea43d9913ad33bd5cf224bed589
BLAKE2b-256 0849a1ac3172b290122a4d9dbfca50dc7fe03895ee5e8e81f82f9bec5ff939ec

See more details on using hashes here.

File details

Details for the file plotlyshare-1.0.10-py3-none-any.whl.

File metadata

File hashes

Hashes for plotlyshare-1.0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 0e35cc052f320f73172427c4197320846fa2345f30c0a01b7ed6e9138647092d
MD5 c0cfa628174375197cdc1883e94574e5
BLAKE2b-256 a481efa25249a6b5d2b44e38ecff10772a8b2ca3c4a62cbbe3460647968551d8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page