Skip to content

Commit

Permalink
fix n
Browse files Browse the repository at this point in the history
  • Loading branch information
maf-hbdx committed Jun 10, 2024
1 parent 15d07a6 commit ca21736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dash_hummingbird_components/exec.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def start_notebook(name: str, parameters: Dict[str, Any] = None) -> str:

logger.info(f"Starting Notebook {template} with {parameters}")
stdout = execute(
f"/home/task_runner/conda/envs/hbdx/bin/papermill --prepare-only {template} {notebook} -b {parameters_encoded}",
f"/home/task_runner/miniforge3/envs/hbdx/bin/papermill --prepare-only {template} {notebook} -b {parameters_encoded}",
user=ENV["JUPYTER_USER"],
host=ENV["JUPYTER_HOST"],
)
Expand Down

0 comments on commit ca21736

Please sign in to comment.