Skip to content
Snippets Groups Projects
Commit 23eee349 authored by Marcel Bajdel's avatar Marcel Bajdel :rocket:
Browse files

remove blueskz magics

parent 112b5a00
No related branches found
No related tags found
No related merge requests found
from IPython import get_ipython
from beamlinetools.magics.simplify_syntax import Simplify
from beamlinetools.magics.peakinfo import PeakInfoMagic
from bluesky.magics import BlueskyMagics
from beamlinetools.magics.standard_magics import BlueskyMagicsBessy
from IPython import get_ipython
from .base import RE, bec
from beamlinetools.BEAMLINE_CONFIG.base import RE
## IMPORTANT : do not change the order of the follwing two lines.
# standard magics
get_ipython().register_magics(BlueskyMagics)
# custom magics - it will override some standard magics
label_axis_dict = {
"temperature_regulator": ["reactor_c.temperature_reg.target",
"reactor_c.temperature_reg.value",
......@@ -24,6 +21,7 @@ label_axis_dict = {
"gas_d.backpressure_contr1.status",
]
}
exclude_labels_from_wa=['detectors', 'motors']
get_ipython().register_magics(BlueskyMagicsBessy(RE,
get_ipython(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment