Outputs with optional dependencies

July 29, 2026 ยท View on GitHub

Images and tables. FuncToWeb does not depend on any of these libraries or import them: it checks whether the module is already loaded, so each dependency is imported only inside its own example.

FolderDependencyInstallationOutput
pillow/Pillowpip install pillowimage
matplotlib/matplotlibpip install matplotlibimage
pandas/pandaspip install pandastable
polars/polarspip install polarstable
numpy/numpypip install numpytable

Each folder has its own README.md with the details. None of these libraries is a dependency of FuncToWeb, and none of them appears in pyproject.toml: install only the one for the example you want to run.

The reference for the outputs contract is in docs/outputs.md.