creightonfrance/laravel-jupyter-reports
Composer 安装命令:
composer require creightonfrance/laravel-jupyter-reports
包简介
This is my package laravel-jupyter-reports
README 文档
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.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-07-02