Skip to content
Snippets Groups Projects
Commit 3800ee12 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki Committed by Eric Müller
Browse files

fix(wf-brainscales2-demos): typos

parent 46dff572
No related branches found
No related tags found
No related merge requests found
......@@ -43,12 +43,12 @@ class WfBrainscales2Demos(Package):
def installcheck(self):
# execute notebook and save
jupyter = Executable("jupyter")
jupyter("nbconvert"
"--ExecutePreprocessor.kernel_name=python3"
"--execute"
"--allow-errors"
"--to"
"notebook"
"ts_05-yin_yang.ipynb"
"--output"
jupyter("nbconvert",
"--ExecutePreprocessor.kernel_name=python3",
"--execute",
"--allow-errors",
"--to",
"notebook",
"ts_05-yin_yang.ipynb",
"--output",
prefix+"/.spack_test_results/ts_05-yin_yang.ipynb")
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment