William Stein

Results 812 comments of William Stein

Neat - I didn't know they actually ported dash and were using that in wasmer.sh too. I wonder if they are solving all the same problems on my todo list...

I suspect it is dash mainly because of

> (if I understand correctly, dash is only in the https://wasmer.sh/ (the recent website ... i mean , dash is not in the webassembly.sh ) That makes sense, because I...

Copying this comment from [here](https://github.com/sagemathinc/smc/issues/1754#issuecomment-289040575): > So, tests of the kernels use a Python library and Python unit testing. The data that defines the tests is currently embedded as code...

For what it is worth, I implemented fragment id's for all of the editors in CoCalc recently. The format I used for our Jupyter notebooks is ``` #id=some-cell-id ``` That's...

> the process is far from automatic... = hour(s) of pain. Thanks @mmasdeu !

One advantage of a VM over Docker for testing is different CPU architectures and operating systems (eg windows)... I don't know to what extent that matters for Sage right now....

https://xkcd.com/2347/

I would be really happy if somebody who actually works on this also suggests how they would embed comments in the ipynb file, based on their experience... since this sort...