-
From a python script, running in the reticulate REPL:
```
import pandas as pd
import matplotlib.pyplot as plt
df = pd.DataFrame([1.0,2.0,3.0,4.0,5.0], [1.0,2.0,3.0,4.0,5.0])
# fails if I ca…
-
### Bug description
Pytorch-Lightning Trainer does not find TPU
### What version are you seeing the problem on?
v2.1
### How to reproduce the bug
1. Install torch_xla as guidance and t…
-
My setup:
- jupyterhub running inside a Docker container (port 8000). Tensorboard is installed inside the container
- on the remote server, a server apache2 redirects 8000 from the container to …
-
## Description
Cannot use the `slideflow.Dataset.kfold_split()` method using the conda environment created with the `environment.yml` file. pyomo/bonmin are needed and cannot be installed in the envi…
-
**Is your feature request related to a problem? Please describe.**
Some users may have issues installing pycaret.
**Describe the solution you'd like**
Would it make sense to release a docker ima…
-
## Description
After uninstalling the conda package, I still get collaboration api messages in the log
## Reproduce
1. conda install jupyter-collaboration
2. launch jupyterlab
3. close jupy…
-
Some discussion of this here: https://github.com/cleanlab/cleanvision/discussions/214
Making CleanVision runnable on video would be super useful to many folks!
Should be fairly easy:
- just …
-
**Describe the bug**
Numpy has released a version 2, but QuickUMLS requires version 1 (various errors are thrown otherwise). The way the `requirements.txt` is currently written, it allows for v2 but …
-
[networkx/utils/backends.py line 2313](https://github.com/networkx/networkx/blob/c107d25c853fbfe082c12d9e8c77afe4f34e91da/networkx/utils/backends.py#L2313C9-L2313C60) causes an `AttributeError: 'Non…
-
### Before submitting the issue
- [X] I have visited the Troubleshooting section.
- [X] I have searched among the existing issues.
- [X] I am using a Python virtual environment.
- [X] I have a fully …