Guest User

Untitled

a guest
Mar 25th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Install IPython: pip install ipython
  2. Run ipython profile create
  3. Go in ~/.ipython/profile_default/ipython_config.py and open it in a text editor and add these two lines at the end:
  4.  
  5. ```
  6. c.InteractiveShellApp.extensions = ['autoreload']
  7. c.InteractiveShellApp.exec_lines = ['%autoreload 2']
  8. ```
Add Comment
Please, Sign In to add comment