Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/os-climate/elyra-plotly-notebook
Build of an elyra notebook that supports plotly jupyterhub extensions
https://github.com/os-climate/elyra-plotly-notebook
Last synced: 7 days ago
JSON representation
Build of an elyra notebook that supports plotly jupyterhub extensions
- Host: GitHub
- URL: https://github.com/os-climate/elyra-plotly-notebook
- Owner: os-climate
- License: gpl-3.0
- Created: 2021-09-27T18:06:47.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T19:55:40.000Z (24 days ago)
- Last Synced: 2024-10-22T13:39:22.070Z (23 days ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 1.06 MB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# elyra-plotly-notebook
This is a Template for any Python based project, it contains what Project Thoth and the AI CoE need:
1. GitHub defaults and Templates for issues.
2. Configuration for Coala and Black (code formating) are done using [`prow`](https://github.com/kubernetes/test-infra/tree/master/prow) with `pre-commit` and `mypy`.
3. Zuul is no longer supported. Instead [AICOE-CI](https://github.com/AICoE/aicoe-ci) is used for basic configuration.
4. We have a public service configuration now accessible for everyone.
5. If you are writing a Python module, [Kebechet](https://github.com/marketplace/khebhut) could manage the releases of your packages for you.
6. If credentials are provided, Python module releases could be published to [`PyPI`](https://pypi.org/) by [Kebechet](https://github.com/marketplace/khebhut).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.