Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datacite/notebooks
Jupyter notebooks using GraphQL APIs by FREYA partners
https://github.com/datacite/notebooks
Last synced: 5 days ago
JSON representation
Jupyter notebooks using GraphQL APIs by FREYA partners
- Host: GitHub
- URL: https://github.com/datacite/notebooks
- Owner: datacite
- License: mit
- Created: 2019-05-25T19:45:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:15:37.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T12:36:16.728Z (3 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 3.54 MB
- Stars: 19
- Watchers: 17
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - datacite/notebooks - Jupyter notebooks using GraphQL APIs by FREYA partners (others)
README
To launch all the notebooks in one Binder instance, follow this link :point_right: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/datacite/notebooks/master)
See each subfolder readme to launch each notebook separately.
# notebooks
Jupyter notebooks## Python notebooks
To run the python notebooks, it is recommended to use a virtual environment as follows:
```
virtualenv venv
pip install -r requirements.txt
source venv/bin/activate
```And then, run
```
jupyter notebook
```