Skip to content

Commit

Permalink
api: fix fake cid for run_cells
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Aug 11, 2021
1 parent efc5fd6 commit f39a597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpcontribs-api/mpcontribs/api/notebooks/views.py
Expand Up @@ -119,7 +119,7 @@ def restart_kernels():
"from mpcontribs.client import Client",
"print('client imported')"
]))]
run_cells(kernel_id, "import-client", cells)
run_cells(kernel_id, "import_client", cells)


@notebooks.route('/result', defaults={'job_id': f"cron-{CRON_JOB_ID}"})
Expand Down

0 comments on commit f39a597

Please sign in to comment.