Copy-paste into code block and run it:
!pip install -q condacolab
import condacolab
condacolab.install()
Restart session
Update the base
environment specified by an YML file`. For instance, suppose you clone from TextEE repo and this repo has a file env.yml
, then, copy-paste:
!git clone https://github.com/ej0cl6/TextEE.git
!conda env update -n base -f TextEE/env.yml