Jupyter notebook extension for 3D visualization.
To install use pip:
$ pip install k3d
$ jupyter nbextension install --py --sys-prefix k3d
$ jupyter nbextension enable --py --sys-prefix k3d
For a development installation (requires npm and node.js),
$ git clone https://github.com/K3D-tools/K3D-jupyter.git
$ cd K3D-jupyter
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix k3d
$ jupyter nbextension enable --py --sys-prefix k3d
Please note that the ipywidgets
extension needs to be
installed and enabled.
Please make sure to take a look at the HOW-TO.md document.