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?

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

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

This resolved my Issue thanks

No problem!