Opened 9 years ago
Last modified 9 years ago
#14188 closed enhancement
IPython 0.13: merge user configuration with Sage configuration — at Initial Version
Reported by: | jhpalmieri | Owned by: | jason |
---|---|---|---|
Priority: | minor | Milestone: | sage-5.8 |
Component: | misc | Keywords: | IPython config |
Cc: | vbraun, jason | Merged in: | |
Authors: | John Palmieri | Reviewers: | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
After #12719, user configuration files (in .sage/ipython-0.12/profile_default/
and .../profile_sage/
) seem to be effectively ignored: I think they are read after the Sage terminal app has already been initialized, at which point it is too late.
The attached patch remedies this, reading the configuration from .sage/ipython-0.12/profile_default/ipython_config.py
during the initialization. Question: should it read from this directory or from profile_sage
?
Note: See
TracTickets for help on using
tickets.