https://github.com/mnishiguchi/livebooks
My collection of Livebooks
https://github.com/mnishiguchi/livebooks
elixir livebook
Last synced: 4 months ago
JSON representation
My collection of Livebooks
- Host: GitHub
- URL: https://github.com/mnishiguchi/livebooks
- Owner: mnishiguchi
- Created: 2022-12-13T12:28:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T09:17:21.000Z (almost 2 years ago)
- Last Synced: 2025-10-05T08:37:44.061Z (9 months ago)
- Topics: elixir, livebook
- Language: Shell
- Homepage:
- Size: 184 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Livebooks
My collection of [Livebooks](https://livebook.dev).
[](https://livebook.dev/run?url=https%3A%2F%2Fgithub.com%2Fmnishiguchi%2Flivebooks%2Fblob%2Fmain%2Fnotebooks%2Findex.livemd)
## Getting started
```bash
git clone https://github.com/mnishiguchi/livebooks.git mnishiguchi_livebooks
```
```bash
cd mnishiguchi_livebooks
```
```bash
bin/setup
```
## Start a Livebook server
```bash
bin/server
```
Visit http://localhost:8080/
Secret cookie is `mnishiguchi`
## Start an interactive Elixir shell
```bash
bin/iex
```
## Update Livebook
```bash
bin/update
```