Steve Purves
Steve Purves
I've poked at this a bit more in here: https://github.com/executablebooks/thebe/pull/282 @minrk is there are strong reason to stay with karma.js rather than switch to jest. i.e. is testing in headless...
@Miniland1333 cool! and shouldn't take long at all. I suggest bringing your PR in, and then i'll port the few test I have to your jest setup and then we...
@Miniland1333 I just checked out and ran the tests on your branch. It all looks good for a starting point config additions will likely come later a we build in...
@Miniland1333 yes, school holidays kicked in there hence the delay. I'm having a look this week. I see the puppeteer tests in better detail now. Seems like that those will...
@Miniland1333 I've now got jest running on my initial tests. I've read back up the thread a little and opted to (a) split out a separate config fo the unit...
Hi @xr4dsh and thank you for the PR! I've run this locally and the demo works well 👏 Looking at the implementation, I see you're recreating all cells each time...
> The Problem that i am trying to solve is that the web page changes constantly... in the sample you included there are add and remove cell buttons, is that...
Hi @xr4dsh I'm still hesitant to bring these changes into thebe as the way they are implemented are not ideal. It seemed like the problem you were working around is...
@marekhonek have you seen the note on this behaviour in the docs? https://matplotlib.org/ipympl/examples/full-example.html#without-using-ioff
This looks like this could have been released in `8.0.x` already but the milestone shows `8.1`, i'n still seeing an error in `8.0.4` and wanted to check that this was...