forked from jupyterlab/jupyterlab-desktop
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconstruct.yaml
37 lines (31 loc) · 953 Bytes
/
construct.yaml
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
name: JupyterLabDesktopAppServer
version: 4.0.0-1
company: "Project Jupyter"
welcome_image_text: "JupyterLab"
header_image_text: "JupyterLab"
# see https://github.com/conda-forge/miniforge/blob/master/Miniforge3/construct.yaml
channels:
# specifying the channel with the full URL adds two channels
# when the end user adds the channel without the full URL
# - https://conda.anaconda.org/conda-forge
- conda-forge
write_condarc: True
# keep pkgs for space-saving implications for hardlinks when create new environments
# and keep the same with Miniconda
keep_pkgs: True
license_file: ../LICENSE
specs:
- conda
- ipywidgets >= 8.0.1
- jupyterlab 4.0.0
- ipympl >= 0.8.2
- matplotlib-base
- numpy
- pandas
- pip
- python 3.8*
- scipy
default_prefix: "%APPDATA%\\jupyterlab-desktop\\jlab_server"
default_prefix_all_users: "%APPDATA%\\jupyterlab-desktop\\jlab_server"
check_path_length: False
register_python_default: False