mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-04-24 16:07:17 +00:00
update ipython config
This commit is contained in:
parent
697eac567f
commit
0acc656dda
@ -544,3 +544,8 @@ c = get_config()
|
||||
c.InteractiveShellApp.exec_lines = []
|
||||
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)')
|
||||
# requests
|
||||
c.InteractiveShellApp.exec_lines.append('import requests')
|
||||
|
Loading…
Reference in New Issue
Block a user