William Stein
William Stein
The application name menu and the Help search are just somewhat copies of what macOS does: and All the other menus are mostly inspired by JupyterLab, where it makes sense.
This is a good idea, but I'm changing the title to just JupyterLab (as classic is deprecated).
And adding vscode, as vscode is uniquely good at some things (e.g., LSP support), and easy to fully support.
Maybe public code execution should be deprecated.
This page and its links are VERY good: https://www.edu-apps.org/code.html
Still very reasonable to do. Multiple people have tried and failed to do something actually useful at this point though, so I suspect this will not happen without significant financial...
WORKAROUND: Click the "Text" checkbox, and you can see the kernel in the JSON: But yes, it would be good to render more info about the state of the notebook...
Nothing happened and no requests, but still seems like a reasonable idea.
I think I still haven't implemented this, and definitely should.
Definitely even today CoCalc just silently ignores such output. This is how to accomplish things using an actual output, by the way: ```py import ipywidgets as widgets out = widgets.Output()...