Iex notebook.exs: where is the _build folder?

While playing around with LiveBook, I exported a notebook and run it with iex --dot-iex ./notebook.exs. I’m using Elixir 1.15.0 on a Mac running Ventura 13.4.1: in which folder are the compiled deps placed? Thanks!

Dependencies installed with Mix.install are cached under file ~/Library/Caches/mix/installs/ : )

2 Likes

Thanks!