Replies: 1 comment 1 reply
-
When you execute the first cell, it should automatically connect to the attached runtime, no? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A common use case we found for the
attached
mode is starting the Livebook server with a given notebook and with a remote node already chosen. However, one last blocker for a fully streamlined and automated launch into a notebook connected to a remote node, is that the user still has to manually press "Connect" in the UI.It would be great if there was a command line arg / env variable to enable auto connecting to the node supplied in
--default-runtime
on startup.Beta Was this translation helpful? Give feedback.
All reactions