this is unnecessary
This commit is contained in:
parent
4cf4a0509f
commit
f6f9cb889a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,6 @@ from datetime import datetime
|
|||
ipython = get_ipython()
|
||||
|
||||
filename = '/home/osman/Documents/ipython_sessions/'
|
||||
filename += datetime.now().strftime('%Y-%m-%d_%H-%M-%S') + '.ipy'
|
||||
filename += datetime.now().strftime('%Y-%m-%d_%H-%M-%S') + '.py'
|
||||
|
||||
ipython.magic('logstart -o ' + filename)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue