Cli improvements
Compare changes
Files
2- Jameson Graef Rollins authored
At some point this mode stopped producing plots. This fixes that by updating the code execution call to InteractiveShellEmbed. Also only imports ipython opportunistically, so it's not a hard dependency.
+ 51
− 38
@@ -3,7 +3,6 @@ import os
@@ -51,6 +50,7 @@ See documentation for inspiral_range package for details.
@@ -75,23 +75,23 @@ group.add_argument(
@@ -113,7 +113,7 @@ def main():
@@ -135,6 +135,14 @@ def main():
@@ -234,31 +242,12 @@ def main():
@@ -266,14 +255,39 @@ You may interact with plot using "plt." methods, e.g.:
@@ -284,10 +298,9 @@ You may interact with plot using "plt." methods, e.g.: