Skip to content

Commit

Permalink
Added ipython_session_timer extension to cli.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
janeliu-slac authored May 29, 2024
1 parent 1376843 commit e773021
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hutch_python/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def configure_ipython_session(args: HutchPythonArgs):
# Important Utilities
ipy_config.InteractiveShellApp.extensions = [
"hutch_python.ipython_log",
"hutch_python.ipython_session_timer",
"hutch_python.bug",
"hutch_python.pt_app_config"
]
Expand Down

0 comments on commit e773021

Please sign in to comment.