5 Minute Quickstart: The fastest crash course for Einblick
Logging In
Einblick is a browser based application. We recommend our users use Chrome or Edge (or another Chromoium browser) to access the platform. To access the online platform, visit app.einblick.ai.
Creating a New Canvas and Upload Data
Simply click the New canvas
button to make a new workspace. You can rename this workspace.
Then, hit the +
button to upload your dataset (or connect to a database).
Start Using Python Cells
Bring your dataset into Python by selecting the dataset as an input and naming the dataframe.
To add more cells, simply click on the Python cell
button below the current Python cell in order to make a new cell below.
Make a Table and AutoML
Click on the Table
button, and a quick preview will generate. You can drag columns out from the table to visualize the columns.
You can also select advanced no-code Cells from the drop down as well, such as drawing an AutoML cell.
Manage the Python Environment
Change the Python version, install / import packages, and set up secret variables from the Mange environment
tab.