This project is a module that enables the use of Jupyter Notebook inside the OSCAR cluster, allowing users to interact with the cluster, through its python client.
It also includes support for Elyra and APRICOT (Advanced Platform for Reproducible Infrastructure in the Cloud via Open Tools).
To use this module from the OSCAR cluster, you simply need to enter the cluster web UI and then go to Nootebooks
→ Deploy
.
You also can take the juno.yaml
and script.sh
, presents in this project and deploy it as an OSCAR service.
If you go to the examples directory, you can find a simple tutorial that will teach you how to use OSCER through Jupyter Notebooks with two basic use cases.
It will show you how to:
- Set up the notebook environment.
- Create and call a synchronous service.
- Create and call an asynchronous service.
- Delete the created services.
- OSCAR Documentation
- OSCAR OpenAPI
- Functions Definition Language (FDL)
- OSCAR Python Client - GitHub / PyPi
- APRICOT
- Elyra