A set of pre-defined "magic functions" of IPython that used with the command-line syntax.
I would like to be able to save the TEXT output of an iPython notebook cell into a file on …
ipython ipython-notebook ipython-magicIs there a way to access variables in the current python kernel from within a %%bash or other %%script cell? …
ipython-notebook ipython-magicI want to do something like the following: In[1]: name = 'long_name_to_type_every_now_and_then.py' In[2]: %…
python ipython ipython-magicI usually have to rerun (most parts of) a notebook when reopen it, in order to get access to previously …
python ipython ipython-notebook ipython-magicIf I have several IPython notebooks running on the same server. Is there any way to share data between them? …
python ipython ipython-notebook ipython-magicI want to run a bash script in my ipython Notebook and save the output as a string in a …
python python-2.7 ipython ipython-notebook ipython-magicSo I installed jupyter notebook through anaconda and I am working on python 3 kernel. I am trying to do Time …
python python-3.x ipython-notebook jupyter-notebook ipython-magicHow can I time the execution of a Python script using the iPython %time or %%timeit magic commands? For example, …
python profiling ipython ipython-magicI am using code to configure Jupyter notebooks because I have a repo with plenty of notebooks and want to …
ipython jupyter-notebook retina-display ipython-magicIn a Linux terminal, when the output of one command is too long to read in one page, I can …
python scroll ipython pager ipython-magic