aleDsz commited on
Commit
fb21f46
1 Parent(s): cf63a57

Remove data folder

Browse files
Files changed (2) hide show
  1. data/.gitkeep +0 -0
  2. data/smart_cell.livemd +0 -15
data/.gitkeep DELETED
File without changes
data/smart_cell.livemd DELETED
@@ -1,15 +0,0 @@
1
- # SmartCell
2
-
3
- ```elixir
4
- Mix.install([
5
- {:kino_db, "~> 0.1.3"},
6
- {:postgrex, "~> 0.16.3"}
7
- ])
8
- ```
9
-
10
- ## Postgres
11
-
12
- <!-- livebook:{"attrs":{"type":"postgres","port":5432,"variable":"conn"},"kind":"Elixir.KinoDB.ConnectionCell","livebook_object":"smart_cell"} -->
13
-
14
- ```elixir
15
- ```