https://github.com/pdbeurope/pdbe-aggregated-api-example
A Jupyter Notebook with an example use case for the PDBe Aggregated API
https://github.com/pdbeurope/pdbe-aggregated-api-example
Last synced: 1 day ago
JSON representation
A Jupyter Notebook with an example use case for the PDBe Aggregated API
- Host: GitHub
- URL: https://github.com/pdbeurope/pdbe-aggregated-api-example
- Owner: PDBeurope
- License: other
- Created: 2021-05-12T08:36:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-13T11:43:53.000Z (over 4 years ago)
- Last Synced: 2025-05-19T00:38:26.527Z (5 months ago)
- Language: Jupyter Notebook
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PDBe Aggregated API Example
====## Basic information
This Jupyter Notebook provides a step-by-step guide for using the PDBe Aggregated API to solve a particular scientific data compilation task.
v1.0.0 of this procedure is also available on CodeOcean: https://doi.org/10.24433/CO.4804830.v1
## Interactive usage
Clone this repository
```
git clone https://github.com/PDBeurope/pdbe-aggregated-api-example.git
```Install Jupyter Notebook
```
pip install jupyter
```Run Jupyter Notebook
```
jupyter notebook
```## Dependencies
For running:
`jupyter`## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/PDBeurope/pdbe-aggregated-api-example/tags).## Authors
* **Mihaly Varadi** - *Initial work* - [mvaradi](https://github.com/mvaradi)See also the list of [contributors](https://github.com/PDBeurope/pdbe-aggregated-api-example/contributors) who participated in this project.
## License
This project is licensed under the Apache License (version 2.) - see the [LICENSE](LICENSE) file for details.