Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```