Steven Silvester
Steven Silvester
Ah, what is happening here is that by default `NotebookClient` explicitly uses `AsyncKernelManager`, which uses `AsyncKernelClient`, and now returns a `Future` from `kernel_info`, so you have to call `client.async_wait_for_reply`. I...
Actually the error is in `jupyter_client`, I'm working on a fix in https://github.com/jupyter/jupyter_client/pull/925
Unfortunately `nh3` does not sanitize css.
They removed `clean_html` from `lxml` and stated that it was not safe: https://github.com/fedora-python/lxml_html_clean
I don't want to switch to something that is explicitly marked as unsafe. Bleach is still getting security releases, I don't see a reason to switch anything at this time.
I've stated my position. I'm unsubscribing from this issue.
Hi @matteobachetti, to be clear, it works with 7.13.1? I don't see anything in the 7.14 release itself that looks relevant.
Unfortunately not, based on looking at https://github.com/spatialaudio/nbsphinx/issues/620. What you can do is test the specific commits: `nbconvert: git+https://github.com/jupyter/nbconvert.git@a3a069c9a10bb011911166c0f84b9edb1fef305d` The commits we're interested in are: ``` 15625319f6bd7917df8ec891795411554e0015bd a3a069c9a10bb011911166c0f84b9edb1fef305d ece13fd22d96fda9cde06534e265bc5fe3fc4c80 0f17b3069d320565af12a4a12da7d9ce3c18dac4 b1715cdae9b4b51c1797a63a7045660145d36aac...
Yes, it makes sense to me that whenever a normalize occurs, it should bump to the version that was used to normalize.
@bollwyvl?