diff --git a/binder/environment.yml b/binder/environment.yml index 85b760f5..c90c5d55 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -2,38 +2,13 @@ name: erad-2022-dev channels: - conda-forge dependencies: + - python=3.9 - jupyter-book - numpy - scipy - matplotlib + - cartopy - pandas - xarray - - tqdm - - dask-gateway -# data science stuff - - boto - - boto3 - - blas - - liblapacke -# geospatial - - proj4 - - cartopy - - geopandas - - netcdf4 - - h5py - - h5netcdf -# geoscience-related - - metpy - - satpy -# jupyter-related - - ipyleaflet - - pip -# radar - wradlib - - coincbc - - pip: - - git+https://github.com/ARM-DOE/pyart.git - - git+https://github.com/openradar/PyDDA.git - - nexradaws - - cdsapi - - git+https://github.com/CSU-Radarmet/CSU_RadarTools.git + - arm_pyart diff --git a/binder/kernel.json b/binder/kernel.json new file mode 100644 index 00000000..c8168d15 --- /dev/null +++ b/binder/kernel.json @@ -0,0 +1,12 @@ +{ + "argv": [ + "/srv/conda/envs/notebook/bin/python", + "-m", + "ipykernel_launcher", + "-f", + "{connection_file}" + ], + "display_name": "Python 3", + "language": "python", + "env": {"LD_LIBRARY_PATH":":/srv/conda/envs/notebook/lib:/srv/conda/envs/notebook/hlhdf/lib:/srv/conda/envs/notebook/rave/lib:/srv/conda/envs/notebook/beamb/lib:/srv/conda/envs/notebook/bropo/lib:/srv/conda/envs/notebook/baltrad-wrwp/lib"} +} \ No newline at end of file diff --git a/binder/postBuild b/binder/postBuild index 90516695..2ea95531 100644 --- a/binder/postBuild +++ b/binder/postBuild @@ -25,6 +25,4 @@ bash /home/jovyan/binder/install_baltrad_rave_gmap.sh bash /home/jovyan/binder/install_baltrad_drqc.sh bash /home/jovyan/binder/install_baltrad_short_course.sh cp /home/jovyan/binder/kernel.json $CONDA_PREFIX/share/jupyter/kernels/python3/. - -bash /home/jovyan/binder/provision.sh # End \ No newline at end of file