-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathanaconda-project.yml
55 lines (49 loc) · 1.11 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
54
55
# To reproduce: install 'anaconda-project', then 'anaconda-project run'
name: nyc_taxi
description: NYC Taxi data with Datashader and Panel
maintainers:
- jbednar
- philippjfr
channels:
- pyviz
dependencies: &deps
- python=3.6
- notebook ==5.7.8
- ipykernel ==5.1.0
- nomkl
- tornado <6
- geoviews-core ==1.6.2
- holoviews ==1.12.2
- panel ==0.5.1
- param ==1.9.0
- pyviz_comms ==0.7.2
- datashader ==0.7.0
- bokeh ==1.1.0
- fastparquet ==0.3.0
- python-snappy ==0.5.4
packages: *deps
commands:
dashboard:
unix: panel serve nyc_taxi.ipynb
supports_http_options: true
notebook:
notebook: nyc_taxi.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:
DATA:
url: https://s3.amazonaws.com/datashader-data/nyc_taxi_wide.parq
filename: data/nyc_taxi_wide.parq
env_specs:
default: {}
test:
packages:
- nbsmoke ==0.2.8
- pytest ==4.4.1