Skip to content

Commit e4e573c

Browse files
authored
Update papermillConvert.py
1 parent 41622fc commit e4e573c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

papermillConvert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def ThisTime():
1717

1818
myNotebook = 'Input-MonteCarloPi.ipynb'
1919
# myOutput = myNotebook.split('.')[0] + '_OUTPUT.' + myNotebook.split('.')[1]
20-
myOutput = 'output/' + 'Output-MonteCarloPi' + ThisTime() + '.ipynb'
20+
myOutput = '/output/' + 'Output-MonteCarloPi' + ThisTime() + '.ipynb'
2121
print(myOutput)
2222

2323

0 commit comments

Comments
 (0)