Use the conda package manager to install all the necessary packages:
conda env create -f .binder/environment.yml
To activate the environment, use the conda activate
command:
conda activate lets-plot-examples
If file binder/environment.yml
has been changed, you need to update the environment. In that case, run:
conda env update --name lets-plot-examples --file .binder/environment.yml --prune
Open the terminal, execute jupyter notebook
and navigate through the directories containing examples.
Directory structure:
- kotlin/ - notebooks with LPK
- stable/ - most actual versions of notebooks for testing
- other/ - notebooks with original in other places, should be updated sometimes
- python/ - notebooks with LP
- stable/ - most actual versions of notebooks for testing
- other/ - notebooks with original in other places, should be updated sometimes