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

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

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?

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