Last active
April 13, 2020 08:34
-
-
Save maximlt/9f3ea6729ff995454765a76e171abb9a to your computer and use it in GitHub Desktop.
Test Binder Env for Holoviews
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: holoviews | |
channels: | |
- conda-forge | |
dependencies: | |
- pyviz::holoviews=1.13* | |
# Install requires | |
- pyviz::param>=1.8.0,<2.0 | |
- pyviz::pyviz_comms>=0.7.2 | |
- pyviz::panel>=0.7.0 | |
- numpy>=1.0 | |
- pandas | |
# Notebook dependencies already filled by binder | |
# Recommended installs | |
- matplotlib>=2.1 | |
- bokeh>=1.1.0 | |
# To run all examples | |
- networkx | |
- pillow | |
- xarray>=0.10.4 | |
- plotly>=4.0 | |
- pyviz::datashader | |
- selenium | |
- phantomjs | |
- ffmpeg | |
- streamz>=0.5.0 | |
- cftime | |
- netcdf4 | |
- bzip2 | |
- dask | |
- scipy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# JupyterLab extension | |
jupyter labextension install @pyviz/jupyterlab_pyviz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment