Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2016-06-04 10:53:12
Size: 303
Editor: mkostur
Comment:
Revision 3 as of 2016-06-04 11:06:12
Size: 959
Editor: mkostur
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Line 12: Line 13:


== Getting K3D to work in SageMath

The K3D consists of two part: the python widget K3D-jupyter and javasctipt code K3D. There are following repositories:
 
 * K3D-jupyter - widget code
 * K3D - js code
 * K3D-Jupyter-shim - prepackaged jupyter widget
 * K3D-shim - prepackaged js code.


The repo [[https://github.com/K3D-tools/K3D-Jupyter-shim.git|K3D-Jupyter-shim]] contains
prepackaged K3D-jupyter. 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
}}}
----
CategoryCategory

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

The K3D consists of two part: the python widget K3D-jupyter and javasctipt code K3D. There are following repositories:

  • K3D-jupyter - widget code
  • K3D - js code
  • K3D-Jupyter-shim - prepackaged jupyter widget
  • K3D-shim - prepackaged js code.

The repo K3D-Jupyter-shim contains prepackaged K3D-jupyter. 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 


CategoryCategory

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