Skip to content

Commit

Permalink
Comment-out unused get_ipython import
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed May 3, 2024
1 parent a4a2264 commit fae01d5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyCHX/chx_xpcs_xsvs_jupyter_V1.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
import pandas as pds

from pyCHX.chx_libs import colors, markers
from pyCHX.chx_packages import *

# from pyCHX.chx_generic_functions import get_short_long_labels_from_qval_dict
# RUN_GUI = False
# from pyCHX.chx_libs import markers
from IPython import get_ipython

from pyCHX.chx_libs import colors, markers
from pyCHX.chx_packages import *

# from IPython import get_ipython
# ip = get_ipython()
# ip.run_line_magic(
# "run", "/nsls2/data/chx/shared/CHX_Software/packages/environment_management/chx_analysis_setup.ipynb"
Expand Down

0 comments on commit fae01d5

Please sign in to comment.