Changeset 3962 for trunk/GSASIIpath.py


Ignore:
Timestamp:
May 9, 2019 1:59:10 PM (6 years ago)
Author:
toby
Message:

rework updating of plots after a refinement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIIpath.py ΒΆ

    r3960 r3962  
    779779        global pdbBreak
    780780        pdbBreak = pdb.set_trace
    781         global IPyBreak
    782         IPyBreak = IPyBreak_base
     781        try:
     782            import IPython
     783            global IPyBreak
     784            IPyBreak = IPyBreak_base
     785        except:
     786            pass
    783787
    784788def TestSPG(fpth):
Note: See TracChangeset for help on using the changeset viewer.