You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Features
Provide well-curated namespaces for bluesky plans. These are in the
shell as bp (bluesky plans) for normal plans, bps (bluesky plan
stubs) for plans that are not complete on their own, and bpp
(bluesky plan preprocessors) for plans that modify other plans.
Bugfixes
Show a correct error message when there is an ImportError in an
experiment file. This previously assumed the ImportError was from
a missing experiment file. (#126)
Prevent duplicate names in tree_namespace from breaking the tree.
Show a relevant warning message. (#128)
Do not configure the matplotlib backend for IPython if a user does not
have a valid $DISPLAY environment variable. The most common case of this
is if X-Forwarding is disabled. (#132)