Skip to content

Commit

Permalink
feat: Added some information text to quicstart
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Oct 16, 2024
1 parent e3f4af3 commit 16eed82
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions upsonic_on_prem/dash/app/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,15 @@ <h1 class="uk-h2 uk-margin text-foreground">Connection Code</h1>
<div uk-grid class="uk-margin-medium-bottom">
<div class="uk-width-expand">
<h1 class="uk-h2 uk-margin text-foreground">Quick Start</h1>
<p class="uk-text-lead">With this you will able to see your first function in Upsonic</p>
<p class="uk-text-lead">With this, you will able to see your first function in Upsonic.</p>
</div>
</div>



<div class="uk-margin-large-top">
<h1 class="uk-h2 uk-margin text-foreground ">1) Install Upsonic Python SDK</h1>
<p class="uk-text-lead">Use this code in your console or jupyter file via `!`.</p>
<div class="custom_code_block uk-card">
<div class="custom_code_block_code">
<div class="highlight"><pre class="chroma"><pre><code class="language-python">pip3 install upsonic=={{version}}</code></pre></div>
Expand All @@ -81,6 +82,7 @@ <h1 class="uk-h2 uk-margin text-foreground ">1) Install Upsonic Python SDK</h1>

<div class="uk-margin-large-top">
<h1 class="uk-h2 uk-margin text-foreground ">2) Connect to Upsonic</h1>
<p class="uk-text-lead">You can use this in any python runtime like jupyter, python, etc. </p>
<div class="custom_code_block uk-card">
<div class="custom_code_block_code">
<div class="highlight"><pre class="chroma"><pre><code class="language-python">{{the_connection_code}}</code></pre></div>
Expand All @@ -90,6 +92,7 @@ <h1 class="uk-h2 uk-margin text-foreground ">2) Connect to Upsonic</h1>

<div class="uk-margin-large-top">
<h1 class="uk-h2 uk-margin text-foreground ">3) Send your first function</h1>
<p class="uk-text-lead">It's just an example. You can send any function you want.</p>
<div class="custom_code_block uk-card">
<div class="custom_code_block_code">
<div class="highlight"><pre class="chroma"><pre><code class="language-python">
Expand All @@ -109,7 +112,7 @@ <h1 class="uk-h2 uk-margin text-foreground ">3) Send your first function</h1>
<div class="uk-margin-large-top">
<h1 class="uk-h2 uk-margin text-foreground ">4) Refresh The Page </h1>

<p class="uk-text-lead">This page will <b>automaticaly</b> reload after your action</p>
<p class="uk-text-lead">This page will <b>automaticaly</b> reload after your action.</p>
<div uk-spinner class="uk-margin-medium-left uk-margin-medium-top"></div>

</div>
Expand Down

0 comments on commit 16eed82

Please sign in to comment.