-
Add options to cli to inject input parameters at runtime and allow parameterized livebooks to programmatically execute a workflow/broadway multi-stage data pipeline.
Basically, allow livebooks wit…
-
First of all, THANK YOU for this book!
I downloaded the examples as a zip file from Manning's resources (`GrokFP_examples_rev210715`). Running `sbt console` and trying out the examples don't seem t…
-
:wave: Hi!
I believe this would be a feature request, and I'm unclear whether issue tracker is the correct place to raise this?
## Context
Let's say we've 2-3 heavy DB queries and I want to c…
-
I am getting the following error when attempting to install axon_onnx in livebook.
== Compilation error in file lib/axon_onnx/shared.ex ==
** (CompileError) lib/axon_onnx/shared.ex:58: undefined …
-
x86_64 board is Qemu.
nerves_livebook v0.11.0
$ git clone https://github.com/nerves-livebook/nerves_livebook.git
$ cd nerves_livebook
$ export MIX_TARGET=x86_64
$ mix deps.get
$ mix firmware.…
-
How is this implemented? https://livebook.manning.com/book/learn-ai-assisted-python-programming/chapter-6/v-3/5
-
While learning about Kamal #96 I cannot help but think it's similar to - but simpler than - `K3s`
https://docs.k3s.io -> https://github.com/k3s-io/k3s 🔗
So the question is: is it worth _using_ …
-
In a Livebook (macos, 1.17.3)
```
Mix.install([{:zigler, "~> 0.13.3"}, {:zig_get, "~> 0.13.1"}])
```
```
{"0.14.0-dev.2078+17a87d734", 0} = System.cmd("zig", ["version"])
```
```elixir
…
-
Hello
First, thank you for your efforts
In windows, I can't write on usb or card reader
It does not recognize anything at all
```
> fwup -z
fwup: No memory cards found. Try reinserting the c…
-
- [x] 1D Elementary cellular automaton @KosmonautX
- [x] Ruleset for the 8 possible 3 cell (1 center- 2 neighbour) states (alive/dead representation) @KosmonautX
- [x] visualisation of rule…