Skip to content

Commit a845044

Browse files
committed
Add binder link
1 parent 7878ea6 commit a845044

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ A Python / ThreeJS bridge utilizing the Jupyter widget infrastructure.
55

66
![Screencast](/screencast.gif)
77

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)
814

915
Installation
1016
------------
@@ -35,5 +41,3 @@ $ jupyter nbextension enable --py --sys-prefix pythreejs
3541
Note for developers: the `--symlink` argument on Linux or OS X allows one to
3642
modify the JavaScript code in-place. This feature is not available
3743
with Windows.
38-
39-

environment.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: pythreejs
2+
channels:
3+
- nodefaults
4+
- conda-forge
5+
dependencies:
6+
- pythreejs
7+
- matplotlib

0 commit comments

Comments
 (0)