Skip to content

Commit

Permalink
combine environment into binder folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jmunroe committed Dec 3, 2024
1 parent b2a341d commit aafc6dc
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
27 changes: 27 additions & 0 deletions binder/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: radar-cookbook-dev
channels:
- conda-forge
- pyviz
dependencies:
- python=3.11
- jupyterlab
- jupytext
- matplotlib
- cartopy
- jupyter_server
- numpy<2.0
- xarray
- metpy
- act-atmos>=1.2.0
- imageio
- arm_pyart
- hvplot
- datashader
- panel
- sphinx-pythia-theme
- s3fs>=2024.3.1
- pip
- pip:
- fast-barnes-py
- git+https://github.com/vlouf/eth_radar.git
- open-radar-data>=0.1.2
7 changes: 7 additions & 0 deletions binder/overrides.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@jupyterlab/docmanager-extension:plugin": {
"defaultViewers": {
"markdown": "Jupytext Notebook"
}
}
}
5 changes: 5 additions & 0 deletions binder/postBuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -eux

mkdir -p ${NB_PYTHON_PREFIX}/share/jupyter/lab/settings
cp overrides.json ${NB_PYTHON_PREFIX}/share/jupyter/lab/settings

0 comments on commit aafc6dc

Please sign in to comment.