creightonfrance / laravel-jupyter-reports
This is my package laravel-jupyter-reports
Package info
github.com/creightonfrance/laravel-jupyter-reports
pkg:composer/creightonfrance/laravel-jupyter-reports
Fund package maintenance!
Requires
- php: ^8.4
- illuminate/contracts: ^11.0||^12.0||^13.0
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- larastan/larastan: ^3.0
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.8
- orchestra/testbench: ^11.0.0||^10.0.0||^9.0.0
- pestphp/pest: ^4.0
- pestphp/pest-plugin-arch: ^4.0
- pestphp/pest-plugin-laravel: ^4.0
- phpstan/extension-installer: ^1.4
- phpstan/phpstan-deprecation-rules: ^2.0
- phpstan/phpstan-phpunit: ^2.0
This package is auto-updated.
Last update: 2026-07-02 22:16:43 UTC
README
Run parameterized Jupyter notebooks as Laravel report jobs and collect their output — CSV/TSV data exports or nbconvert-style document conversions (HTML, PDF, script, markdown) — behind a single, swappable execution strategy.
Status: this package is under active development and not yet ready for production use. Public API and configuration are still subject to change. Design rationale for the notebook execution strategy is documented as an Architecture Decision Record under
docs/adr.
Installation
You can install the package via composer:
composer require creightonfrance/laravel-jupyter-reports
You can publish and run the migrations with:
php artisan vendor:publish --tag="laravel-jupyter-reports-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="laravel-jupyter-reports-config"
Optionally, you can publish the views using:
php artisan vendor:publish --tag="laravel-jupyter-reports-views"
Usage
The notebook execution API is still being built out and isn't ready to document with a working example yet. See docs/adr for the current design direction and the CHANGELOG for what has actually shipped so far — this section will be filled in once the public API stabilizes.
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Code of Conduct
Please review our Code of Conduct — it applies to all interactions in this project.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.