jaimergp
jaimergp
This is being worked on #31
Very soon! :)
Ok, let's see how it goes with #31 now on `main`. You should be able to do something like: ```python !pip install -q https://github.com/conda-incubator/condacolab/archive/main.tar.gz import condacolab condacolab.install_from_url("https://github.com/conda-forge/miniforge/releases/download/4.14.0-0/Mambaforge-4.14.0-0-Linux-x86_64.sh") ``` This will...
BIG BIG thanks to @ssurbhi560 for doing the heavy lifting here!
Good point. I think we might want to write the logs elsewhere @ssurbhi560, possibly the default location for system logs.
Yes, your installer needs Python 3.7, as mentioned in the [comments](https://github.com/conda-incubator/condacolab/blob/main/constructor-example/construct.yaml#L8).
Can you link a notebook @vibhoothi?
I think it has to do with the way we are specifying the versions. Instead of using `==`, use just one `=`. This `construct.yaml` works: ```yaml name: condacolab # you...
@NightMachinery @shism2 - I suspect you had the same problem.
How are you deploying the installer? With `condacolab.install_from_url()`? Make sure the kernel did restart. I can't reproduce your case but found other issues. We are planning the implementation of a...