Disabling access tokens when running marimo over ssh (via local port forwarding) [SOLVED]
At a glance
A community member is trying to access a marimo notebook running on a remote machine via SSH port forwarding and was prompted with an access token on their local machine. They are wondering if there is a flag to disable this prompt altogether. A community member has provided the answer: marimo edit --no-token.
I am trying to access a marimo notebook running on a remote machine via ssh port forwarding and was prompted with an access token on my local machine. I was wondering if there is a flag to disable this prompt altogether. Thanks!