Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/acalejos/awesome-livebook

Find awesome tooling built for Elixir's Livebook Interactive Notebooks
https://github.com/acalejos/awesome-livebook

List: awesome-livebook

Last synced: 4 days ago
JSON representation

Find awesome tooling built for Elixir's Livebook Interactive Notebooks

Awesome Lists containing this project

README

        

# Awesome Livebook

[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)

<%= @description %>

## Table of Contents

<%= for {section_name, _items} <- @sections do %>
- [<%= section_name %>](#<%= String.downcase(section_name) %>)
<% end %>

<%= for {section_name, items} <- @sections do %>
## <%= section_name %>

<%= for item <- items do %>
- **[<%= item["name"] %>](<%= item["url"] %>)**<%= if Map.has_key?(item, "description") do %> - <%= item["description"] %><% end %> <%= if Map.has_key?(item, "tags") and item["tags"] != [] do %> - _Tags: <%= Enum.join(item["tags"], ", ") %>_<% end %> <%= if Map.has_key?(item, "type") do %><%= if item["type"] == "official" do %> ![Official](https://img.shields.io/badge/Official-blue) <% else %> ![Community](https://img.shields.io/badge/Community-green) <% end %><% end %>
<% end %>
<% end %>