Arrow viewer for Jupyter
Project description
Arbalister
This viewer lets you double click on many file types supported in the Apache Arrow ecosystem to automatically view it as tabular data (Csv, Parquet, Avro, Orc, Ipc).
For library authors, the server extension serves files in the Arrow IPC stream format. It can be reused to provide other type of application specific viewers (e.g. as time series, ...).
This extension is composed two packages both called arbalister:
- A Python server extension available on PyPI;
- A Typescript client extension available on NPM.
Requirements
- JupyterLab >= 4.5.0
Install
To install the extension, execute:
pip install arbalister
Uninstall
To remove the extension, execute:
pip uninstall arbalister
Troubleshoot
If you are seeing the frontend extension, but it is not working, check that the server extension is enabled:
jupyter server extension list
If the server extension is installed and enabled, but you are not seeing the frontend extension, check the frontend extension is installed:
jupyter labextension list
Contributing
Development install
We use the Pixi Conda-compatible environment manager for development. With this single tool, we can get most dependencies, including NodeJS and Python themselves. Head to their site for installation instructions.
Run pixi task list for details on all available tasks.
Only the javascript packages need to be installed.
This is managed by the jlpm command, JupyterLab's pinned version of yarn
that is installed with JupyterLab in the Pixi file.
You may use yarn or npm in lieu of jlpm below.
To install the client-side extension for development, use:
pixi run install-dev
To run the extension in development mode in JupyterLab, run the following with pixi. This will launch jupyter after making sure the extension is installed. You can pass any other command line argument to forward them to JupyterLab.
pixi run serve-dev
You can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.
pixi run jlpm watch
With the watch command running, every saved change will immediately be built locally and available in your running JupyterLab. Refresh JupyterLab to load the change in your browser (you may need to wait several seconds for the extension to be rebuilt).
By default, the pixi run jlpm build command generates the source maps for this extension to make
it easier to debug using the browser dev tools.
To also generate source maps for the JupyterLab core extensions, you can run the following command:
pixi run jupyter lab build --minimize=False
Testing the extension
Server tests
This extension is using Pytest for Python code testing. With pixi, simply run (pass any other command line argument to forward them to Pytest):
pixi run test-pytest
Frontend tests
This extension is using Jest for JavaScript code testing. With pixi, simply run (pass any other command line argument to forward them to Jest):
pixi run test-jest
Integration tests
This extension uses Playwright for the integration tests (aka user level tests). More precisely, the JupyterLab helper Galata is used to handle testing the extension in JupyterLab.
More information are provided within the ui-tests README.
Running code formatters and checks
To run all code formatters, use Pixi:
pixi run fmt
Similarly for the code checks:
pixi run check
Packaging the extension
See RELEASE
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 arbalister-0.2.0.tar.gz.
File metadata
- Download URL: arbalister-0.2.0.tar.gz
- Upload date:
- Size: 370.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6065df0c96db99304c41ec1d5e04e9a27d225139dc3610597c12424c8a191e6e
|
|
| MD5 |
0f2186a90ce6edea75e8b4e790939a9e
|
|
| BLAKE2b-256 |
749d7b2507692d7c501a0cc37b12e2329badfcad41f8922a0ffd921a25fad539
|
File details
Details for the file arbalister-0.2.0-py3-none-any.whl.
File metadata
- Download URL: arbalister-0.2.0-py3-none-any.whl
- Upload date:
- Size: 95.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07e71b829bbdd5f60ce23f35ef9ad80a55c394ba04a650090e9149e902cca019
|
|
| MD5 |
f752594cdbbda147973b9c53ae02ce56
|
|
| BLAKE2b-256 |
b0b7e9db5bb34906fb2e5e30a474fe64124102a6ad563a1bfca1d3bc5988ddd5
|