NSLS-II / nslsii

NSLS-II related devices
BSD 3-Clause "New" or "Revised" License
10 stars 21 forks source link

FIX: replace deprecated ipython.magic #148

Closed jklynch closed 2 years ago

jklynch commented 2 years ago

This PR replaces calls to the deprecated get_ipython().magic with calls to get_ipython().run_line_magic.