M Pacer

Results 102 comments of M Pacer

That sounds like an issue with pdf.js… @ian-r-rose, any reason why pdf.js would timeout? @epifanio do you have a link to these resources publicly anywhere that we could test and...

This is out of scope for a while, but not an unreasonable request. @ian-r-rose, do you concur?

I figured out that this seems to be related to trying to read the Body outside of the client context manager. What's odd is that it still works with minio,...

Because lab has a different model than the other front-ends we would need to start encoding lab vs. classic & nteract URL conventions. For example, we'd need to think about...

Initially, this was a statement to remove the `"bookstore": True` field from the response, but in conversation with @MSeal and @willingc it became clear that we might want to reconsider...

I do not think we should make this package python2 compatible. It's not worth the opportunity cost (clear, `async`/`await` native asynchronous calls) along with the additional support and testing burden...

> There's a part of me that wonders if papermill, like jupyter notebook, could adopt Python3 as the release target (since it runs kernels directly). scrapbook however would need to...

Might this be related to the "no more grammars" commits from 0.22? https://github.com/mattberkowitz/autoclose-html/commit/73cdb1292978c3b491ef5adc24bb108001aebce3 If we need to re-add each of the grammars by assigning a "new" keyboard shortcut that mirrors...

Breaking this down into at least three(four) different parts: 1. establish the properties of the current inline theme (e.g., transparent background, fig size) 2. Take properties and make into `matplotlib`...

Ok, so 0. can be found in [this commit in ipykernel](https://github.com/ipython/ipykernel/blob/76c6c817333abd9854f5cb87947a5997a9a9f31e/ipykernel/pylab/config.py) as of right now its ``` python rc = Dict({'figure.figsize': (6.0,4.0), # play nicely with white background in the...