Hello,
I am developing my project 100% in the posit.cloud RStudio IDE, which I love.
I write everything in: script.qmd,
execute: quarto render script.qmd,
then execute: shiny run --reload --launch-browser --port=0 /cloud/project/app.py.
This opens the correct output in a new web tab.
My problem is that, unlike when I was working locally, it opens the shiny dashboard in a different url every time. I was wondering if it is possible to set the target url somehow so that I can same that url. This would improve my workflow as I could have the source code on one screen and the definitive output on another.
Thank you in advance,
Raphaƫl