File tree Expand file tree Collapse file tree 5 files changed +48
-8
lines changed Expand file tree Collapse file tree 5 files changed +48
-8
lines changed Original file line number Diff line number Diff line change
1
+ name : pythreejs
2
+ channels :
3
+ - conda-forge
4
+ - nodefaults
5
+ dependencies :
6
+ # runtimes
7
+ - python >=3.6
8
+ - nodejs >=12
9
+ # dependencies
10
+ - ipydatawidgets >=1.1.1
11
+ - ipywidgets >=7.2.1
12
+ - numpy >=1.14
13
+ # clients
14
+ - jupyterlab >=3,<4
15
+ - jupyterlab-classic
16
+ # dev
17
+ - nbval
18
+ - pytest-check-links
19
+ # examples
20
+ - ipympl
21
+ - ipywebrtc
22
+ - matplotlib-base
23
+ - scikit-image
24
+ - scipy
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+ set -eux
3
+
4
+ pushd js
5
+ jlpm --ignore-optional
6
+ jlpm build:bundles
7
+ jlpm build:all
8
+ popd
9
+
10
+ python -m pip install -e . --no-deps --ignore-installed
11
+ python -m pip check
12
+
13
+ # install labextension
14
+ jupyter labextension develop . --overwrite
15
+
16
+ # validate
17
+ jupyter nbextension list
18
+ jupyter labextension list
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ include screencast.gif
9
9
graft docs
10
10
exclude docs/\#*
11
11
12
+ # demo
13
+ exclude .binder
14
+
12
15
# docs subdirs we want to skip
13
16
prune docs/build
14
17
prune docs/dist
Original file line number Diff line number Diff line change 1
1
# pythreejs
2
2
3
+ [ ![ Interactive demo on Binder] [ binder-badge ]] [ binder ]
3
4
[ ![ Install from PyPI] [ pypi-badge ]] [ pypi ]
4
5
[ ![ Install from conda-forge] [ cf-badge ]] [ cf ]
5
6
[ ![ Documentation Status] [ docs-badge ]] [ docs ]
6
7
[ ![ Build Status] [ ci-badge ]] [ ci ]
7
8
8
9
A Python / ThreeJS bridge for [ Jupyter Widgets] [ widgets ] .
9
10
11
+ [ binder-badge ] : https://mybinder.org/badge_logo.svg
12
+ [ binder ] : https://mybinder.org/v2/gh/jupyter-widgets/pythreejs/HEAD?urlpath=lab%2Ftree%2Fexamples%2FExamples.ipynb
10
13
[ pypi-badge ] : https://img.shields.io/pypi/v/pythreejs?logo=pypi
11
14
[ pypi ] : https://pypi.org/project/pythreejs
12
15
[ cf-badge ] : https://img.shields.io/conda/vn/conda-forge/pythreejs?logo=conda-forge
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments