Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/acalejos/awesome-livebook
- Owner: acalejos
- Created: 2024-02-12T22:56:36.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-03T05:15:24.000Z (4 months ago)
- Last Synced: 2024-12-10T11:06:51.721Z (11 days ago)
- Language: Elixir
- Size: 7.81 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.eex
Awesome Lists containing this project
- ultimate-awesome - awesome-livebook - Find awesome tooling built for Elixir's Livebook Interactive Notebooks. (Programming Language Lists / Elixir Lists)
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 %>