A stub package that mimics the `mssparkutils` API from Azure Synapse Analytics notebooks, allowing local development and CI builds without a Synapse environment. Current version is 1.6.3. Released on PyPI with low cadence; no official changelog.
pip install dummy-notebookutilsVerified import paths — ran on the pinned version, not inferred.
Basic usage to verify import and understand the dummy API.
Wrap usage in a try-except or environment check to use real mssparkutils on Synapse and dummy locally.
Check the stub's source code on GitHub to verify method existence before relying on it.
Consider alternatives like `mssparkutils` stubs from other sources or mock the API yourself.
Run `pip install dummy-notebookutils` and ensure the Python environment is the same as the execution context.
Use `from notebookutils import mssparkutils` (the stub's top-level module is notebookutils).
No dependency data recorded yet.