demo / data /smart_cell.livemd
aleDsz's picture
Change sample notebook mode
bcfa71d unverified
raw
history blame
No virus
273 Bytes
# SmartCell
```elixir
Mix.install([
{:kino_db, "~> 0.1.3"},
{:postgrex, "~> 0.16.3"}
])
```
## Postgres
<!-- livebook:{"attrs":{"type":"postgres","port":5432,"variable":"conn"},"kind":"Elixir.KinoDB.ConnectionCell","livebook_object":"smart_cell"} -->
```elixir
```