Oawidgets is a set of OpenAlea widgets for jupyter notebooks allowing to:
- use a magic to use LPy language
- display interactive 3D plant architectures, using openalea.plantgl
- display MTG to explore for instance class and number of vertices, number of scales, properties, using Pyvis
Install the following packages
mamba install -c openalea3 -c conda-forge oawidgets
If you want to use the lpy extension, install also lpy
mamba install -c openalea3 -c conda-forge oawidgets openalea.lpy
See documentation and notebook examples on https://oawidgets.readthedocs.io.
Our code is released under Cecill-C licence. (see LICENSE file for details).