We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using reticulate - Carla, can we get the solution here? We had a minimal example. thanks
The text was updated successfully, but these errors were encountered:
This is what I do and it works also even when using renv:
mamba create -n leiden leidenalg numpy pandas
RETICULATE_PYTHON=/project/sims-lab/ltamon/mamba_installation/conda/envs/leiden/bin/python
library(reticulate) reticulate::import("numpy") reticulate::import("pandas") reticulate::import("leidenalg")
Sorry, something went wrong.
Check out basilisk (Bioconductor) https://joss.theoj.org/papers/10.21105/joss.04742
Happy to explain more if needed
No branches or pull requests
Using reticulate - Carla, can we get the solution here? We had a minimal example. thanks
The text was updated successfully, but these errors were encountered: