Processing Math: Done
No jsMath TeX fonts found -- using unicode fonts instead.
This may be slow and might not print well.
Use the jsMath control panel to get additional information.
jsMath Control PanelHide this Message


jsMath
Differences between revisions 10 and 13 (spanning 3 versions)
Revision 10 as of 2016-06-04 13:08:00
Size: 1277
Editor: mkostur
Comment:
Revision 13 as of 2017-02-06 20:20:49
Size: 1190
Editor: mrennekamp
Comment: I guess it's not an spkg... added K-3D website
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

[[http://www.k-3d.org/]]
Line 5: Line 4:

K3D-jupyter is a jupyter widget for displaing 3D content inside a notebook. It uses notebook communication for sending data. It is possible to create a plot and interactively change data, add elements etc.

 * prototype, developed in september-december 2015
 * it aims to be small and efficient ( 512x512 mesh is updated in
 * uses th
ree.js as 3d engine 
K3D-jupyter is a jupyter widget for displaying 3D content inside a notebook. It uses notebook ipywidgets communication for sending data. It is possible to create a plot and interactively change data, add elements etc.
 * prototype, developed in september-december 2015 
 * it aims to be small and efficient.
 * uses t
hree.js as 3d engine
Line 12: Line 9:
  * K3D-jupyter - interface with jupyter
  * K3D javascript part of the widget
 * it plotting data, sampling must be done a priori  
 ** K3D-jupyter - interface with jupyter
 ** K3D javascript part of the widget
 * it plotting data, sampling must be done a priori
Line 17: Line 13:


[[http://mybinder.org/repo/K3D-tools/K3D-jupyter|Binder]]

== Getting K3D-jupyter to work in SageMath ==

K3D-jupyter can be installed in SageMath, then it can be used from jupyter notebook
(internal one or external).  
The repo [[https://github.com/K3D-tools/K3D-Jupyter-shim.git|K3D-Jupyter-shim]] contains
prepackaged K3D-jupyter so it has less dependencies than K3D-jupyter.
It can b
y 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 
}}}
[[http://mybinder.org/repo/K3D-tools/K3D-jupyter|Binder- ]]
=== Getting K3D-jupyter to work in SageMath ===
K3D-jupyter can be installed in SageMath, then it can be used from jupyter notebook (internal one or external).
The repo K3D-Jupyter-shim contains prepackaged K3D-jupyter so it has less dependencies than 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
}}

K3D-jupyter 3D visualisation in jupyter notebook

http://www.k-3d.org/

Intro

K3D-jupyter is a jupyter widget for displaying 3D content inside a notebook. It uses notebook ipywidgets communication for sending data. It is possible to create a plot and interactively change data, add elements etc.

  • prototype, developed in september-december 2015
  • it aims to be small and efficient.
  • uses three.js as 3d engine
  • two separated repos in K3D-tools:

  • * K3D-jupyter - interface with jupyter
  • * K3D javascript part of the widget
  • it plotting data, sampling must be done a priori

Trying in mybinder

Binder-

Getting K3D-jupyter to work in SageMath

K3D-jupyter can be installed in SageMath, then it can be used from jupyter notebook (internal one or external). The repo K3D-Jupyter-shim contains prepackaged K3D-jupyter so it has less dependencies than 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 }}

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