ezvis3d

easy vis.js Graph3d js library wrapper, accessible from pandas dataframes in the IPython notebook


Keywords
vis, js, Graph3d, pandas, notebook, javascript
License
MIT
Install
pip install ezvis3d==0.2.5

Documentation

ezvis3d

ezvis3d stands for easy vis.js/Graph3d.
vis.js Graph3d is a popular, flexible, versatile, user friendly 3d visualisation javascript library.

ezvis3d is a wrapper that lets you transparently access the full configuration options of the library as described in their APIs, directly from the Jupyter notebook.

You just need to store the data in a pandas dataframe. See the examples in these notebooks:

To install run from command line:

pip install ezvis3d