Create the functionalities you need in the easiest way possible. Select widgets from our ever-growing library and place freely into your grid for custom looks.
All your app's logic fits into a simple Python script. Define variables, create functions and set conditions - all in straightforward Python.
Deploy and share without hassle. Hit 'Publish' and share the app's live URL with co-workers and clients. Sit back and watch users get work done.
Our native Connectors instantly plug into what your team already uses. From popular tools' APIs to custom spreadsheet and database integrations, access anything anywhere.
Easily add your own logo, background, font and colors to your app, or choose from our theme library for stunning UIs every time.
Once you're ready to share your Dash, hit "Share" and generate an online version hosted in a custom subdomain. Connect multiple apps to generate navigation between tools.
Safely store sensitive keys, tokens and passwords. Environment variables are accessible for any project within a single workspace.
1
2
3
4
5
6
7
8
import os
api_key = os.environ['SLACK_BOT']
header = { 'Authorization':'Bearer' + api_key
}
Don't settle for less than what you know and love. Easily install and use your favorite pip libraries and public Git repos.
1
2
3
4
5
6
7
8
import numpy
import pandas
import plotly
import selenium
import tensorflow
import pytorch