42 lines
896 B
YAML
Executable File
42 lines
896 B
YAML
Executable File
# Bare Jupyter Lab installation _without_ analysis tools.
|
|
# This is to have the most up-to-date jupyter server packages.
|
|
#
|
|
# Caveat: it requires the same/similar ipympl packages
|
|
#
|
|
|
|
|
|
name: jupyter_alpha
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python
|
|
- pip
|
|
- numpy
|
|
- pandas
|
|
- numba
|
|
- matplotlib
|
|
- ipython
|
|
- jupyterlab
|
|
- ipympl
|
|
- black
|
|
- pytest
|
|
- loguru
|
|
# Jupyterlab extensions
|
|
- nb_conda_kernels # for discovery of other kernels
|
|
- jupyterlab_code_formatter
|
|
- jupyter-collaboration
|
|
# disabled until stable with collaboration: - jupytext
|
|
|
|
# cristallina
|
|
#
|
|
# PSI specific modules
|
|
#- paulscherrerinstitute::jungfrau_utils
|
|
#- bitshuffle
|
|
#- paulscherrerinstitute::sfdata
|
|
# - pip:
|
|
#- ipytest
|
|
|
|
# still necessary manually afterwards:
|
|
# pip install jupyterlab_hdf
|
|
# jupyter labextension install @jupyterlab/hdf5
|