forked from jupyterlab/jupyterlab-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
construct.yaml
36 lines (30 loc) · 935 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
name: JupyterLabDesktopAppServer
version: 3.2.5-2
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 7.6.5
- jupyterlab 3.2.5
- ipympl >= 0.8.2
- matplotlib-base
- numpy
- pandas
- pip
- python 3.8*
- scipy
default_prefix: "%HOMEDRIVE%\\JupyterLab\\resources\\jlab_server"
default_prefix_all_users: "%HOMEDRIVE%\\JupyterLab\\resources\\jlab_server"
register_python_default: false