forked from holoviz-demos/gapminder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
anaconda-project.yml
53 lines (47 loc) · 1.02 KB
/
anaconda-project.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# To reproduce: install 'anaconda-project', then 'anaconda-project run'
name: gapminder
description: |
Using four different plotting libraries for Hans Rosling's gapminder
example
maintainers:
- philippjfr
channels:
- pyviz
- jbednar
dependencies: &deps
- python=3.6
- notebook ==5.7.8
- ipykernel ==5.1.0
- nomkl
- altair
- plotly
- holoviews ==1.12.2
- hvplot ==0.4.0
- panel ==0.5.1
- param ==1.9.0
- pyviz_comms ==0.7.2
- bokeh ==1.1.0
- tornado<6
packages: *deps
commands:
dashboard:
unix: panel serve gapminder.ipynb
supports_http_options: true
notebook:
notebook: gapminder.ipynb
test:
unix: pytest --nbsmoke-run -k *.ipynb --ignore envs
windows: pytest --nbsmoke-run -k *.ipynb --ignore envs
env_spec: test
lint:
unix: pytest --nbsmoke-lint -k *.ipynb --ignore envs
windows: pytest --nbsmoke-lint -k *.ipynb --ignore envs
env_spec: test
variables: {}
downloads: {}
env_specs:
default: {}
test:
packages:
- nbsmoke ==0.2.8
- pytest ==4.4.1