Ecosyste.ms: Awesome
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: 1 day ago
JSON representation
place for notebooks and example uses of the Arkouda software package
- Host: GitHub
- URL: https://github.com/bears-r-us/arkoudanotebooks
- Owner: Bears-R-Us
- License: mit
- Created: 2020-09-10T01:49:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T16:10:54.000Z (10 months ago)
- Last Synced: 2024-03-17T18:10:28.680Z (8 months ago)
- Language: HTML
- Size: 378 KB
- Stars: 11
- Watchers: 12
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 packageUse `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
```