# Getting started ## Intro From the quicklaunch Home page you can open workspace tools, such as code editor or terminal
Demo: Workspace UI

wid-ui.png

The main code editor of this workspace is [Code-server](https://github.com/cdr/code-server)
Demo: Code-server

Code-server demo

Workspace has full-size browser-base terminal

Base-Workspace terminal

## Streamlit Open terminal, and launch example streamlit application ``` streamlit run /home/examples/uber.py ``` Open running Streamlit app from the quickstart page

Start Steamlit

You can luanch any Streamlit app, annd use quickstart page to quickly ope the app.