Skip to content
New issue

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

Managing Lifecycle of nvdashboard #63

Open
aroraakshit opened this issue May 23, 2020 · 4 comments
Open

Managing Lifecycle of nvdashboard #63

aroraakshit opened this issue May 23, 2020 · 4 comments

Comments

@aroraakshit
Copy link

Currently there is no way to close an existing nvdashboard process. I have tried multiple ways to close the process but it starts back up again automatically. I believe it is because of ioloop module by Tornado web server.

Please include a safe way to:

  • Shut it down
  • Restart it with a custom port

This will help manage nvdashboard server lifecycle in an independent way (as opposed to being tied to a default port).

@jacobtomlinson
Copy link
Member

Thanks for raising this. Could you share how you are starting the extension? Via Jupyter Lab or standalone?

@aroraakshit
Copy link
Author

The extension is automatically started as part of RAPIDS NGC Container. So I assume within the container it is initiated with the jupyter lab.

@jacobtomlinson
Copy link
Member

Ok thanks. Do you have thoughts on what the most natural feeling way to restart and reconfigure would be?

@aroraakshit
Copy link
Author

From a user experience point of view, a terminal command to restart nvdashboard (and an argument that specifies the new port) that can be executed inside the container where jupyter lab is running, would be great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants