Skip to content

fds-napolitain/lpy-training

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LPy training

This project presents some examples of use of L-Py.

Installation of the training material

In a convenient directory, you will now download the training material using the following commands.

cd /path/to/your/documents
git clone https://github.com/fredboudon/lpy-training.git

Installation of L-Py using Conda

This installation is based on Conda. Conda is a package manager that can be installed on Linux, Windows, and Mac. If you have not yet installed conda on your computer, follow these instructions:

Conda Installation. Follow instructions for Miniconda.

Conda Download. Use the Python 3.8 based installation.

Then, after install of conda, run the following command to create an environment with openalea.lpy and its notebooks extension.

conda env create -f environment.yml

Activate the environment using

conda activate lpytraining

Test your installation by running

lpy

Test notebooks by running

jupyter notebook examples/L-systems-Topo-Turtle.ipynb

Documentation on the tools

L-Py Documentation

L-Py notebook integration documentation

Online access to the exercices

Binder NBViewer NBViewer NBViewer

About

Training material for L-Py

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 90.9%
  • Batchfile 9.1%