Problem
Many extension examples use JS console. The logs in JS console are not visible to users.
Proposed Solution
Explore a way to show console results in UI by adding https://github.com/jupyterlab-contrib/jupyterlab-js-logs to binder/lite deployments
Additional context
https://github.com/jupyterlab-contrib/jupyterlab-js-logs may need be upgraded to JupyterLab 4
Another solution could be to change examples to use alert() dialogs but this can be a bit too annoying once multiple of them show up.
Problem
Many extension examples use JS console. The logs in JS console are not visible to users.
Proposed Solution
Explore a way to show console results in UI by adding https://github.com/jupyterlab-contrib/jupyterlab-js-logs to binder/lite deployments
Additional context
https://github.com/jupyterlab-contrib/jupyterlab-js-logs may need be upgraded to JupyterLab 4
Another solution could be to change examples to use
alert()dialogs but this can be a bit too annoying once multiple of them show up.