olundberg / lexplore

Case

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lexplore

Environment

The environment is managed by anaconda.

To create the environment use:

conda env create -f environment.yml

To import changes:

conda env update --file environment.yml

To export changes:

Make sure the version is specified and that it exists for all relevant platforms in the conda channel.

conda env export --from-history | grep -v "^prefix: " > environment.yml

About

Case


Languages

Language:Jupyter Notebook 100.0%