From 16eed823fc8d06bdff26be551f945074027efd3a Mon Sep 17 00:00:00 2001 From: Onur ULUSOY Date: Wed, 16 Oct 2024 13:50:26 +0000 Subject: [PATCH] feat: Added some information text to quicstart --- upsonic_on_prem/dash/app/templates/home.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/upsonic_on_prem/dash/app/templates/home.html b/upsonic_on_prem/dash/app/templates/home.html index 45748b0..6fa9b41 100644 --- a/upsonic_on_prem/dash/app/templates/home.html +++ b/upsonic_on_prem/dash/app/templates/home.html @@ -62,14 +62,15 @@

Connection Code

Quick Start

-

With this you will able to see your first function in Upsonic

+

With this, you will able to see your first function in Upsonic.

- +

1) Install Upsonic Python SDK

+

Use this code in your console or jupyter file via `!`.

pip3 install upsonic=={{version}}
@@ -81,6 +82,7 @@

1) Install Upsonic Python SDK

2) Connect to Upsonic

+

You can use this in any python runtime like jupyter, python, etc.

{{the_connection_code}}
@@ -90,6 +92,7 @@

2) Connect to Upsonic

3) Send your first function

+

It's just an example. You can send any function you want.


@@ -109,7 +112,7 @@ 

3) Send your first function

4) Refresh The Page

-

This page will automaticaly reload after your action

+

This page will automaticaly reload after your action.