-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
When using the JupyterLab Job Scheduler in a JupyterHub environment, my job executes successfully without errors, but the output CSV/Excel files are not being saved or updated. The same code works perfectly when run manually within a notebook, but the scheduler doesn't properly save the output files.
How to reproduce
- Create a notebook that generates CSV/Excel output files
- Run the notebook manually - files are created/updated correctly
- Submit the same notebook as a job through JupyterLab Job Scheduler
- Job completes successfully with no errors
- The output files are either not created at all or not updated
Expected behavior
When a job is run through the JupyterLab Job Scheduler:
- If the output file doesn't exist yet, it should be created
- If the output file already exists, it should be overwritten with new data
- Files should be saved in a predictable location (ideally in a job_output/project_name/ directory structure)
Context
- Operating System: Linux (Running in JupyterHub container)
- JupyterLab version: latest
- Jupyter Scheduler version: latest
- Environment: JupyterHub with multiple users
The job scheduler configuration appears to be missing proper file handling settings. The jobs execute successfully, but the file output operations don't work as expected, despite the same code working when run manually.
I've tried various settings in the job scheduler configuration but haven't found the right combination to make it save files properly.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working