Metadata-Version: 2.4
Name: stellars_jupyterlab_extensions
Version: 1.0.2
Summary: Metapackage aggregating all Stellars JupyterLab extensions
Project-URL: Homepage, https://github.com/stellarshenson
Project-URL: Repository, https://github.com/stellarshenson
Author-email: Konrad Jelen <konrad.jelen+github@gmail.com>
License: MIT
Keywords: extensions,jupyter,jupyterlab
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Requires-Dist: jupyterlab-close-all-tabs-extension
Requires-Dist: jupyterlab-doc-reader-extension
Requires-Dist: jupyterlab-fit-image-size-extension
Requires-Dist: jupyterlab-github-markdown-alerts-extension
Requires-Dist: jupyterlab-makefile-file-type-extension
Requires-Dist: jupyterlab-markdown-insert-content-extension
Requires-Dist: jupyterlab-mmd-to-png-extension
Requires-Dist: jupyterlab-notifications-extension
Requires-Dist: jupyterlab-refresh-view-extension
Requires-Dist: jupyterlab-tabular-data-viewer-extension
Requires-Dist: jupyterlab-terminal-show-in-file-browser-extension
Requires-Dist: jupyterlab-vscode-icons-extension
Requires-Dist: jupyterlab-zip-extension
Description-Content-Type: text/markdown

# Stellars JupyterLab Extensions

[![PyPI version](https://img.shields.io/pypi/v/stellars_jupyterlab_extensions.svg)](https://pypi.org/project/stellars_jupyterlab_extensions/)
[![Total PyPI downloads](https://static.pepy.tech/badge/stellars_jupyterlab_extensions)](https://pepy.tech/project/stellars_jupyterlab_extensions)
[![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)

Metapackage that installs all Stellars JupyterLab extensions in one command.

## Installation

```bash
pip install stellars_jupyterlab_extensions
```

## Included Extensions

- **jupyterlab_close_all_tabs_extension** - Add "Close All Tabs" menu option
- **jupyterlab_doc_reader_extension** - Open DOCX and RTF documents directly in JupyterLab
- **jupyterlab_fit_image_size_extension** - Auto-scale images to fit view while preserving original size for smaller images
- **jupyterlab_github_markdown_alerts_extension** - GitHub-style alert blocks in Markdown
- **jupyterlab_makefile_file_type_extension** - Makefile syntax highlighting and file type registration
- **jupyterlab_markdown_insert_content_extension** - Insert reusable content blocks with auto TOC generation
- **jupyterlab_mmd_to_png_extension** - Convert Mermaid diagrams to PNGs
- **jupyterlab_notifications_extension** - Secure API endpoint for JupyterLab notifications
- **jupyterlab_refresh_view_extension** - Refresh file content preserving scroll position
- **jupyterlab_tabular_data_viewer_extension** - Enhanced CSV/TSV, XLSX, Parquet viewer
- **jupyterlab_terminal_show_in_file_browser_extension** - Show terminal working directory in file browser
- **jupyterlab_vscode_icons_extension** - VSCode file icons for JupyterLab file browser
- **jupyterlab_zip_extension** - Archive compression and extraction in File Browser

## Requirements

- JupyterLab >= 4.0.0
- Python >= 3.9
