An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# My Livebooks

My collection of [Livebooks](https://livebook.dev).

[![Run in Livebook](https://livebook.dev/badge/v1/blue.svg)](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
```