Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to hosted sandbox to Quickstart guide #1478

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/getting_started/quickstart_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ next-page-title: Getting started with workflow development

In this guide, you will create and run a Flyte workflow in a local Python environment to generate the output "Hello, world!"

```{note}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's use the original formatting used from before:

````{dropdown} Want to try Flyte on the browser?
:title: text-muted
:animate: fade-in-slide-down

```{link-button} https://sandbox.union.ai/
---
classes: try-hosted-flyte btn-warning btn-block
text: Hosted Flyte Sandbox
---
```
```{div} text-muted
*Courtesy of [Union.ai](https://www.union.ai/)*
```
````


To try Flyte in a hosted environment, see the [Union Cloud sandbox](https://sandbox.union.ai/).

```

## Prerequisites

* [Install Python 3.8x or higher](https://www.python.org/downloads/)
Expand Down
Loading