How to load my local project modules in livebook?

And use it like we do during iex -S mix run --no-start command for that local project, while using live book.
I am running live book locally, How to achieve this?

You can just give it a short name and connect to it

iex –sname derpycodercookie wubalubadubdub -S mix run —no-start

See how to connect a LiveBook to a node:


P.S. I haven’t used —no-start before. Hope the approach for connecting to it is same as a running node!

2 Likes