* chore: issue templates + readme updates + common gha Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> * chore: add contributing guide Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> * chore: link contributing guide in readme Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> * chore: update contributing guide Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> * chore: update contributing guide Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> --------- Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> |
||
---|---|---|
.github | ||
.gitattributes | ||
.gitignore | ||
CONTRIBUTING.md | ||
LICENSE | ||
OWNERS | ||
README.md |
README.md
Kubeflow Notebooks
Kubeflow Notebooks lets you run web-based development environments on your Kubernetes cluster by running them inside Pods.
⚠️ Note ⚠️
We are currently moving the Kubeflow Notebooks 1.0 codebase from
kubeflow/kubeflow
to this repository (kubeflow/notebooks
). Please seekubeflow/kubeflow#7549
for more information.We are currently developing Kubeflow Notebooks 2.0 in this repository under the
notebooks-v2
branch. Please seekubeflow/notebooks#85
for more information.
What is Kubeflow Notebooks?
Key features of Kubeflow Notebooks:
- Native support for JupyterLab, RStudio, and Visual Studio Code (code-server).
- Users can create notebook containers directly in the cluster, rather than locally on their workstations.
- Admins can provide standard notebook images for their organization with required packages pre-installed.
- Access control is managed by Kubeflow’s RBAC, enabling easier notebook sharing across the organization.
Installation
Kubeflow Notebooks is designed to be deployed as part of a Kubeflow Platform (not as a standalone component).
Please refer to the Installing Kubeflow page for more information.
Documentation
The official documentation for Kubeflow Notebooks can be found here.
Community
Kubeflow Notebooks is part of the Kubeflow project, refer to the Kubeflow Community page for more information.
Connect with other users and the Notebooks Working Group (maintainers of Kubeflow Notebooks) in the following places:
- Kubeflow Slack - Join the
#kubeflow-notebooks
channel. - Kubeflow Mailing List
Contributing
Please see the CONTRIBUTING.md
file for more information.