monkie is a Marimo NotebooK Image Explorer
Project description
MoNkIE (a Marimo NotebooK Image Explorer)
MoNkIE is a multi-dimensional image explorer built for Marimo notebooks! MoNkIE is based off of [JuNkIE]((https://bitbucket.org/rfg_lab/junkie/src/master/), the Jupyter Notebook Image Explorer.
Installing MoNkIE
To install MoNkIE, type:
$ python3 -m pip install --no-chache-dir -U monkie
Using MoNkIE
MoNkIE requires that you call two simple functions in separate cells to load the image and show the UI, respectively:
# Put this in your setup cell
from monkie import monkie
# First cell
monkie.load(image)
# Second cell
monkie.show()
There are a few ways to open an image with MoNkIE:
-
You can open an image with some other package (e.g. scikit-image, opencv, PIL, etc.) and pass a numpy ndarray to MoNkIE as the parameter
-
You can specify the path to the image that you want to open
-
Or you can indicate a folder that contains an image sequence.
- If there are image channels split into different files, you can also specify a tuple of strings to distinguish which files in the folder belong to which channel.
setup_ui (bool) specifies whether you want to create the UI elements (True) or just load the image (False). (Defaults to True)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file monkie-2025.8.6.2.tar.gz.
File metadata
- Download URL: monkie-2025.8.6.2.tar.gz
- Upload date:
- Size: 1.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ed6a66d473e3420bd1e6ba30e73c469641096ea02346156a9e2177ff0a57acb
|
|
| MD5 |
c2f483a328311260d7002705bf5f2c1a
|
|
| BLAKE2b-256 |
5a22ebf02f076ca2620d0e7259d75e9d9d5879487d513f55bff2837e37e17ba1
|
File details
Details for the file monkie-2025.8.6.2-py3-none-any.whl.
File metadata
- Download URL: monkie-2025.8.6.2-py3-none-any.whl
- Upload date:
- Size: 1.9 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ee04143f32b35e6d3ba046a997cf266dc229191911e3fc7e6a25f26a2711a51
|
|
| MD5 |
528ac395a92232a27bc6a1aa587c6115
|
|
| BLAKE2b-256 |
c2687e5d209e53c3479165aad41a2d480a70662c716e406dcc6aa48a0563fa9f
|