ipython fix, add lfs

This commit is contained in:
root
2017-11-23 15:29:18 +03:00
parent a707fd1d0d
commit 9f169eae7e
2 changed files with 6 additions and 1 deletions

View File

@ -546,6 +546,6 @@ c.InteractiveShellApp.exec_lines.append('%load_ext autoreload')
c.InteractiveShellApp.exec_lines.append('%autoreload 2')
# logging
c.InteractiveShellApp.exec_lines.append('import logging')
c.InteractiveShellApp.exec_lines.append('logging.basicConfig(level = logging.DEBUG)')
#c.InteractiveShellApp.exec_lines.append('logging.basicConfig(level = logging.DEBUG)')
# requests
c.InteractiveShellApp.exec_lines.append('import requests')