conda-incubator / condacolab

Install Conda and friends on Google Colab, easily
MIT License
341 stars 49 forks source link

Add `env` variable and pre kernel launch logic #40

Open ssurbhi560 opened 2 years ago

ssurbhi560 commented 2 years ago

Description

In this PR, we are providing the ability to set environment variables and add a bash script to run before activating the conda base environment. Closes #39

You can check this example notebook demonstrating the new feature here.

Status