BlueBrain / NeuroR

A collection of tools to repair morphologies
https://neuror.readthedocs.io/
GNU Lesser General Public License v3.0
9 stars 6 forks source link

Add plotly extras to install #109

Closed eleftherioszisis closed 2 years ago

eleftherioszisis commented 2 years ago

Documentation building fails because the plotly extras are not installed.

home/docs/checkouts/readthedocs.org/user_builds/neuror/checkouts/stable/doc/source/api.rst:10: WARNING: autosummary: failed to import neuror.cut_plane.viewer.
Possible hints:
* AttributeError: module 'neuror.cut_plane' has no attribute 'viewer'
* ImportError: neuror[plotly] is not installed. Please install it by doing: pip install neuror[plotly]
* ImportError: 

Builds successfully with this change: https://readthedocs.org/projects/neuror/builds/17137174/