-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathanaconda-project.yml
61 lines (53 loc) · 1.12 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
56
57
58
59
60
61
# To reproduce: install 'anaconda-project', then 'anaconda-project run'
name: attractors
description: Calculate and plot two-dimensional attractors of a variety of types
examples_config:
created: 2018-09-17
maintainers:
- jbednar
categories:
- Mathematics
- Featured
labels:
- datashader
- panel
- hvplot
- holoviews
- param
- numba
- bokeh
deployments:
- command: notebook
- command: dashboard
channels:
- defaults
user_fields: [examples_config]
packages: &pkgs
- python=3.11.8
- bokeh>=3.4.0
- notebook>=6,<7
- pyyaml>=6.0.1
- pandas>=2.2.1
- numba>=0.59.1
- datashader>=0.16.0
- colorcet>=3.1.0
- holoviews>=1.18.3
- hvplot>=0.9.2
- panel>=1.4.1
- param>=2.0.1
dependencies: *pkgs
commands:
dashboard:
unix: panel serve --rest-session-info --session-history -1 attractors_panel.ipynb clifford_panel.ipynb --show
supports_http_options: true
notebook:
notebook: index.ipynb
variables:
# Avoid "Dask dataframe query planning is disabled because dask-expr is not installed."
DASK_DATAFRAME__QUERY_PLANNING: "False"
downloads: {}
platforms:
- linux-64
- osx-64
- win-64
- osx-arm64