Metadata-Version: 2.4
Name: stellars_jupyterlab_favourites
Version: 1.0.4
Summary: Metapackage aggregating Stellars JupyterLab extensions, fixes, themes, and favourite third-party packages
Project-URL: Homepage, https://github.com/stellarshenson/stellars_jupyterlab_favourites
Project-URL: Repository, https://github.com/stellarshenson/stellars_jupyterlab_favourites
Author-email: Konrad Jelen <konrad.jelen+github@gmail.com>
License: MIT
Keywords: extensions,jupyter,jupyterlab,themes
Classifier: Framework :: Jupyter
Classifier: Framework :: Jupyter :: JupyterLab
Classifier: Framework :: Jupyter :: JupyterLab :: 4
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Requires-Dist: jupyter-app-launcher
Requires-Dist: jupyter-resource-usage
Requires-Dist: jupyterlab-code-formatter
Requires-Dist: jupyterlab-execute-time
Requires-Dist: jupyterlab-favorites
Requires-Dist: jupyterlab-git
Requires-Dist: jupyterlab-iframe
Requires-Dist: jupyterlab-stellars-darcula-theme
Requires-Dist: jupyterlab-stellars-sublime-theme
Requires-Dist: jupytext
Requires-Dist: nb-venv-kernels
Requires-Dist: nbdime
Requires-Dist: notebook-intelligence
Requires-Dist: stellars-jupyterlab-extensions
Requires-Dist: stellars-jupyterlab-fixes
Description-Content-Type: text/markdown

# Stellars JupyterLab Favourites

[![PyPI version](https://img.shields.io/pypi/v/stellars_jupyterlab_favourites.svg)](https://pypi.org/project/stellars_jupyterlab_favourites/)
[![Total PyPI downloads](https://static.pepy.tech/badge/stellars_jupyterlab_favourites)](https://pepy.tech/project/stellars_jupyterlab_favourites)
[![JupyterLab 4](https://img.shields.io/badge/JupyterLab-4-orange.svg)](https://jupyterlab.readthedocs.io/en/stable/)
[![Brought To You By KOLOMOLO](https://img.shields.io/badge/Brought%20To%20You%20By-KOLOMOLO-00ffff?style=flat)](https://kolomolo.com)

Complete JupyterLab productivity stack - Stellars extensions, fixes, themes, and curated third-party packages in one install. This is the same package set used in [stellars-jupyterlab-ds](https://github.com/stellarshenson/stellars-jupyterlab-ds) production deployments.

## Installation

```bash
pip install stellars_jupyterlab_favourites
```

## Included Packages

### Stellars Metapackages

- **[stellars_jupyterlab_extensions](https://pypi.org/project/stellars_jupyterlab_extensions/)** - All Stellars JupyterLab extensions (18 packages)
- **[stellars_jupyterlab_fixes](https://pypi.org/project/stellars_jupyterlab_fixes/)** - All Stellars JupyterLab bug fixes (4 packages)

### Stellars Core

- **[nb_venv_kernels](https://github.com/stellarshenson/nb_venv_kernels)** - Unified kernel discovery for conda, venv, and uv environments

### Stellars Themes

- **[jupyterlab_stellars_darcula_theme](https://github.com/stellarshenson/jupyterlab_stellars_darcula_theme)** - IntelliJ Darcula theme
- **[jupyterlab_stellars_sublime_theme](https://github.com/stellarshenson/jupyterlab_stellars_sublime_theme)** - Sublime Text Mariana theme

### JupyterLab Extensions

- **[jupyterlab-git](https://github.com/jupyterlab/jupyterlab-git)** - Git extension for JupyterLab
- **[jupyterlab-code-formatter](https://github.com/ryantam626/jupyterlab_code_formatter)** - Code formatting integration

### Productivity Extensions

- **[jupytext](https://github.com/mwouts/jupytext)** - Jupyter notebooks as plain text files
- **[jupyter-resource-usage](https://github.com/jupyter-server/jupyter-resource-usage)** - CPU and memory monitoring
- **[jupyterlab-execute-time](https://github.com/deshaw/jupyterlab-execute-time)** - Cell execution time display
- **[jupyterlab_favorites](https://github.com/jupyterlab-contrib/jupyterlab-favorites)** - Favourite locations in file browser
- **[jupyterlab_iframe](https://github.com/timkpaine/jupyterlab_iframe)** - Open webpages in iframe tabs
- **[jupyter_app_launcher](https://github.com/trungleduc/jupyter_app_launcher)** - Custom launcher cards

### AI Assistance

- **[notebook-intelligence](https://github.com/nickmaxfield/notebook-intelligence)** - GitHub Copilot integration

### Development Tools

- **[nbdime](https://github.com/jupyter/nbdime)** - Notebook diffing and merging

## Requirements

- JupyterLab >= 4.0.0
- Python >= 3.10
