Loading external Libraries in LiveBook

Hi, Is it possible to load any external library in Live book , Like Xandra?? If yes then how, if no why?

1 Like

Yes it is. You can simply do something like this to install a library.

Mix.install([{:xandra, "~> 0.13"}])
2 Likes

This resolved my Issue thanks

2 Likes

No problem!