An open API service indexing awesome lists of open source software.

https://github.com/bears-r-us/arkoudanotebooks

place for notebooks and example uses of the Arkouda software package
https://github.com/bears-r-us/arkoudanotebooks

Last synced: over 1 year ago
JSON representation

place for notebooks and example uses of the Arkouda software package

Awesome Lists containing this project

README

          

# ArkoudaNotebooks
This is a place for notebooks and example uses of the [Arkouda](https://github.com/mhmerrill/arkouda) software package

Use `nbstripout` to strip ouput from notebooks before checking them into this repo.

[nbstripout github repo](https://github.com/kynan/nbstripout),
for more detail go to the nbstripout github repo README

```bash
# install nbstripout
pip install nbstripout
# or
pip install --upgrade nbstripout
# or
conda install -c conda-forge nbstripout

### install the git filter
nbstripout --install
```