Skip to content

Commit

Permalink
Adds a binder badge with a demo notebook (WIP)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
  • Loading branch information
jeandet committed Apr 1, 2022
1 parent bf7f8c9 commit ebb74e6
Show file tree
Hide file tree
Showing 3 changed files with 1,241 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![CPP17](https://img.shields.io/badge/Language-C++17-blue.svg)]()
[![All OS test matrix](https://github.com/SciQLop/CDFpp/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/SciQLop/CDFpp/actions/workflows/tests.yml)
[![Discover on MyBinder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/SciQLop/CDFpp/master?labpath=examples/notebooks)
[![Coverage](https://codecov.io/gh/SciQLop/CDFpp/coverage.svg?branch=master)](https://codecov.io/gh/SciQLop/CDFpp/branch/master)


# CDFpp (CDF++)
A NASA's [CDF](https://cdf.gsfc.nasa.gov/) modern C++ library.
This is not a C++ wrapper but a full C++ implementation.
Expand Down
13 changes: 13 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: binder-environment
channels:
- conda-forge
dependencies:
- python
- numpy
- ipympl
- pip
- xarray
- pip:
- matplotlib
- pycdfpp
- requests
Loading

0 comments on commit ebb74e6

Please sign in to comment.