这是indexloc提供的服务,不要输入任何密码
Skip to content

jorisvandenbossche/condacolab

 
 

Repository files navigation

condacolab

Install Conda and friends on Google Colab, easily.

CondaColab

⚠️ Note: This README refers to the development version of condacolab. If you are looking for the stable version, please check the 0.1.x branch.

Basic usage

On your Colab notebook, run the following code as the first executable cell:

!pip install -q "https://github.com/conda-incubator/condacolab/archive/main.zip"
import condacolab
condacolab.install()

After the kernel restart, you can optionally add a new cell to check that everything is in place:

import condacolab
condacolab.check()

It is important that you perform the installation first thing in the notebook because it will require a kernel restart, thus resetting the variables set up to that point.

About

Install Conda and friends on Google Colab, easily

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 53.9%
  • Python 45.4%
  • Shell 0.7%