AIQC

Results 38 issues of AIQC

`https://denizyuret.github.io/Knet.jl/latest/reference/#File-I/O` ![image](https://user-images.githubusercontent.com/74990642/124368126-f9f1a600-dc2b-11eb-8f43-b0d2e9dd8a28.png)

The package broke last week because it was incompatible with `Werkzeug==2.1.0`. So I looked at `requirements.txt` expecting to see version rules, but it's all loosey goosey ```python # requirements.txt dash...

Wrapping markdown tables seems like a multi-theme problem with no quick css fixes. Is this something that can be addressed centrally through nbsphinx? - https://github.com/pydata/pydata-sphinx-theme/issues/205 - https://stackoverflow.com/questions/68182085/word-wrap-in-sphinx-autosummary-generated-table/68191214#comment128137639_68191214 ![image](https://user-images.githubusercontent.com/74990642/172493116-290625b7-781e-4a9a-970e-e2b669672ee7.png)

When referencing images in markdown `![some_img]path.png` works locally but fails on ReadTheDocs. It renders as a link to `[some\_img]` If I change it to `![someImg]path.png` it works. Don't know if...

Hi there, Extremely excited about the potential of dagger and that the contributor base is growing. In the long term, is there any plan for an API for working with...

I have a file of records structured like so: ```json [ { "case_id": 1, "demographic": { "race": "white", "age": 55, } }, { "case_id": 2, "demographic": { "race": "white", "age":...

## Describe your env Please provide us your environment, so we can easily reproduce the issue. - replace the result of `pip list | grep dash` below ``` dash 2.5.1...

The violin plot docs mention [Choosing The Algorithm For Computing Quartiles ](https://plotly.com/python/violin/#choosing-the-algorithm-for-computing-quartiles) and "New in 5.1.0" However, if you run the example code in `5.3.1` it errors --- ## Version...

Would it be possible to `apt install conda`? I've installed conda on Linux a few times in the past year: - This page https://docs.conda.io/projects/conda/en/latest/user-guide/install/linux.html ... - Takes you to this...