Differences between revisions 2 and 12 (spanning 10 versions)
Revision 2 as of 2016-06-04 11:01:50
Size: 678
Editor: mkostur
Comment:
Revision 12 as of 2017-02-06 18:53:49
Size: 0
Editor: mrennekamp
Comment: I'm sure is spkg, but if not, will restore
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= 3D visualisation in jupyter notebook =


== K3D ==

 * prototype, developed in september-december 2015
 * uses three.js
 * two separated repos in https://github.com/K3D-tools:
 * K3D-jupyter - interface with jupyter
 * K3D javasctipt part of the widget
 * plotting data rather than algebra

== Getting K3D to work in SageMath

There is a repo [[https://github.com/K3D-tools/K3D-Jupyter-shim.git|K3D-Jupyter-shim]] which contains
prepackaged K3D-jupyter, so it can by easily installed inside SageMath. We tested it with version of Sage - 7.2.

    git clone https://github.com/K3D-tools/K3D-Jupyter-shim.git
    cd K3D-Jupyter-shim
    make install-user

K3D-tools (last edited 2017-02-06 20:20:49 by mrennekamp)