Skip to content

JupyterJones/K3D-jupyter

 
 

Repository files navigation

K3D Jupyter

Build Status Total Alerts Language Grade: JavaScript Language Grade: Python

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
$ jupyter labextension install 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
$ jupyter labextension install ./js

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 70.3%
  • JavaScript 27.2%
  • GLSL 1.5%
  • Jupyter Notebook 0.5%
  • HTML 0.3%
  • CSS 0.1%
  • Dockerfile 0.1%