Template
removed \ warning
This commit is contained in:
@@ -92,7 +92,7 @@ def create_notebooks(date, num_datasets):
|
||||
subprocess.getoutput('sed -i .bak "s/LOGNUM=LOGCOUNT-1/LOGNUM=%d/g" "../%s Data/flights/%s/%s-%d_ems.ipynb"' % (i,PLANE,date,FNDATE,i))
|
||||
subprocess.getoutput('jupyter nbconvert --to notebook --execute "../%s Data/flights/%s/%s-%d_ems.ipynb"' % (PLANE,date,FNDATE,i))
|
||||
# clean up .bak files
|
||||
subprocess.getoutput("rm ../%s\ Data/flights/%s/*.bak" % (PLANE,date))
|
||||
subprocess.getoutput("rm ../%s Data/flights/%s/*.bak" % (PLANE,date))
|
||||
else: # single dataset
|
||||
print("set up ipynb")
|
||||
# efis
|
||||
|
||||
Reference in New Issue
Block a user