William Stein

Results 812 comments of William Stein

See the docs https://jupyterlab.readthedocs.io/en/stable/user/debugger.html I'm changing this to a bug, since any feature/functionality of real value that JupyterLab has, but CoCalc-Jupyter does not have, is a bug. Our goal with...

There are some subtle issues with the jupyterlab debugger, which we need to keep in mind: https://github.com/jupyterlab/jupyterlab/issues/10501

WORKAROUND: Hit the space bar and everything is back to normal. All that is happening is that there are no displayed matches, but the mentions search is still fully active....

> Is it possible to completely terminate mentions search as soon as there are no matches? Yes. But it's not at all clear that this is a good idea. For...

The closest to github would just be to make the left/right arrow keys *always* close the mentions popup (like escape). That's very easy to implement. It breaks using the keyboard...

Tagging this as wontfix, because it will be fixed indirectly by creating a sage worksheet style mode (and kernel) for Jupyter notebooks. That will be #6374

I suspect what most book like projects out there would do is just autogenerate ipynb files from some other source material, and they would likely put their own section numbers...

Harald also points out that we should get rid of the font size as well for perfect consistency with jupyterlab. Only indicate sectioning by indentation for the table of contents...

Ironically, the latex implementation in cocalc doesn't have numbering!

The root cause is that we explicitly implemented cocalc so that if you delete/move one file, then all corresponding auxiliary files are deleted/moved. This is a special case of that...