Rui Benfeitas

Results 13 comments of Rui Benfeitas

Hi @chrisjsewell , thanks for coming back to me. Yes, so removing the `"caption"` key from the figure cell, and having it only in the markdown cell, unfortunately doesn't change...

Well, that may be it as the images are .png. I had thought that having them as png would be fine since individually they look quite good, just not when...

I was able to have `images_gridconcat` read PIL objects by reading each `pdf` individually. Specifically I used `pdf2image` to build a PIL object from each `.pdf` ([source](https://github.com/Belval/pdf2image)). `.convert("RGBA")` is needed...

Hi @chrisjsewell , thanks a lot. I have now uploaded it. Hope this is helpful [toupload.ipynb.txt](https://github.com/chrisjsewell/ipypublish/files/3106679/toupload.ipynb.txt)

I'd like to mention that on version `'v0.7.4+21.g12f1286` the problem remains, and only https://github.com/theislab/diffxpy/issues/205#issuecomment-882643747 solves the issue.

hi @davidsebfischer and @ivirshup , thanks for the comments and discussion. A few comments above you also mention that OP's question is addressable through `versus_rest`, but I am finding the...

For anyone coming here looking for an answer, there are extensions to [hide all code input](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/hide_input_all/readme.html), [hide code in a selected cell](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/hide_input/readme.html), and [one additional extension](https://github.com/kirbs-/hide_code)

@diallobakary4 thank you so much, this is very useful! I am only getting started at using jupyter for this function. Perhaps a bit unrelated to this thread, but do you...

[Linked](https://stackoverflow.com/a/54493587/1379826)

Found the same problem as @biowizz , no solution yet.