Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Design thoughts #3

Open
jasongrout opened this issue Jun 19, 2018 · 2 comments
Open

Design thoughts #3

jasongrout opened this issue Jun 19, 2018 · 2 comments

Comments

@jasongrout
Copy link
Contributor

@richagadgil asked for my thoughts about the status bar. Here are some:

  • We have one status bar at the bottom of JupyterLab, which changes depending on the active document.
  • We be able to change some settings from the toolbar. For example, a common thing is to have the line/column number in the status bar. Clicking on it can pop up a Goto line dialog.
  • Look at status bars in different applications, particularly code editors. For example, here is my status bar in VS Code:

screen shot 2018-06-19 at 8 29 26 am

* Have an API for extensions to add their own content to the status bar. I can imagine that particularly the current document would want to add content to the status bar. I think perhaps VS Code or Atom may have apis to add things to the status bars?
@ian-r-rose
Copy link
Member

It would also be a natural place to have some kernel busy indicator, as well as some info about collaborators on the currently active document.

@rnazad
Copy link

rnazad commented Oct 6, 2018

I really appreciate the kernel status, and I've commented on how this feature would be useful within a table of contents:
jupyterlab/jupyterlab-toc#1 (comment)

What do you think about adding CPU usage in some form, say, as a numeric % or a colored meter? I often monitor usage externally in a tab or window, so this would be a huge convenience for me (and hopefully others). Thank you.

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

No branches or pull requests

3 participants