elyra-plotly-notebook
July 10, 2026 ยท View on GitHub
Warning
This repository is archived and in a read-only state. You are welcome to download, clone, or fork this code, but please be aware that it is no longer actively maintained and may contain bugs or security vulnerabilities.
Interested in reviving this project? If you would like to restore development activities, please contact the team at info@os-climate.org.
Important
On June 26 2024, Linux Foundation announced the merger of its financial services umbrella, the Fintech Open Source Foundation (FINOS), with OS-Climate, an open source community dedicated to building data technologies, modeling, and analytic tools that will drive global capital flows into climate change mitigation and resilience; OS-Climate projects are in the process of transitioning to the FINOS governance framework; read more on finos.org/press/finos-join-forces-os-open-source-climate-sustainability-esg
elyra-plotly-notebook
This is a Template for any Python based project, it contains what Project Thoth and the AI CoE need:
- GitHub defaults and Templates for issues.
- Configuration for Coala and Black (code formating) are done using
prowwithpre-commitandmypy. - Zuul is no longer supported. Instead AICOE-CI is used for basic configuration.
- We have a public service configuration now accessible for everyone.
- If you are writing a Python module, Kebechet could manage the releases of your packages for you.
- If credentials are provided, Python module releases could be published to
PyPIby Kebechet.
Dependencies should be managed using pipenv (Pipfile, and the Pipfile.lock could be created by thamos advise), pip3 and a requirements.txt files could be used.