Powered by AppSignal & Oban Pro
Would you like to see your link here? Contact us

AccessRemote_Attached_node

samples/3_Connect_Attached_node.livemd

AccessRemote_Attached_node

Mix.install([
  {:kino, "~> 0.14.0"}
])

Section

To run the livebook together with a phoenix service, iex --name test@0.0.0.0 --cookie hexacookie -S mix phx.server was running under demo_app project.

Under Runtime settings, test@0.0.0.0 and hexacookie are configured.

As you can see above, you are not be able to install additional dependencies. You are running this service under the existing service.

DemoApp.Repo.config()
DemoAppWeb.PageHTML.home(0)

Yeah! you can run all command inside the app. Which means, you can run the prepared Ecto queries.

Disadvantage is smart features are not allowed in this mode.