Created
January 10, 2021 08:52
-
-
Save ricky-lim/f65820d9efcc27dab468688199dcad71 to your computer and use it in GitHub Desktop.
Add autoreload to ipython config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create config file | |
$ ipython profile create | |
$ vim <ipython_config_file> | |
c.InteractiveShellApp.extensions = ['autoreload'] | |
.InteractiveShellApp.exec_lines = ['%autoreload 2'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment