Skip to content

How can you run multiple Mercury Apps at the same time on different ports? #481

@hmanz

Description

@hmanz

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:

  1. Navigate to folder A where the first set of notebooks are
  2. mercury run 123.456.789:80
  3. We get a dashboard with those notebooks in folder A, which is what we want.
  4. Navigate to folder B where the second set of notebooks are
  5. 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.

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions