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

Extend the Running Sidebar #6876

Closed
Queuecumber opened this issue Jul 23, 2019 · 4 comments · Fixed by #6895
Closed

Extend the Running Sidebar #6876

Queuecumber opened this issue Jul 23, 2019 · 4 comments · Fixed by #6895
Labels
status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Milestone

Comments

@Queuecumber
Copy link
Contributor

I'm currently doing some work on https://github.com/chaoleili/jupyterlab_tensorboard and one thing that we want to add is a list of running tensorboard sessions to the running sidebar. Currently, the hack to make this work is to add a new tab the the sidebar just for managing tensorboards. This is kind of ugly and redundant when there is already a panel for it. What we want to add isnt a kernel or terminal so it doesn't fit in cleanly. I can't seem to find an extension API for adding a new section to the running sidebar, is there one? If not can this be a feature request to add one?

@Madhu94
Copy link
Contributor

Madhu94 commented Jul 23, 2019

Edit: Updating my comment as I misunderstood the first time - you can try taking a look at the running extension.

I'll see if I can find something more precise than this

@Queuecumber
Copy link
Contributor Author

I'm not entirely sure but that looks like an API to add new panels, we are looking to add something new to the existing running panel (the one that list "terminal sessions" and "kernel sessions")

@jasongrout
Copy link
Contributor

Is #6002 helpful? We didn't get it in 1.0, but it's in the queue to be reviewed.

@Queuecumber
Copy link
Contributor Author

yup looks like exactly what I want, I can look into reviving that PR since its been a few months since that guy said anything

@jasongrout jasongrout added this to the 1.2 milestone Sep 16, 2019
@lock lock bot added the status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Oct 16, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants