Customize your app's branding by easily adding your own logo, background, font and colors, or choose from our theme library for stunning UIs every time.
Once you're ready to share your app, hit "Share" and generate an online version hosted in a custom subdomain. Connect multiple apps and automatically generate navigation between tools.
Safely store sensitive keys, tokens and passwords. Environment variables are accessible from any script 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
Write Python code on the left, define date time and frequency on the right. Literally, that simple.
Write Python code, get an endpoint URL. Control permissions with username and password parameters.
Create tables and schemas visually, with the data types you need. Query your data from inside your Python scripts, no SQL needed.