File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ A Python / ThreeJS bridge utilizing the Jupyter widget infrastructure.
5
5
6
6
![ Screencast] ( /screencast.gif )
7
7
8
+ Getting Started
9
+ ---------------
10
+
11
+ ### Try it online with [ Binder] ( http://mybinder.org/ )
12
+
13
+ [ ![ Binder] ( http://mybinder.org/badge.svg )] ( http://mybinder.org:/repo/jovyan/pythreejs/notebooks/examples )
8
14
9
15
Installation
10
16
------------
@@ -35,5 +41,3 @@ $ jupyter nbextension enable --py --sys-prefix pythreejs
35
41
Note for developers: the ` --symlink ` argument on Linux or OS X allows one to
36
42
modify the JavaScript code in-place. This feature is not available
37
43
with Windows.
38
-
39
-
Original file line number Diff line number Diff line change
1
+ name : pythreejs
2
+ channels :
3
+ - nodefaults
4
+ - conda-forge
5
+ dependencies :
6
+ - pythreejs
7
+ - matplotlib
You can’t perform that action at this time.
0 commit comments