Learn about the types of cells you have at your disposal to build workflows with ease!
There are four different types of
,
which can be combined in countless ways to build a workflow catered to your
needs and specific use-case.
You can string together multiple cells and prompts to process, structure, and
visualize your data in steps!
Cell Type
Purpose
Prompt
Used to prompt and instruct Julius on what to do (eg. structure the data / clean the data / format visualizations)
File Prompt
Used to prompt the user to upload a file or select a file from their existing Julius files to use in the workflow
User Prompt
Used to prompt the User for a response
Markdown
Used to provide information (eg. text, images, videos) to the user using simple markdown
Used to prompt and instruct Julius on what to do (structure the data, process user inputs, create charts/visualizations, etc.)
This prompt tells Julius to validate that the data is consistent:
This prompt tells Julius to use the user inputs from a previous cell:
File Prompts instruct users to upload their file, select an existing file, or connect their datasource.
This File prompt instructs the user to upload / select the file:
User Prompts ask for user inputs. Typically used to instruct Julius on how to proceed between cells.
This User Prompt asks the user what Julius should do next:
Markdown allows the creator to add text, images, and embed videos within their workflow! Typically used to provide guidance / additional instructions for the user!
Format your Markdown using Bold, Italics, Code, LaTeX and
Block Quotes
Add Bullet Points and Numbered Lists
Upload Images
Insert YouTube videos via link
This Markdown Prompt from the
Cohort Analysis template
informs the user why it’s necessary to prep the data!
This Data Cleaner workflow uses a combination of File Prompts, User Prompts, and AI Prompts!