Harald Schilly

Results 166 comments of Harald Schilly

IIRC, I didn't get the pexpect kernel to work with the newer GAPs. It's an abandoned project. py-gap is maybe worth a try. well, not really, py-gap requires us to...

Well, I'm talking about the "Try" buttons on the features landing pages. I'll see if I can fix this with a few changes.

well, this is more general than just attachments. Right now I'm debugging a case, where an "output" is getting too large. i.e. ``` { "cell_type": "code", "execution_count": 5, "metadata": {...

If such an editor setting is stored in the account, I wonder what should happen if several collaborators edit the same file. Edit war? Alternative idea: support https://editorconfig.org/ from within...

ad running in the frontend: the possibility of supporting config files is lost when run on the frontend. for that, the directory has to change, though. that's similar to #5922

well, this just gets more severe, since [sage 9.6 installs 7.1](https://github.com/sagemath/sage/blob/develop/build/pkgs/jupyter_client/package-version.txt)

what you want is to embed comments into a rich-text document, but with the .md files you are editing the source code of it -- that's where such comments would...

ok, I was able to use the debugger. The point is, there is a situation where ``` e.event # that's where "props.event.event.indexOf("project")" is in the source code ``` is just...

The notebook I linked to, those examples are straight from the documentation. The last cell is the one with more output, i.e. above that threshold.

I don't think this is a dup. Here is the implementation of nbAgg: https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/backends/backend_nbagg.py I've changed the title to interactive plots instead of widgets, too.