anaconda-project run default # runs panel
anaconda-project run # runs panel
Even though there is not a command called "default" using the
command name default will run the first command, dashboard.
If instead a command is called "default" that will always be
as the default whether the name is included or not (this is
the original behavior and is unchanged)
@bkreider
This allows us to run a default command (name unkonwn at runtime) and pass arguments
The anaconda-project.yml file might look like
Even though there is not a command called "default" using the command name default will run the first command, dashboard.
If instead a command is called "default" that will always be as the default whether the name is included or not (this is the original behavior and is unchanged)