thava / bio-colab-utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notes on running bio related github hosted programs in google colab environment.

Links

Example Session

!conda --version

/bin/bash: conda: command not found

!pip install -q condacolab

import condacolab condacolab.install()

Once the installation is complete, the kernel should have rebooted itself.

!which conda print(sys.path)

To install rdkit library:

conda install -c conda-forge rdkit

About