https://github.com/py5coding/py5jupyter
py5 Jupyter tools
https://github.com/py5coding/py5jupyter
Last synced: 6 months ago
JSON representation
py5 Jupyter tools
- Host: GitHub
- URL: https://github.com/py5coding/py5jupyter
- Owner: py5coding
- License: lgpl-2.1
- Created: 2022-05-07T11:27:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-20T04:25:19.000Z (8 months ago)
- Last Synced: 2025-06-19T08:04:15.358Z (6 months ago)
- Language: Python
- Homepage: https://py5coding.org/
- Size: 544 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# py5jupyter (& py5)

[](https://pepy.tech/project/py5jupyter)
[](https://pepy.tech/project/py5jupyter)
py5 is a new version of [**Processing**][processing] for Python 3.9+. It makes the Java [**Processing**][processing] jars available to the CPython interpreter using [**JPype**][jpype]. It can do just about everything [**Processing**][processing] can do, except with Python instead of Java code.
The goal of py5 is to create a new version of Processing that is integrated into the Python ecosystem. Built into the library are thoughtful choices about how to best get py5 to work with other popular Python libraries and tools such as [Jupyter][jupyter], [numpy][numpy], and [Pillow][pillow].
The py5jupyter library provides Jupyter-related functionality for py5. This includes the Jupyter kernels and Jupyter widgets.
For more in-depth information about py5, see the [py5generator][py5_generator_repo] github repo.
## Installation
You can install using `pip`:
```bash
pip install py5 py5jupyter
```
If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable
the nbextension:
```bash
jupyter nbextension enable --py [--sys-prefix|--user|--system] py5jupyter
```
## Get In Touch
Have a comment or question? We'd love to hear from you! The best ways to reach out are:
* github [discussions](https://github.com/py5coding/py5generator/discussions) and [issues](https://github.com/py5coding/py5generator/issues)
* Mastodon fosstodon.org/@py5coding
* twitter [@py5coding](https://twitter.com/py5coding)
* [processing foundation discourse](https://discourse.processing.org/c/28)
[py5_generator_repo]: https://github.com/py5coding/py5generator
[processing]: https://github.com/processing/processing4
[jpype]: https://github.com/jpype-project/jpype
[jupyter]: https://jupyter.org/
[numpy]: https://numpy.org/
[pillow]: https://python-pillow.org/