The voici-core package provides the core functionality for building voici dashboards using the voici CLI.
Getting Started 🏁
To use Voici, you'll need to install it first:
pip install voici-core
# OR BETTER
conda install -c conda-forge voici-core
# OR EVEN FASTER
mamba install -c conda-forge voici-core
Then, you can generate static dashboards from a notebook or a directory of Notebooks like this:
# Build a single dashboard
voici my-notebook.ipynb
# Build a directory of notebooks
voici notebooks/
Once your dashboards are built, you can simply serve them with a simple static server, e.g.:
cd _output
python -m http.server
Limitations ⚠️
Because Voici uses Wasm kernels to execute notebooks, there are some limitations to the types of notebooks that can be rendered: Some notebook features may not work correctly or may have limited functionality when rendered in Voici.
Contributing 👋
If you find a bug or have a feature request, please open an issue on the GitHub repository. If you'd like to contribute code, please fork the repository and submit a pull request. We welcome contributions from anyone!
Release files for voici-core 0.10.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| voici_core-0.10.0.tar.gz | 2.7 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| voici_core-0.10.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.4 MB
Release files / voici_core-0.10.0.tar.gz
| Download URL | voici_core-0.10.0.tar.gz |
|---|---|
| Size | 2.7 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fc3ddc58df7eccd56982cdb5b3ea4cb18126035a49c23d67adf338ef3fcd9440
|
|
BLAKE2b-256 checksum How to use checksums |
c57b683c2cc8010c6acf38554193f2cea87e9c7d77df81d77e266395b675dd25
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.2.0 CPython/3.12.12
|
Release files / voici_core-0.10.0-py3-none-any.whl
| Download URL | voici_core-0.10.0-py3-none-any.whl |
|---|---|
| Size | 2.6 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d55f8e508a283f93a7caafe636ed08c17b42669201b81a962bef871f7f5ffd34
|
|
BLAKE2b-256 checksum How to use checksums |
5f30fe2d046c0f71f82e5243548e3172906b7dffaa67ca2ed80f0bdaa7d396db
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.2.0 CPython/3.12.12
|