Do not import IPython at startup
jdemeyer opened this issue · 8 comments
jdemeyer commented
Just a few changes to do this.
This patch also removes the broken functions log_html, log_dvi, log_text from the global namespace (no point in deprecating them if they don't work)
Component: performance
Author: Jeroen Demeyer
Branch/Commit: 3f2192a
Reviewer: John Palmieri
Issue created by migration from https://trac.sagemath.org/ticket/18726
jdemeyer commented
Description changed:
---
+++
@@ -1 +1 @@
-This function causes IPython to be imported at startup, but it's not even used!
+Just a few changes to do this.jdemeyer commented
jdemeyer commented
Description changed:
---
+++
@@ -1 +1,3 @@
Just a few changes to do this.
+
+This patch also removes the broken functions `log_html, log_dvi, log_text` from the global namespace (no point in deprecating them if they don't work)jhpalmieri commented
Reviewer: John Palmieri
jhpalmieri commented
comment:5
This looks good, IPython is not loaded at startup, and all tests pass.
vbraun commented
Changed branch from u/jdemeyer/remove_load_ipython_extension__ to 3f2192a