A collection of Python Jupyter notebooks to showcase how to publish tools to the tools-registry.
| Notebook | Description |
|---|---|
| publish-simple-tool-example.ipynb | A simple example of how to publish a tool to the tools-registry. |
The simplest way to run the notebook is to use an online service like Google colab. You can also run the notebook locally using Jupyter Notebook or Jupyter Lab.
Using Google Colab:
- Go to colab.research.google.com.
- In
Open notebook, select theGitHubtab. - Paste the Github url
https://github.com/EOSC-Data-Commons/publish-tool-examples. This load the list of notebooks in the repository. - Click on the notebook you want to run, for example
publish-simple-tool-example.ipynb. - Follow the instructions in the notebook to publish your tool to the
tools-registry.