You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello and thank you again for your great work on this project. I was wondering how I can run two Mercury dashboards (each with its own set of notebooks) at the same time on different ports? Right now I do something like this:
Navigate to folder A where the first set of notebooks are
mercury run 123.456.789:80
We get a dashboard with those notebooks in folder A, which is what we want.
Navigate to folder B where the second set of notebooks are
mercury run 123.456.789:8000
--> I would want this to create a new dashboard at the new port with only notebooks from folder B, but instead it just adds the notebooks to the first dashboard we made.