Akshay Agrawal commited on
Commit
f773aec
·
unverified ·
2 Parent(s): 51d1ff9 b8aa041

Merge pull request #49 from marimo-team/aka/duckdb-folder

Browse files
Files changed (1) hide show
  1. duckdb/README.md +28 -0
duckdb/README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Learn DuckDB
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
+ DuckDB, a fast in-memory OLAP engine that can interoperate with Dataframes.
7
+ These notebooks also show how marimo gives DuckDB superpowers.
8
+
9
+ **Help us build this course! ⚒️**
10
+
11
+ We're seeking contributors to help us build these notebooks. Every contributor
12
+ will be acknowledged as an author in this README and in their contributed
13
+ notebooks. Head over to the [tracking
14
+ issue](https://github.com/marimo-team/learn/issues/48) to sign up for a planned
15
+ notebook or propose your own.
16
+
17
+ **Running notebooks.** To run a notebook locally, use
18
+
19
+ ```bash
20
+ uvx marimo edit <file_url>
21
+ ```
22
+
23
+ You can also open notebooks in our online playground by appending marimo.app/ to a notebook's URL.
24
+
25
+
26
+ **Authors.**
27
+
28
+ Thanks to all our notebook authors!