OpenAleaLab's extensions

Create a new lab is very easy. First, launch openalelab with ipython lab, pass in "Edit layout" and customize your interface. Once satisfied, quit openalealab. Copy content of file $HOME/.openalea/ipython.oaui in a file. Replace null with None, false with False and true with True to obtain a "python layout".

Copy paste this sample:

And replace "{'children': {}, 'parents': {}, 'properties': {}}" with the "python layout"

Details

class openalea.oalab.plugin.lab.ILab[source]

Bases: object

connections = []
icon = 'icon_mylab.png'
label = 'My Lab'
layout = {'parents': {}, 'children': {}, 'properties': {}}
name = 'mylab'

Table Of Contents

Previous topic

Applets

Next topic

openalea.oalab.pluginwidget package

This Page