From df2aad27fa26419387b2795f1177029fb78dc8a2 Mon Sep 17 00:00:00 2001 From: lostmygithubaccount Date: Fri, 16 Aug 2024 04:10:09 +0000 Subject: [PATCH] deploy: a4434685b98bc042d104721c4c7c15acc96aa828 --- onboarding.html | 2 +- search.json | 4 ++-- slides.html | 4 ++-- slides/synthetic-data/index.html | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/onboarding.html b/onboarding.html index 6d78bf0..2b77988 100644 --- a/onboarding.html +++ b/onboarding.html @@ -164,7 +164,7 @@

Installation

just setup

And activate the virtual environment:

. .venv/bin/activate
-

Then the icarus CLI is available. Use it to generate data and run stuff.

+

The icarus CLI is now available.

Generating synthetic data

diff --git a/search.json b/search.json index 3894a45..f2d8733 100644 --- a/search.json +++ b/search.json @@ -88,7 +88,7 @@ "href": "onboarding.html", "title": "Onboarding", "section": "", - "text": "Welcome to Icarus!\n\n\nClone the repo:\ngh repo clone lostmygithubaccount/Icarus\nChange into it:\ncd Icarus\n\n\n\nInstall just. Then:\njust setup\nAnd activate the virtual environment:\n. .venv/bin/activate\nThen the icarus CLI is available. Use it to generate data and run stuff.\n\n\n\nRun:\nicarus gen\n\n\n\nRun:\nicarus etl\n\n\n\nRun:\nicarus app" + "text": "Welcome to Icarus!\n\n\nClone the repo:\ngh repo clone lostmygithubaccount/Icarus\nChange into it:\ncd Icarus\n\n\n\nInstall just. Then:\njust setup\nAnd activate the virtual environment:\n. .venv/bin/activate\nThe icarus CLI is now available.\n\n\n\nRun:\nicarus gen\n\n\n\nRun:\nicarus etl\n\n\n\nRun:\nicarus app" }, { "objectID": "onboarding.html#setup", @@ -102,7 +102,7 @@ "href": "onboarding.html#installation", "title": "Onboarding", "section": "", - "text": "Install just. Then:\njust setup\nAnd activate the virtual environment:\n. .venv/bin/activate\nThen the icarus CLI is available. Use it to generate data and run stuff." + "text": "Install just. Then:\njust setup\nAnd activate the virtual environment:\n. .venv/bin/activate\nThe icarus CLI is now available." }, { "objectID": "onboarding.html#generating-synthetic-data", diff --git a/slides.html b/slides.html index 166eeac..d702896 100644 --- a/slides.html +++ b/slides.html @@ -212,7 +212,7 @@

Slides

- + Icarus @@ -220,7 +220,7 @@

Slides

  - + Icarus Synthetic Data diff --git a/slides/synthetic-data/index.html b/slides/synthetic-data/index.html index e1aa94d..1ef4f69 100644 --- a/slides/synthetic-data/index.html +++ b/slides/synthetic-data/index.html @@ -424,7 +424,7 @@

how

It’s just Python code

Icarus Synthetic Data is just Python code, making it easy to fork and customize.

-
+
import os
 import ibis
 import ibis.selectors as s
@@ -451,7 +451,7 @@ 

Steps

seed data

Stored as a Python dictionary.

-
+
from icarus.synthetic_data.seed import data
 
 print(data)