mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-07-12 21:35:48 +00:00
ipython fix, add lfs
This commit is contained in:
@ -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')
|
||||
|
Reference in New Issue
Block a user