Opening links in the same window when running marimo server #8475
Unanswered
priggad-uob
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
We already detect embedded contexts in the frontend ( One question: if navigation stays in the iframe, how would you get back to the home page? Would your parent app handle that, or would we need a back button? |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hi, when I run a marimo server with
marimo editthe home page contains several internal links (e.g. to create a new notebook) that open in a new tab. This seems like a long shot but is there any configuration (or any other options for that matter) that would ensure the links open within the same window?The background to my question is that I am trying to access a remote marimo server via an iframe in a web application and need any navigation to other pages in the marimo app to be within the iframe.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions