https://github.com/datacite/notebooks
Jupyter notebooks using GraphQL APIs by FREYA partners
https://github.com/datacite/notebooks
Last synced: 5 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:15:37.000Z (over 3 years ago)
- Last Synced: 2025-09-11T10:21:16.408Z (10 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 3.54 MB
- Stars: 23
- 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: [](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
```