Skip to content

Commit 2a524cd

Browse files
author
Baohong Zhang
committed
time consuming
1 parent eaca8a0 commit 2a524cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VIPInterface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,7 @@ def CLI(data):
14691469
f.write(script)
14701470
ppr.pprint(subprocess.run('which Rscript',capture_output=True,shell=True).stdout.decode('utf-8'))
14711471
ppr.pprint(subprocess.run('which pandoc',capture_output=True,shell=True).stdout.decode('utf-8'))
1472-
ppr.pprint(subprocess.run("Rscript -e 'reticulate::py_config()'",capture_output=True,shell=True).stdout.decode('utf-8'))
1472+
# (time consuming) ppr.pprint(subprocess.run("Rscript -e 'reticulate::py_config()'",capture_output=True,shell=True).stdout.decode('utf-8'))
14731473
res = subprocess.run('jupytext --to notebook --output - %s | jupyter nbconvert --ExecutePreprocessor.timeout=1800 --to html --execute --stdin --stdout'%strScript,capture_output=True,shell=True)
14741474
html = res.stdout.decode('utf-8')
14751475
h,s,e = html.partition('<div class="cell border-box-sizing code_cell rendered">')

0 commit comments

Comments
 (0)