Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
βCITATION.cff file
Found CITATION.cff file -
βcodemeta.json file
Found codemeta.json file -
β.zenodo.json file
Found .zenodo.json file -
βDOI references
-
βAcademic publication links
-
βCommitters with academic emails
3 of 74 committers (4.1%) from academic institutions -
βInstitutional organization owner
-
βJOSS paper metadata
-
βScientific vocabulary similarity
Low similarity (9.8%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
πͺ΄ Nebari - your open source data science platform
Basic Info
- Host: GitHub
- Owner: nebari-dev
- License: bsd-3-clause
- Language: Python
- Default Branch: main
- Homepage: https://nebari.dev
- Size: 16.3 MB
Statistics
- Stars: 307
- Watchers: 14
- Forks: 105
- Open Issues: 318
- Releases: 131
Topics
Metadata Files
README.md
Your open source data science platform. Built for scale, designed for collaboration.
| Information | Links |
| :---------- | :-----|
| Project |
|
| Community |
|
| CI |
|
| Cloud Providers |
|
Table of contents
- Table of contents
- Nebari
- Installation π»
- Usage π
- Nebari HPC
- Contributing to Nebari π©π»βπ»
- Code of Conduct π
- Ongoing Support
- License
β οΈ Warning β οΈ The
2023.10.1release includes the initial implementation of a Pluggy-based extension mechanism, for more details refer here. 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. After you've installed version2023.10.1, you can update yournebari-config.yamlby runningnebari 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.
Automated data science platform. From JupyterHub to Cloud environments with Dask Gateway.
Nebari is an open source data platform that enables users to build and maintain cost-effective and scalable compute platforms on HPC or Kubernetes with minimal DevOps overhead.
This repository details the Nebari (Kubernetes) version.
Not sure what to choose? Check out our documentation on choosing a deployment platform
Nebari
The Kubernetes version of Nebari uses Terraform, Helm, and GitHub Actions.
- Terraform handles the build, change, and versioning of the infrastructure.
- Helm helps to define, install, and manage Kubernetes 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:
Amazon AWS, GCP, and Microsoft Azure.

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,pipenvorvenv) 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.
Once all the necessary credentials are gathered and set as UNIX environment variables, Nebari can be deployed in minutes.
For detailed step-by-step instructions on how to deploy Nebari, check the Nebari documentation.
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 repository.
Contributing to Nebari π©π»βπ»
Thinking about contributing? Check out our Contribution Guidelines 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) to see if your query has been answered.
Getting help:
- GitHub 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 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.
Ongoing Support
If you're using Nebari and would like professional support, please get in touch with the Nebari development team.
License
Owner
- Name: nebari-dev
- Login: nebari-dev
- Kind: organization
- Website: https://www.nebari.dev
- Repositories: 23
- Profile: https://github.com/nebari-dev
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - name: "Nebari Development Team" type: software title: "Nebari" version: 2024.4.1 date-released: 2024-04-20 url: "https://www.nebari.dev" repository-code: "https://github.com/nebari-dev/nebari"
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Chris Ostrouchov | c****v@g****m | 302 |
| Marcelo Villa | m****a@q****m | 137 |
| eskild | 4****d | 126 |
| Vinicius D. Cerutti | 5****c | 126 |
| Adam Lewis | 2****s | 125 |
| Dan Lester | d****n@i****m | 118 |
| Chuck McAndrew | 6****d | 116 |
| Amit Kumar | d****t@g****m | 103 |
| Tony Fast | t****t@g****m | 102 |
| t-potts | t****s@g****m | 70 |
| pre-commit-ci[bot] | 6****] | 51 |
| smokestacklightnin | 1****n | 51 |
| Prasun Anand | p****p@g****m | 47 |
| Philip Meier | g****r@p****e | 44 |
| Fangchen Li | f****i@o****m | 30 |
| MichaΕ Krassowski | 5****i | 23 |
| Harsh Mishra | e****r@g****m | 22 |
| sophia | s****n@q****m | 21 |
| YuviPanda | y****a@g****m | 18 |
| Lais Carvalho | l****o@p****e | 17 |
| Josef Kellndorfer | j****r | 16 |
| anirrudh | a****7@g****m | 15 |
| sblair-metrostar | 7****r | 13 |
| Pavithra Eswaramoorthy | p****s@o****m | 12 |
| Tania Allard | t****d@g****m | 11 |
| joneszc | j****c@i****u | 10 |
| iameskild | e****2@g****m | 10 |
| arjxn.py | a****y@g****m | 9 |
| Ken Foster | k****r@m****m | 8 |
| Nebari-sensei | 1****i | 7 |
| and 44 more... | ||
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 701
- Total pull requests: 642
- Average time to close issues: 4 months
- Average time to close pull requests: 19 days
- Total issue authors: 61
- Total pull request authors: 46
- Average comments per issue: 2.41
- Average comments per pull request: 1.82
- Merged pull requests: 469
- Bot issues: 0
- Bot pull requests: 27
Past Year
- Issues: 169
- Pull requests: 238
- Average time to close issues: 24 days
- Average time to close pull requests: 12 days
- Issue authors: 22
- Pull request authors: 21
- Average comments per issue: 1.38
- Average comments per pull request: 1.59
- Merged pull requests: 168
- Bot issues: 0
- Bot pull requests: 12
Top Authors
Issue Authors
- Adam-D-Lewis (101)
- viniciusdc (91)
- dcmcand (80)
- marcelovilla (74)
- iameskild (59)
- aktech (40)
- kcpevey (39)
- krassowski (28)
- pavithraes (25)
- sblair-metrostar (22)
- costrouc (21)
- pmeier (16)
- kenafoster (16)
- pt247 (12)
- dharhas (12)
Pull Request Authors
- Adam-D-Lewis (149)
- viniciusdc (125)
- marcelovilla (97)
- dcmcand (92)
- iameskild (54)
- aktech (44)
- krassowski (41)
- fangchenli (36)
- pre-commit-ci[bot] (35)
- pmeier (29)
- soapy1 (19)
- nebari-sensei (17)
- pt247 (15)
- sblair-metrostar (14)
- kenafoster (13)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 484 last-month
- Total dependent packages: 7
- Total dependent repositories: 1
- Total versions: 74
- Total maintainers: 7
- Total advisories: 1
pypi.org: nebari
A Jupyter and Dask-powered open source data science platform.
- Documentation: https://www.nebari.dev/docs/welcome
- License: bsd-3-clause
-
Latest release: 2025.6.1
published 9 months ago
Rankings
Maintainers (7)
Advisories (1)
Dependencies
- BetaHuhn/repo-file-sync-action v1 composite
- actions/checkout master composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- pypa/gh-action-pypi-publish release/v1 composite
- actions/checkout v3 composite
- pre-commit/action v3.0.0 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- actions/upload-artifact master composite
- azure/login v1 composite
- google-github-actions/setup-gcloud v0 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- auth0-python ==4.0.0
- azure-identity ==1.6.1
- azure-mgmt-containerservice ==16.2.0
- bcrypt ==4.0.1
- boto3 ==1.26.54
- cloudflare ==2.11.1
- kubernetes ==25.3.0
- pydantic ==1.10.4
- pynacl ==1.5.0
- python-keycloak ==2.9.0
- questionary ==1.10.0
- rich ==13.2.0
- ruamel.yaml ==0.17.21
- typer ==0.7.0
- JasonEtco/create-an-issue v2 composite
- actions/checkout v3 composite
- actions/setup-python v1 composite
- peter-evans/create-pull-request v4 composite
- tj-actions/verify-changed-files v12 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- aws-actions/configure-aws-credentials v1 composite
- hashicorp/vault-action v2.5.0 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- 213 dependencies
- cypress ^6.8.0 development
- js-yaml ^4.0.0 development
- lodash ^4.17.21 development
- actions/checkout v3 composite
- conda-incubator/setup-miniconda v2 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- hashicorp/vault-action v2.5.0 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- google-github-actions/auth v1 composite
- hashicorp/vault-action v2.5.0 composite
- actions/checkout main composite
- actions/setup-node v3 composite
- actions/upload-artifact v3 composite
- azure/setup-kubectl v3 composite
- conda-incubator/setup-miniconda v2 composite
- cypress-io/github-action v6 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite