Skip to content

neuwangmeng/K3D-jupyter

 
 

Repository files navigation

K3D Jupyter

Build Status

Jupyter notebook extension for 3D visualization.

screenshot

Try it Now!

Binder

Installation

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.

How to

Please make sure to take a look at the HOW-TO.md document.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 79.0%
  • JavaScript 20.2%
  • Other 0.8%