Skip to content

timsainb/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

PyPI

To install from PyPI use pip:

$ pip install k3d

Then, if required, JupyterLab installation:

$ jupyter labextension install k3d

Installing directly from GitHub

To install directy from this repository (requires git and node.js + npm to build):

$ pip install git+https://github.com/K3D-tools/K3D-jupyter

This also makes possible installing the most up-to-date development version (same requirements):

$ pip install git+https://github.com/K3D-tools/K3D-jupyter@devel

To install any historical version, replace devel above with any tag or commit hash.

Source

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 .

Then, if required, JupyterLab installation:

$ jupyter labextension install ./js

Developer's 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 68.9%
  • JavaScript 28.8%
  • GLSL 1.4%
  • Jupyter Notebook 0.5%
  • HTML 0.3%
  • CSS 0.1%