Files
cristallina_envs/jupyter-alpha.yml

41 lines
900 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
- jupyter-server-proxy
# disabled until stable with collaboration: - jupytext
# PSI specific modules
#- paulscherrerinstitute::jungfrau_utils
#- bitshuffle
#- paulscherrerinstitute::sfdata
# - pip:
#- ipytest
# still necessary manually afterwards:
# pip install jupyterlab_hdf
# jupyter labextension install @jupyterlab/hdf5