Cells
Learn about the types of cells you have at your disposal to build Notebooks with ease!
There are five different types of , which can be combined in countless ways to build a Notebook 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 Notebook |
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 |
Code | Used to run Python code |
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 Notebook! 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!