openalea.vpltk.check package¶
Submodules¶
openalea.vpltk.check.ipython module¶
- openalea.vpltk.check.ipython.has_deprecated_ipython()[source]¶
Check if User can has IPython 1.0dev deprecated.
Returns: True if user can use IPython. Else False.
- openalea.vpltk.check.ipython.has_ipython()[source]¶
Check if User can use IPython shell embeded in OpenAlea.
Check only IPython without is dependencies(zmq, pygments)
Returns: True if user can use IPython. Else False.
openalea.vpltk.check.ipython_deps module¶
- openalea.vpltk.check.ipython_deps.has_full_deps()[source]¶
Check if User can use IPython shell embeded in OpenAlea.
Check zmq, pygments
Returns: True if user has zmq and pygments. Else False.