Metadata-Version: 2.4
Name: jupy-notebook
Version: 0.1.0
Summary: Jupy: a lightweight, brutalist, local Python notebook server with terminal, environments, pip manager, widgets, debugger, and exports.
Author-email: Hariom Lohar <hariomlohar.new@gmail.com>
Maintainer-email: Hariom Lohar <hariomlohar.new@gmail.com>
Project-URL: Homepage, https://github.com/hariomlohardev/pkg_jupy
Project-URL: Repository, https://github.com/hariomlohardev/pkg_jupy
Project-URL: Issues, https://github.com/hariomlohardev/pkg_jupy/issues
Keywords: notebook,jupyter,ipython,data-science,terminal,local-notebook,python-notebook
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Jupyter
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: System :: Shells
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: psutil>=5.9
Provides-Extra: terminal
Requires-Dist: pywinpty>=2.0; sys_platform == "win32" and extra == "terminal"
Provides-Extra: watch
Requires-Dist: watchdog>=3.0; extra == "watch"
Provides-Extra: nb
Requires-Dist: nbformat>=5.9; extra == "nb"
Provides-Extra: all
Requires-Dist: pywinpty>=2.0; sys_platform == "win32" and extra == "all"
Requires-Dist: watchdog>=3.0; extra == "all"
Requires-Dist: nbformat>=5.9; extra == "all"

# Jupy

Jupy is a lightweight, brutalist, local Python notebook server.

It gives you a fast local notebook environment with:

- code cells
- markdown cells
- rich output rendering
- plots
- widgets
- variable explorer
- debugger
- environment manager
- pip manager
- terminal
- checkpoints
- exports to HTML / Python / Markdown / PDF-print
- headless notebook execution
- CLI tools

Jupy runs fully locally. Your code and data stay on your machine.

---

## Installation

Install from PyPI:

```bash
python -m pip install jupy
