Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ipython Magic

How Do I Define Custom Magics In Jupyter?

I'm using Ubuntu 14.04 LTS with an Anaconda python installation: Python 3.5.1 :: Anaconda 2.4.… Read more How Do I Define Custom Magics In Jupyter?

How To Save An Ipython Session If I Used Magic %paste ? (magic %save Doesn't Work)

It's seems a fairly simple question but I didn't manage to correctly save my ipython sessio… Read more How To Save An Ipython Session If I Used Magic %paste ? (magic %save Doesn't Work)

Time Python Scripts Using Ipython Magic

How can I time the execution of a Python script using the iPython %time or %%timeit magic commands?… Read more Time Python Scripts Using Ipython Magic