jupyter-server/jupyter-scheduler

Create Job Input File Not Working

Closed this issue · 4 comments

Description

When I try to Create a Job, in the Input File section, it is left empty with no way to put in an input file, and then when trying to create the job, there is an error stating that the input path does not exist.

image

Reproduce

  1. Right click the file that you want to add a job to
  2. Click 'Create Notebook Job'
  3. See that Input File section is not populated and cannot be modified
  4. Click create an see an error message pop up.

Expected behavior

I expect for this field to be populated with the file I clicked.

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉

Hi @kahliapinkins123. Thank you for creating this issue.

I was not able to reproduce this problem on my macos machine in a fresh conda environment with latest versions of JupyterLab (v4.1.5) and Jupyter Scheduler (v2.5.1) installed from pip. Please help us better understand your environment and a problem you are having by doing the following:

  1. Use jupyter troubleshoot in the terminal in the environment where you are having the issue and post output here
  2. Try installing latest versions of JupyterLab and Jupyter Scheduler in a fresh conda environment and see if that works:
conda create -yn sch-test python=3.11
conda activate sch-test
conda install jupyterlab jupyter_scheduler 
jupyter lab

Hi @kahliapinkins123. Please let us know if this issue still persists.

Closing this issue assuming it does not persist anymore. @kahliapinkins123, please feel free to reopen it if needed.