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

Import .py Flie Into Jupyter Notebook Line By Line

I prefer to write my python code on VSCode because of its intellisense and autocomplete features. B… Read more Import .py Flie Into Jupyter Notebook Line By Line

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

Using Magic Commands Outside Of Interactive Shell In Ipython

Is there a way to use 'magic commands' from IPython from an outside file? For example if I … Read more Using Magic Commands Outside Of Interactive Shell In Ipython

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?

Jupyter Notebook Time Profiling

So I installed jupyter notebook through anaconda and I am working on python 3 kernel. I am trying t… Read more Jupyter Notebook Time Profiling