nebari


Namenebari JSON
Version 2024.4.1 PyPI version JSON
download
home_pageNone
SummaryA Jupyter and Dask-powered open source data science platform.
upload_time2024-04-20 17:45:19
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords aws azure dask do gcp jupyter nebari
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
<picture>
  <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/nebari-dev/nebari-design/main/logo-mark/horizontal/Nebari-Logo-Horizontal-Lockup.svg">
  <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nebari-dev/nebari-design/main/logo-mark/horizontal/Nebari-Logo-Horizontal-Lockup-White-text.svg">
  <img alt="Nebari logo mark - text will be black in light color mode and white in dark color mode." src="https://raw.githubusercontent.com/nebari-dev/nebari-design/main/logo-mark/horizontal/Nebari-Logo-Horizontal-Lockup-White-text.svg" width="50%"/>
</picture>
</p>

<h1 align="center"> Your open source data science platform. Built for scale, designed for collaboration. </h1>

---

| Information | Links |
| :---------- | :-----|
|   Project   | [![License](https://img.shields.io/badge/License-BSD%203--Clause-gray.svg?colorA=2D2A56&colorB=5936D9&style=flat.svg)](https://opensource.org/licenses/BSD-3-Clause) [![Nebari documentation](https://img.shields.io/badge/%F0%9F%93%96%20Read-the%20docs-gray.svg?colorA=2D2A56&colorB=5936D9&style=flat.svg)](https://www.nebari.dev/docs/welcome) [![PyPI](https://img.shields.io/pypi/v/nebari)](https://badge.fury.io/py/nebari) [![conda version](https://img.shields.io/conda/vn/conda-forge/nebari)]((https://anaconda.org/conda-forge/nebari))  |
|  Community  | [![GH discussions](https://img.shields.io/badge/%F0%9F%92%AC%20-Participate%20in%20discussions-gray.svg?colorA=2D2A56&colorB=5936D9&style=flat.svg)](https://github.com/nebari-dev/nebari/discussions) [![Open an issue](https://img.shields.io/badge/%F0%9F%93%9D%20Open-an%20issue-gray.svg?colorA=2D2A56&colorB=5936D9&style=flat.svg)](https://github.com/nebari-dev/nebari/issues/new/choose) [![Community guidelines](https://img.shields.io/badge/🤝%20Community-guidelines-gray.svg?colorA=2D2A56&colorB=5936D9&style=flat.svg)](https://www.nebari.dev/docs/community/) |
|     CI      | [![Kubernetes Tests](https://github.com/nebari-dev/nebari/actions/workflows/test_local_integration.yaml/badge.svg)](https://github.com/nebari-dev/nebari/actions/workflows/kubernetes_test.yaml) [![Tests](https://github.com/nebari-dev/nebari/actions/workflows/test.yaml/badge.svg)](https://github.com/nebari-dev/nebari/actions/workflows/test.yaml) [![Test Nebari Provider](https://github.com/nebari-dev/nebari/actions/workflows/test-provider.yaml/badge.svg)](https://github.com/nebari-dev/nebari/actions/workflows/test-provider.yaml) |

## Table of contents

- [Table of contents](#table-of-contents)
- [Nebari](#nebari)
  - [Cloud Providers ☁️](#cloud-providers-️)
- [Installation 💻](#installation-)
  - [Pre-requisites](#pre-requisites)
  - [Install Nebari](#install-nebari)
- [Usage 🚀](#usage-)
- [Nebari HPC](#nebari-hpc)
- [Contributing to Nebari 👩🏻‍💻](#contributing-to-nebari-)
  - [Installing the Development version of Nebari ⚙️](#installing-the-development-version-of-nebari-️)
  - [Questions? 🤔](#questions-)
- [Code of Conduct 📖](#code-of-conduct-)
- [Ongoing Support](#ongoing-support)
- [License](#license)

> **⚠️ Warning ⚠️**
> The `2023.10.1` release includes the initial implementation of a [Pluggy-based](https://pluggy.readthedocs.io/en/stable/) extension mechanism, for more details refer [here](https://www.nebari.dev/docs/community/plugins).
> This version also fully deprecates CDS Dashboards as it is no longer compatible with the newer versions of JupyterHub.
> For more details on all of changes included in this release, please refer to our [release notes](./RELEASE.md).
> After you've installed version `2023.10.1`, you can update your `nebari-config.yaml` by running `nebari upgrade -c nebari-config.yaml`, please
> follow the upgrades instructions output by this command.
> And please make sure to [back up your data before attempting an upgrade](https://www.nebari.dev/docs/how-tos/manual-backup).

Automated data science platform. From [JupyterHub](https://jupyter.org/hub "Multi-user version of the Notebook") to Cloud environments with
[Dask Gateway](https://docs.dask.org/ "Parallel computing in Python").

Nebari is an open source data platform that enables users to build and maintain cost-effective and scalable compute platforms
on [HPC](#nebari-hpc) or [Kubernetes](#nebari) with minimal DevOps overhead.

**This repository details the [Nebari](https://nebari.dev/ "Official Nebari docs") (Kubernetes) version.**

Not sure what to choose? Check out our documentation on [choosing a deployment platform](https://www.nebari.dev/docs/get-started/deploy)

## Nebari

The Kubernetes version of Nebari uses [Terraform](https://www.terraform.io/), [Helm](https://helm.sh/), and
[GitHub Actions](https://docs.github.com/en/free-pro-team@latest/actions).

- Terraform handles the build, change, and versioning of the infrastructure.
- Helm helps to define, install, and manage [Kubernetes](https://kubernetes.io/ "Automated container deployment, scaling, and management") resources.
- GitHub Actions is used to automatically create commits when the configuration file (`nebari-config.yaml`) is rendered,
  as well as to kick off the deployment action.

Nebari aims to abstract all these complexities for its users.
Hence, it is not necessary to know any of the technologies mentioned above to have your project successfully deployed.

> TLDR: If you know GitHub and feel comfortable generating and using API keys, you should have all it takes to deploy and maintain your system without the need for a dedicated
> DevOps team. No need to learn Kubernetes, Terraform, or Helm.

### Cloud Providers ☁️

Nebari offers out-of-the-box support for the major public cloud providers: [Digital Ocean](https://www.digitalocean.com/),
Amazon [AWS](https://aws.amazon.com/), [GCP](https://cloud.google.com/ "Google Cloud Provider"), and Microsoft [Azure](https://azure.microsoft.com/en-us/).
![High-level illustration of Nebari architecture](https://raw.githubusercontent.com/nebari-dev/nebari-docs/main/docs/static/img/welcome/nebari_overview_sequence.png)

## Installation 💻

### Pre-requisites

- Operating System: Currently, Nebari supports development on macOS and Linux operating systems. Windows is NOT supported.
  However, we would welcome contributions that add and improve support for Windows.
- You need Python >= 3.10 on your local machine or virtual environment to work on Nebari.
- Adopting virtual environments ([`conda`](https://docs.conda.io/en/latest/), [`pipenv`](https://github.com/pypa/pipenv) or
  [`venv`](https://docs.python.org/3/library/venv.html)) is also encouraged.

### Install Nebari

To install Nebari type the following commands in your command line:

- Install using `conda`:

  ```bash
  conda install -c conda-forge nebari

  # if you prefer using mamba
  mamba install -c conda-forge nebari
  ```

- Install using `pip`:

  ```bash
  pip install nebari
  ```

Once finished, you can check Nebari's version (and additional CLI arguments) by typing:

```bash
nebari --help
```

If successful, the CLI output will be similar to the following:

```bash
usage: nebari [-h] [-v] {deploy,destroy,render,init,validate} ...

Nebari command line

positional arguments:
  {deploy,destroy,render,init,validate}
                        Nebari

optional arguments:
  -h, --help            show this help message and exit
  -v, --version         Nebari version
```

## Usage 🚀

Nebari requires setting multiple environment variables to automate the deployments fully.
For details on obtaining those variables, check the [Nebari Get started documentation][docs-get-started].

Once all the necessary credentials are gathered and set as [UNIX environment variables](https://linuxize.com/post/how-to-set-and-list-environment-variables-in-linux/), Nebari can be
deployed in minutes.

For detailed step-by-step instructions on how to deploy Nebari, check the [Nebari documentation][docs-deploy].

## Nebari HPC

An HPC version of Nebari is currently not available. There is one under development for Nebari's precursor QHub.
Curious? Check out the [QHub HPC](https://github.com/Quansight/qhub-hpc) repository.

## Contributing to Nebari 👩🏻‍💻

Thinking about contributing? Check out our [Contribution Guidelines](CONTRIBUTING.md) to get started.

### Installing the Development version of Nebari ⚙️

To install the latest developer version (unstable) use:

```bash
pip install git+https://github.com/nebari-dev/nebari.git
```

### Questions? 🤔

Have a look at our [Frequently Asked Questions (FAQ)][nebari-faqs] to see if your query has been answered.

Getting help:

- [GitHub Discussions][gh-discussions] is our user forum. It can be used to raise discussions about a subject,
    such as: "What is the recommended way to do _X_ with Nebari?"
- [Issues][nebari-issues] for queries, bug reporting, feature requests, documentation, etc.

> We work around the clock to make Nebari better, but sometimes your query might take a while to get a reply. We
> apologize in advance and ask you to please, be patient :pray:.

## Code of Conduct 📖

To guarantee a welcoming and friendly community, we require all community members to follow our [Code of Conduct](https://github.com/Quansight/.github/blob/master/CODE_OF_CONDUCT.md).

## Ongoing Support

If you're using Nebari and would like professional support, please get in touch with the Nebari development team.

## License

[Nebari is BSD3 licensed](LICENSE).

<!-- links -->
[nebari-issues]: https://github.com/nebari-dev/nebari/issues
[nebari-faqs]: https://www.nebari.dev/docs/faq
[gh-discussions]: https://github.com/nebari-dev/nebari/discussions
[docs-get-started]: https://www.nebari.dev/docs/category/get-started
[docs-deploy]: https://www.nebari.dev/docs/get-started/deploy

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nebari",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "aws, azure, dask, do, gcp, jupyter, nebari",
    "author": null,
    "author_email": "Nebari development team <internal-it@quansight.com>",
    "download_url": "https://files.pythonhosted.org/packages/25/17/f25a682e377121fbe5f6510ef306f08bcfd0a838281eff5bd17c989414f6/nebari-2024.4.1.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n<picture>\n  <source media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/nebari-dev/nebari-design/main/logo-mark/horizontal/Nebari-Logo-Horizontal-Lockup.svg\">\n  <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/nebari-dev/nebari-design/main/logo-mark/horizontal/Nebari-Logo-Horizontal-Lockup-White-text.svg\">\n  <img alt=\"Nebari logo mark - text will be black in light color mode and white in dark color mode.\" src=\"https://raw.githubusercontent.com/nebari-dev/nebari-design/main/logo-mark/horizontal/Nebari-Logo-Horizontal-Lockup-White-text.svg\" width=\"50%\"/>\n</picture>\n</p>\n\n<h1 align=\"center\"> Your open source data science platform. Built for scale, designed for collaboration. </h1>\n\n---\n\n| Information | Links |\n| :---------- | :-----|\n|   Project   | [![License](https://img.shields.io/badge/License-BSD%203--Clause-gray.svg?colorA=2D2A56&colorB=5936D9&style=flat.svg)](https://opensource.org/licenses/BSD-3-Clause) [![Nebari documentation](https://img.shields.io/badge/%F0%9F%93%96%20Read-the%20docs-gray.svg?colorA=2D2A56&colorB=5936D9&style=flat.svg)](https://www.nebari.dev/docs/welcome) [![PyPI](https://img.shields.io/pypi/v/nebari)](https://badge.fury.io/py/nebari) [![conda version](https://img.shields.io/conda/vn/conda-forge/nebari)]((https://anaconda.org/conda-forge/nebari))  |\n|  Community  | [![GH discussions](https://img.shields.io/badge/%F0%9F%92%AC%20-Participate%20in%20discussions-gray.svg?colorA=2D2A56&colorB=5936D9&style=flat.svg)](https://github.com/nebari-dev/nebari/discussions) [![Open an issue](https://img.shields.io/badge/%F0%9F%93%9D%20Open-an%20issue-gray.svg?colorA=2D2A56&colorB=5936D9&style=flat.svg)](https://github.com/nebari-dev/nebari/issues/new/choose) [![Community guidelines](https://img.shields.io/badge/\ud83e\udd1d%20Community-guidelines-gray.svg?colorA=2D2A56&colorB=5936D9&style=flat.svg)](https://www.nebari.dev/docs/community/) |\n|     CI      | [![Kubernetes Tests](https://github.com/nebari-dev/nebari/actions/workflows/test_local_integration.yaml/badge.svg)](https://github.com/nebari-dev/nebari/actions/workflows/kubernetes_test.yaml) [![Tests](https://github.com/nebari-dev/nebari/actions/workflows/test.yaml/badge.svg)](https://github.com/nebari-dev/nebari/actions/workflows/test.yaml) [![Test Nebari Provider](https://github.com/nebari-dev/nebari/actions/workflows/test-provider.yaml/badge.svg)](https://github.com/nebari-dev/nebari/actions/workflows/test-provider.yaml) |\n\n## Table of contents\n\n- [Table of contents](#table-of-contents)\n- [Nebari](#nebari)\n  - [Cloud Providers \u2601\ufe0f](#cloud-providers-\ufe0f)\n- [Installation \ud83d\udcbb](#installation-)\n  - [Pre-requisites](#pre-requisites)\n  - [Install Nebari](#install-nebari)\n- [Usage \ud83d\ude80](#usage-)\n- [Nebari HPC](#nebari-hpc)\n- [Contributing to Nebari \ud83d\udc69\ud83c\udffb\u200d\ud83d\udcbb](#contributing-to-nebari-)\n  - [Installing the Development version of Nebari \u2699\ufe0f](#installing-the-development-version-of-nebari-\ufe0f)\n  - [Questions? \ud83e\udd14](#questions-)\n- [Code of Conduct \ud83d\udcd6](#code-of-conduct-)\n- [Ongoing Support](#ongoing-support)\n- [License](#license)\n\n> **\u26a0\ufe0f Warning \u26a0\ufe0f**\n> The `2023.10.1` release includes the initial implementation of a [Pluggy-based](https://pluggy.readthedocs.io/en/stable/) extension mechanism, for more details refer [here](https://www.nebari.dev/docs/community/plugins).\n> This version also fully deprecates CDS Dashboards as it is no longer compatible with the newer versions of JupyterHub.\n> For more details on all of changes included in this release, please refer to our [release notes](./RELEASE.md).\n> After you've installed version `2023.10.1`, you can update your `nebari-config.yaml` by running `nebari upgrade -c nebari-config.yaml`, please\n> follow the upgrades instructions output by this command.\n> And please make sure to [back up your data before attempting an upgrade](https://www.nebari.dev/docs/how-tos/manual-backup).\n\nAutomated data science platform. From [JupyterHub](https://jupyter.org/hub \"Multi-user version of the Notebook\") to Cloud environments with\n[Dask Gateway](https://docs.dask.org/ \"Parallel computing in Python\").\n\nNebari is an open source data platform that enables users to build and maintain cost-effective and scalable compute platforms\non [HPC](#nebari-hpc) or [Kubernetes](#nebari) with minimal DevOps overhead.\n\n**This repository details the [Nebari](https://nebari.dev/ \"Official Nebari docs\") (Kubernetes) version.**\n\nNot sure what to choose? Check out our documentation on [choosing a deployment platform](https://www.nebari.dev/docs/get-started/deploy)\n\n## Nebari\n\nThe Kubernetes version of Nebari uses [Terraform](https://www.terraform.io/), [Helm](https://helm.sh/), and\n[GitHub Actions](https://docs.github.com/en/free-pro-team@latest/actions).\n\n- Terraform handles the build, change, and versioning of the infrastructure.\n- Helm helps to define, install, and manage [Kubernetes](https://kubernetes.io/ \"Automated container deployment, scaling, and management\") resources.\n- GitHub Actions is used to automatically create commits when the configuration file (`nebari-config.yaml`) is rendered,\n  as well as to kick off the deployment action.\n\nNebari aims to abstract all these complexities for its users.\nHence, it is not necessary to know any of the technologies mentioned above to have your project successfully deployed.\n\n> TLDR: If you know GitHub and feel comfortable generating and using API keys, you should have all it takes to deploy and maintain your system without the need for a dedicated\n> DevOps team. No need to learn Kubernetes, Terraform, or Helm.\n\n### Cloud Providers \u2601\ufe0f\n\nNebari offers out-of-the-box support for the major public cloud providers: [Digital Ocean](https://www.digitalocean.com/),\nAmazon [AWS](https://aws.amazon.com/), [GCP](https://cloud.google.com/ \"Google Cloud Provider\"), and Microsoft [Azure](https://azure.microsoft.com/en-us/).\n![High-level illustration of Nebari architecture](https://raw.githubusercontent.com/nebari-dev/nebari-docs/main/docs/static/img/welcome/nebari_overview_sequence.png)\n\n## Installation \ud83d\udcbb\n\n### Pre-requisites\n\n- Operating System: Currently, Nebari supports development on macOS and Linux operating systems. Windows is NOT supported.\n  However, we would welcome contributions that add and improve support for Windows.\n- You need Python >= 3.10 on your local machine or virtual environment to work on Nebari.\n- Adopting virtual environments ([`conda`](https://docs.conda.io/en/latest/), [`pipenv`](https://github.com/pypa/pipenv) or\n  [`venv`](https://docs.python.org/3/library/venv.html)) is also encouraged.\n\n### Install Nebari\n\nTo install Nebari type the following commands in your command line:\n\n- Install using `conda`:\n\n  ```bash\n  conda install -c conda-forge nebari\n\n  # if you prefer using mamba\n  mamba install -c conda-forge nebari\n  ```\n\n- Install using `pip`:\n\n  ```bash\n  pip install nebari\n  ```\n\nOnce finished, you can check Nebari's version (and additional CLI arguments) by typing:\n\n```bash\nnebari --help\n```\n\nIf successful, the CLI output will be similar to the following:\n\n```bash\nusage: nebari [-h] [-v] {deploy,destroy,render,init,validate} ...\n\nNebari command line\n\npositional arguments:\n  {deploy,destroy,render,init,validate}\n                        Nebari\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -v, --version         Nebari version\n```\n\n## Usage \ud83d\ude80\n\nNebari requires setting multiple environment variables to automate the deployments fully.\nFor details on obtaining those variables, check the [Nebari Get started documentation][docs-get-started].\n\nOnce all the necessary credentials are gathered and set as [UNIX environment variables](https://linuxize.com/post/how-to-set-and-list-environment-variables-in-linux/), Nebari can be\ndeployed in minutes.\n\nFor detailed step-by-step instructions on how to deploy Nebari, check the [Nebari documentation][docs-deploy].\n\n## Nebari HPC\n\nAn HPC version of Nebari is currently not available. There is one under development for Nebari's precursor QHub.\nCurious? Check out the [QHub HPC](https://github.com/Quansight/qhub-hpc) repository.\n\n## Contributing to Nebari \ud83d\udc69\ud83c\udffb\u200d\ud83d\udcbb\n\nThinking about contributing? Check out our [Contribution Guidelines](CONTRIBUTING.md) to get started.\n\n### Installing the Development version of Nebari \u2699\ufe0f\n\nTo install the latest developer version (unstable) use:\n\n```bash\npip install git+https://github.com/nebari-dev/nebari.git\n```\n\n### Questions? \ud83e\udd14\n\nHave a look at our [Frequently Asked Questions (FAQ)][nebari-faqs] to see if your query has been answered.\n\nGetting help:\n\n- [GitHub Discussions][gh-discussions] is our user forum. It can be used to raise discussions about a subject,\n    such as: \"What is the recommended way to do _X_ with Nebari?\"\n- [Issues][nebari-issues] for queries, bug reporting, feature requests, documentation, etc.\n\n> We work around the clock to make Nebari better, but sometimes your query might take a while to get a reply. We\n> apologize in advance and ask you to please, be patient :pray:.\n\n## Code of Conduct \ud83d\udcd6\n\nTo guarantee a welcoming and friendly community, we require all community members to follow our [Code of Conduct](https://github.com/Quansight/.github/blob/master/CODE_OF_CONDUCT.md).\n\n## Ongoing Support\n\nIf you're using Nebari and would like professional support, please get in touch with the Nebari development team.\n\n## License\n\n[Nebari is BSD3 licensed](LICENSE).\n\n<!-- links -->\n[nebari-issues]: https://github.com/nebari-dev/nebari/issues\n[nebari-faqs]: https://www.nebari.dev/docs/faq\n[gh-discussions]: https://github.com/nebari-dev/nebari/discussions\n[docs-get-started]: https://www.nebari.dev/docs/category/get-started\n[docs-deploy]: https://www.nebari.dev/docs/get-started/deploy\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Jupyter and Dask-powered open source data science platform.",
    "version": "2024.4.1",
    "project_urls": {
        "Documentation": "https://www.nebari.dev/docs",
        "Source": "https://github.com/nebari-dev/nebari"
    },
    "split_keywords": [
        "aws",
        " azure",
        " dask",
        " do",
        " gcp",
        " jupyter",
        " nebari"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21ac82076e30a344e5eb7ccd343decfb272aba5a913a215a4b851a0e0d493653",
                "md5": "effcce7dfb5ea45ff2c1e2d4b9ceb2b0",
                "sha256": "2534ed1c03f46172a1c8b022f7f834bbd827121ab51c4f40e045e5786425d7f4"
            },
            "downloads": -1,
            "filename": "nebari-2024.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "effcce7dfb5ea45ff2c1e2d4b9ceb2b0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 294473,
            "upload_time": "2024-04-20T17:45:17",
            "upload_time_iso_8601": "2024-04-20T17:45:17.448697Z",
            "url": "https://files.pythonhosted.org/packages/21/ac/82076e30a344e5eb7ccd343decfb272aba5a913a215a4b851a0e0d493653/nebari-2024.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2517f25a682e377121fbe5f6510ef306f08bcfd0a838281eff5bd17c989414f6",
                "md5": "8b9242803391d393d3f077d4354f44ea",
                "sha256": "1430d6d891dad28f2278f6b1ed76cfb234db4b1a5c23f770d7693f9094e65a1b"
            },
            "downloads": -1,
            "filename": "nebari-2024.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8b9242803391d393d3f077d4354f44ea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 307687,
            "upload_time": "2024-04-20T17:45:19",
            "upload_time_iso_8601": "2024-04-20T17:45:19.645014Z",
            "url": "https://files.pythonhosted.org/packages/25/17/f25a682e377121fbe5f6510ef306f08bcfd0a838281eff5bd17c989414f6/nebari-2024.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-20 17:45:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nebari-dev",
    "github_project": "nebari",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nebari"
}
        
Elapsed time: 0.22974s