Voici turns Jupyter notebooks into static web applications
Project description
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!
Project details
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
Hashes for voici_core-0.6.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74156f5ccbba02e55934b2ce62093df21dc6b16ddfe3a933c9e9953149f01809 |
|
MD5 | 8fbed04ccf6c8f2d19a5d878ab474aec |
|
BLAKE2b-256 | 3d98c1f30a4adbb419f3b8a21b757226fce18886dd3bc0a2b428769177000402 |