We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While reviewing #1966, I found something funny: if there is an existing Kedro Viz server running, kedro viz run will open that one.
kedro viz run
I was trying to evaluate the behavior of kedro viz run --lite, and the result was that I was getting redirected to the non-lite version.
kedro viz run --lite
Either
kedro viz run redirects me to the existing server.
The text was updated successfully, but these errors were encountered:
Completed in: #2176
Sorry, something went wrong.
SajidAlamQB
No branches or pull requests
Description
While reviewing #1966, I found something funny: if there is an existing Kedro Viz server running,
kedro viz run
will open that one.Context
I was trying to evaluate the behavior of
kedro viz run --lite
, and the result was that I was getting redirected to the non-lite version.Steps to Reproduce
kedro viz run
in one terminalkedro viz run
in another terminalExpected Result
Either
kedro viz run
complains that the port is in use, orkedro viz run
gets launched in another portActual Result
kedro viz run
redirects me to the existing server.The text was updated successfully, but these errors were encountered: