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

Global log console for custom messages #2

Open
jtpio opened this issue Jul 30, 2020 · 0 comments
Open

Global log console for custom messages #2

jtpio opened this issue Jul 30, 2020 · 0 comments

Comments

@jtpio
Copy link
Member

jtpio commented Jul 30, 2020

The reason for having a separate log console for custom messages comes from the fact that the default log console in JupyterLab tracks notebook widgets:

https://github.com/jupyterlab/jupyterlab/blob/6eec51b81635b6c379b623e3c53cc3589020a111/packages/logconsole-extension/src/index.tsx#L274-L278

This means that the log console is then disabled when the focus is on different type of widget:

default-lab-log-console

In the end this currently called jupyterlab-js-logs extension could actually be a more "global log console" that other plugins could consume to post custom messages.

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

1 participant