rkern / line_profiler

(OLD REPO) Line-by-line profiling for Python - Current repo ->
https://github.com/pyutils/line_profiler
Other
3.6k stars 254 forks source link

Make IPython a soft dependency. #114

Closed simonpercivall closed 4 years ago

simonpercivall commented 6 years ago

Declare all IPython dependent functionality within an import guard, None-ing it out when IPython isn't installed.

caethan commented 5 years ago

Thanks Simon and sorry it's taken so long --- will try to look through this shortly.

simonpercivall commented 4 years ago

@caethan I know about not having enough time to do open source work, I'll close this PR to reduce the "backlog guilt".