Patrick Altmeyer
Patrick Altmeyer
There is a good [workaround](https://github.com/quarto-dev/quarto-cli/discussions/408#discussioncomment-2342205): in the YAML header simply specify: ```YAML format: commonmark: variant: -raw_html ``` Of course support for HTML docs would still be preferable since by setting...
Thanks @mortenpi and apologies for the late reply. > Do you mean that the self-contained HTML file would be the whole thing that gets sent to the browser, or do...
Thanks, just downgrading that library worked. Related to this, are there any plans to bump up compatibility to more recent Python versions?
Hmmm I run into trouble when trying to do that. I've just tried it with Python 3.8 as follows: ```zsh pyenv install 3.8.1 pyenv local 3.8.1 ``` Then running `pip...
Looks like Python 3.8 requires TensorFlow 2.2 or later (see [here](https://stackoverflow.com/a/59809523/6681707)).
No worries, perhaps I can have a look myself. I'm using CARLA for a project that depends on another package which itself needs Python >=3.8, so the two are not...
I'm having a related issue and thought I'd revive this existing thread instead of opening a new one. I can see how this all works out really nicely when working...
Hi @azev77! Great to see you've already played around with the package. I understand what you have in mind and that would certainly be nice feature to add. It can...
Thanks @azev77 - just linking the related [thread](https://discourse.julialang.org/t/conformal-predictive-distributions/88067/5?u=pat-alt) on discourse here for info.
> @oneleaftea I resolve it like this > > ``` > {{ if .IsPage }} > {{ template "_internal/disqus.html" . }} > {{ end }} > ``` > > in...