Is there any way to use IPython magics like %store
, %store -r
, and %run
in Sublime Text?
I’m a fairly inexperienced Python user looking to migrate some code written in Jupyter Notebooks into a form that can be run in the Mac OS Terminal and I’m hoping to use ST as the IDE for that - but using IPython magics is throwing up syntax errors.
Is there a simple way to fix that? Thanks.