condacolab icon indicating copy to clipboard operation
condacolab copied to clipboard

Install Conda and friends on Google Colab, easily

Results 26 condacolab issues
Sort by recently updated
recently updated
newest added

## Description 1. Moving the logs file created during the installation of condacolab to `/var/condacolab/`. 2. Adding `restart_kernel` parameter to docstring. 3. Move the tasks (subprocesses) to run after adjusting...

I get the following error when using condacolab `master` with manually built https://github.com/conda/constructor/ installers? ``` Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... failed with initial frozen solve. Retrying...

- [ ] Cut prerelease (not scheduled yet) - [ ] Update README - [ ] Release 0.1.5 with a warning (optional) - [ ] Twitter thread - [ ]...

Hi, Until yesterday, I was using CondaColab and everything was working perfectly. Unfortunately, today I encountered the following error: ```No package can be installed for pin: cudatoolkit 12.2.* # >>>>>>>>>>>>>>>>>>>>>>...

Hello How are you? Thanks for contributing to this project. Now days, the default version of python3 on Google Colab is 3.10. I am going to use python3.8 on Colab....

After installation, the system try to restart but then the status stays on connecting state.

[NGLView](https://github.com/nglviewer/nglview) is a widget for visualizing chemical structures. It works in Colab, but only when installed with pip. Here's a notebook demonstrating it with pip: https://colab.research.google.com/drive/1D-MD6vpVmz0NMrz8Wf9W-3ZpDJBTaPZ0?usp=sharing And here's the equivalent...

I am currently using Google Colab to run some scripts I have developed. However, when I install Condacolab and try to run the script through the command !python script.py I...

## Description In this PR, we provide an API for users to customize the conda base environment during the condacolab's installation. Users will have the following options to specify: 1....

I have this issue with running a colab notebook using condacolab. **CELL 1** `import subprocess` `subprocess.run( 'pip install -q condacolab'.split() )` `import condacolab` `condacolab.install()` **CELL 2** `import condacolab` `condacolab.check()` This...