#TIL that in #Elixr #Livebook, if you try to implement a protocol, you'll get an error because the protocol has already been consolidated.
To get around it, add consolidate_protocols: false to the Mix.install() stanza in the setup block.
#til
#elixr
#livebook