Argo-Jupyter Scheduler parameters behave differently than Jupyter-Scheduler #2
Labels
area: user experience 👩🏻💻
needs: investigation 🔍
Someone in the team needs to find the root cause and replicate this bug
type: enhancement 💅🏼
New feature or request
Describe the bug
I tried to demo the Jupyter Scheduler with a simple notebook that prints the value of parameter
a
, but it fails with the message "Workflow failed".Expected behavior
The notebook should run the cell (print the value of
a
) and be available to download from the Notebook Jobs table. Note that Jupyter Scheduler will create a new cell at the top of the notebook and add the parameter.OS and architecture in which you are running Nebari
ASW cloud
How to Reproduce the problem?
print(a)
a
with value of2
(or whatever number), chooseRun now
, clickCreate
Command output
No traceback, just the failure message in the job output.
Versions and dependencies used.
Nebari v2023.7.2.dev60+gd58ebb1
Compute environment
AWS
Integrations
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: