petergy commited on
Commit
e7ebe3b
·
1 Parent(s): 305d481

Add course readme

Browse files
Files changed (1) hide show
  1. daft/README.md +26 -0
daft/README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Learn Daft
2
+
3
+ _🚧 This collection is a work in progress. Please help us add notebooks!_
4
+
5
+ This collection of marimo notebooks is designed to teach you the basics of
6
+ Daft, a distributed dataframe engine that unifies data engineering, analytics & ML/AI workflows.
7
+
8
+ **Help us build this course! ⚒️**
9
+
10
+ We're seeking contributors to help us build these notebooks. Every contributor
11
+ will be acknowledged as an author in this README and in their contributed
12
+ notebooks. Head over to the [tracking
13
+ issue](https://github.com/marimo-team/learn/issues/43) to sign up for a planned
14
+ notebook or propose your own.
15
+
16
+ **Running notebooks.** To run a notebook locally, use
17
+
18
+ ```bash
19
+ uvx marimo edit <file_url>
20
+ ```
21
+
22
+ You can also open notebooks in our online playground by appending marimo.app/ to a notebook's URL.
23
+
24
+ **Authors.**
25
+
26
+ Thanks to all our notebook authors!