readme#

widgets#

Docs Build Status Python Version License Anaconda-Server Badge

widgets 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

Authors#

  • Baptiste Brument

  • Christophe Pradal

Installation#

mamba install -c openalea3 -c conda-forge openalea.widgets

If you want to use the lpy extension, install also lpy

mamba install -c openalea3 -c conda-forge openalea.widgets openalea.lpy

Usage :#

See documentation and notebook examples on https://oawidgets.readthedocs.io.

License#

Our code is released under Cecill-C licence. (see LICENSE file for details).

Contributors#