Quickstart
These quick instructions will get you up and running with Datapane in a few minutes! Check the in-depth tutorials to learn more. You could also check out our Datapane in 3 minutes video below!
Installation
Datapane's Python library and CLI can be installed using either conda
or pip
on macOS, Windows, or Linux. Datapane supports Python 3.7 - 3.10.
Installing Python
Instructions for installing Python can be found at https://wiki.python.org/moin/BeginnersGuide/Download.
Datapane can be installed with:
Creating an app
Letβs create a simple app. In this scenario, we have a dataset and visualization that we need to share with our colleagues.
Datapane makes generating an app simple β all it takes is the following.
This will generate an HTML file, quickstarter.html
, containing our interactive app:
We can now open our standalone HTML app with a web browser and email it to our colleagues who can do the same.
But what if we want to send a link to our app or embed it instead?
Uploading to Datapane Cloud
Datapane Cloud is free! Share apps privately, or embed them into platforms like Salesforce and Medium.
To get a free API key, Create a free account {:target="_blank"} and login using the following command:
Once we've logged in, the API key will be stored in the current environment.
By using upload()
in place of save()
, our app is uploaded to Datapane Cloud and a shareable link is generated.
We can now send this link to our colleagues or use it to embed our app on another platform.
Next steps
There's much more we can do with Datapane:
- Check out our tutorials
- Browse the Blocks and Templates catalogs
- Explore our community spaces
- We're open-source β browse the Datapane repo