Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ functions
Functions
3,293 in github.com/ipython/ipython
⨍
Functions
3,293
◇
Types & classes
503
↳
Endpoints
20
Function
inputhook_wx2
Run the wx event loop, polling for stdin. This version runs the wx eventloop for an undetermined amount of time, during which it periodically
IPython/lib/inputhookwx.py:79
Function
inputhook_wx3
Run the wx event loop by processing pending events only. This is like inputhook_wx1, but it keeps processing pending events until stdin is re
IPython/terminal/pt_inputhooks/wx.py:102
Function
inputhook_wx3
Run the wx event loop by processing pending events only. This is like inputhook_wx1, but it keeps processing pending events until stdin is re
IPython/lib/inputhookwx.py:105
Function
inputhook_wxphoenix
Run the wx event loop until the user provides more input. This input hook is suitable for use with wxPython >= 4 (a.k.a. Phoenix). It uses t
IPython/terminal/pt_inputhooks/wx.py:154
Function
inspect_object
Called when you do obj?
IPython/utils/generics.py:10
Method
install_extension
Deprecated.
IPython/core/extensions.py:143
Function
install_payload_page
DEPRECATED, use show_in_pager hook Install this version of page as IPython.core.page.page.
IPython/core/payloadpage.py:43
Method
interrupt
()
IPython/utils/tests/test_process.py:128
Function
ipdocstring
Change the function docstring via ip2py.
IPython/testing/ipunittest.py:168
Function
ipdt_flush
In [20]: print(1) 1 In [26]: for i in range(4): ....: print(i) ....: ....: 0 1 2 3 In [27]: 3+4 Out[27]: 7
IPython/testing/tests/test_ipunittest.py:62
Function
ipdt_indented_test
In [20]: print(1) 1 In [26]: for i in range(4): ....: print(i) ....: ....: 0 1 2 3 I
IPython/testing/tests/test_ipunittest.py:82
Method
ipdt_method
In [20]: print(1) 1 In [26]: for i in range(4): ....: print(i) ....: ....:
IPython/testing/tests/test_ipunittest.py:109
Function
ipexec_validate
Utility to call 'ipython filename' and validate output/error. This function raises an AssertionError if the validation fails. Note that this
IPython/testing/tools.py:222
Function
ipfunc
Some ipython tests... In [1]: import os In [3]: 2+3 Out[3]: 5 In [26]: for i in range(3): ....: print(i, end=' ')
IPython/testing/plugin/dtexample.py:26
Function
iprand
Some ipython tests with random output. In [7]: 3+4 Out[7]: 7 In [8]: print('hello') world # random In [9]: iprand() Out[9]
IPython/testing/plugin/dtexample.py:129
Function
iprand_all
Some ipython tests with fully random output. # all-random In [7]: 1 Out[7]: 99 In [8]: print('hello') world In [9]: ip
IPython/testing/plugin/dtexample.py:143
Method
ipy_completer
(self)
IPython/terminal/ptutils.py:93
Function
ipyfunc2
Some pure python tests... >>> 1+1 2
IPython/testing/plugin/simple.py:27
Method
ipython_extension_dir
(self)
IPython/core/extensions.py:59
Function
isidentifier
(s, dotted=False)
IPython/utils/py3compat.py:155
Function
issues2dict
Convert a list of issues to a dict, keyed by issue number.
tools/github_stats.py:45
Function
jed
JED, the lightweight emacsish editor
IPython/lib/editorhooks.py:82
Method
js
Run the cell block of Javascript code Alias of `%%javascript`
IPython/core/magics/display.py:35
Method
jump
Jump a given number of blocks relative to the current one. The offset can be positive or negative, defaults to 1.
IPython/lib/demo.py:375
Function
kate
(exe=u'kate')
IPython/lib/editorhooks.py:127
Method
kill_embedded
%kill_embedded : deactivate for good the current embedded IPython This function (after asking for confirmation) sets an internal flag so
IPython/terminal/embed.py:40
Method
killbgscripts
Kill all BG processes started by %%script and its family.
IPython/core/magics/script.py:256
Function
knownfail_decorator
(f)
IPython/external/decorators/_decorators.py:131
Function
knownfailer
(*args, **kwargs)
IPython/external/decorators/_decorators.py:136
Function
komodo
Activestate Komodo [Edit]
IPython/lib/editorhooks.py:67
Function
last_blank
Determine if the input source ends in a blank. A blank is either a newline or a line consisting of whitespace. Parameters ----------
IPython/core/inputsplitter.py:205
Function
last_two_blanks
Determine if the input source ends in two blanks. A blank is either a newline or a line consisting of whitespace. Parameters ----------
IPython/core/inputsplitter.py:223
Function
late_startup_hook
Executed after ipython has been constructed and configured
IPython/core/hooks.py:145
Method
latex
Render the cell as a block of latex The subset of latex which is support depends on the implementation in the client. In the Jupyter
IPython/core/magics/display.py:49
Function
latex_to_html
Render LaTeX to HTML with embedded PNG data using data URIs. Parameters ---------- s : str The raw string containing valid inline
IPython/lib/latextools.py:206
Function
latex_to_png_dvipng
(s, wrap, color='Black', scale=1.0)
IPython/lib/latextools.py:132
Function
latex_to_png_mpl
(s, wrap, color='Black', scale=1.0)
IPython/lib/latextools.py:110
Method
launch
(self, buffer_output=False)
IPython/testing/iptestcontroller.py:198
Function
leading_empty_lines
Remove leading empty lines If the leading lines are empty or contain only whitespace, they will be removed.
IPython/core/inputtransformer2.py:21
Function
leading_indent
Remove leading indentation. If the first line starts with a spaces or tabs, the same whitespace will be removed from each following line in t
IPython/core/inputtransformer2.py:34
Method
less
(self, shell)
IPython/core/tests/test_magic.py:381
Method
lex_document
(self, document)
IPython/terminal/ptutils.py:181
Method
line_foo
I am line foo
IPython/core/tests/test_magic.py:1017
Method
linereader
(file=file, lnum=[lnum], getline=linecache.getline)
IPython/core/ultratb.py:1003
Function
link_or_copy
Attempts to hardlink ``src`` to ``dst``, copying if the link fails. Attempts to maintain the semantics of ``shutil.copy``. Because ``os.link
IPython/utils/path.py:385
Function
lmagic
(line)
IPython/core/tests/test_magic.py:658
Method
lmagic
A line magic
IPython/core/tests/test_interactiveshell.py:341
Method
loadTestsFromFile
(self, filename)
IPython/testing/plugin/ipdoctest.py:683
Method
load_ext
Load an IPython extension by its module name.
IPython/core/magics/extension.py:29
Function
load_ipython_extension
(ip)
IPython/core/tests/daft_extension/daft_extension.py:7
Function
load_ipython_extension
Load the extension in IPython.
IPython/extensions/autoreload.py:545
Function
load_ipython_extension
(ip)
IPython/extensions/sympyprinting.py:30
Function
load_ipython_extension
Load the extension in IPython.
IPython/extensions/rmagic.py:9
Function
load_ipython_extension
Load the extension in IPython.
IPython/extensions/cythonmagic.py:18
Function
load_ipython_extension
Load the extension in IPython.
IPython/extensions/storemagic.py:230
Function
load_ipython_extension
(shell)
examples/utils/cwd_prompt.py:13
Method
load_module
(self, fullname)
IPython/external/qt_loaders.py:53
Method
load_subconfig
(self, fname, path=None, profile=None)
IPython/core/application.py:90
Method
loadpy
Alias of `%load` `%loadpy` has gained some flexibility and dropped the requirement of a `.py` extension. So it has been renamed simpl
IPython/core/magics/code.py:278
Function
loc
We need the dummy no-op async def to protect from trio's internal. See https://github.com/python-trio/trio/issues/89
IPython/core/async_helpers.py:48
Function
locate_profile
(profile='default')
IPython/utils/path.py:277
Method
logoff
Temporarily stop logging. You must have previously started logging.
IPython/core/magics/logging.py:174
Method
logon
Restart logging. This function is for restarting logging which you've temporarily stopped with %logoff. For starting logging for the
IPython/core/magics/logging.py:181
Method
logstart
Generate a new log-file with a default header. Raises RuntimeError if the log has already been started
IPython/core/logger.py:64
Method
logstate
Print a status message about the logger.
IPython/core/logger.py:154
Method
logstop
Fully stop logging and close log file. In order to start logging again, a new logstart() call needs to be made, possibly (though not
IPython/core/logger.py:203
Function
long_function
( a_really_long_parameter: int, and_another_long_one: bool = False, let_us_make_sure_t
IPython/core/tests/test_oinspect.py:413
Method
macro
Define a macro for future re-execution. It accepts ranges of history, filenames or string objects. Usage:\\ %macro [options
IPython/core/magics/execution.py:1351
Method
magic_color_matches
Match color schemes for %colors magic
IPython/core/completer.py:1319
Method
magic_config_matches
Match class names and attributes for %config magic
IPython/core/completer.py:1284
Function
magic_deco
(arg)
IPython/core/magic.py:186
Method
magic_matches
Match magics
IPython/core/completer.py:1242
Function
magics_class
Class decorator for all subclasses of the main Magics class. Any class that subclasses Magics *must* also apply this decorator, to ensure tha
IPython/core/magic.py:86
Method
mainloop
(self, display_banner=DISPLAY_BANNER_DEPRECATED)
IPython/terminal/interactiveshell.py:557
Method
makeTest
Look for doctests in the given object, which will be a function, method or class.
IPython/testing/plugin/ipdoctest.py:709
Method
make_filename
Make a filename from the given args
IPython/core/magics/code.py:383
Function
make_label_dec
Factory function to create a decorator that applies one or more labels. Parameters ---------- label : string or sequence One or m
IPython/testing/decorators.py:85
Method
make_release_tree
(self, base_dir, files)
setupbase.py:375
Method
make_report
Return a string containing a crash report.
IPython/terminal/ipapp.py:74
Function
mark
(func, *a, **kw)
IPython/core/magic.py:198
Method
markdown
Render the cell as Markdown text block
IPython/core/magics/display.py:80
Method
marquee
Blank marquee that returns '' no matter what the input.
IPython/lib/demo.py:615
Method
match_target
(s)
IPython/utils/text.py:148
Method
matchers
All active matcher routines for completion
IPython/core/completer.py:1120
Function
mate
TextMate, the missing editor
IPython/lib/editorhooks.py:104
Method
matplotlib
Set up matplotlib to work interactively. This function lets you activate matplotlib interactive support at any point during an IPytho
IPython/core/magics/pylab.py:47
Function
meaning_of_life
(question=None)
IPython/lib/tests/test_pretty.py:446
Method
method
Some method's docstring
IPython/core/tests/test_oinspect.py:114
Method
method
Some method's docstring
IPython/core/tests/test_oinspect.py:126
Method
minimal
(self)
IPython/core/ultratb.py:1383
Function
mock_find_cmd
(arg)
IPython/lib/tests/test_latextools.py:23
Function
mock_input
Decorator for tests of the main interact loop. Write the test as a generator, yield-ing the input strings, which IPython will see as if they
IPython/terminal/tests/test_interactivshell.py:90
Function
mock_input
(prompt='')
IPython/testing/tools.py:443
Function
mock_kpsewhich
(filename)
IPython/lib/tests/test_latextools.py:37
Function
mocked_urlopen
(*args, **kwargs)
IPython/core/tests/test_display.py:86
Function
module_completer
Give completions after user has typed 'import ...' or 'from ...
IPython/core/completerlib.py:247
Function
mpl_execfile
matplotlib-aware wrapper around safe_execfile. Its interface is identical to that of the :func:`execfile` builtin. This is ultimatel
IPython/core/pylabtools.py:166
Function
mpl_runner
Factory to return a matplotlib-enabled runner for %run. Parameters ---------- safe_execfile : function This must be a function with
IPython/core/pylabtools.py:151
Function
mute_warn
()
IPython/testing/tools.py:412
Method
my_handler
(shell, etype, value, tb, tb_offset=None)
IPython/core/tests/test_interactiveshell.py:422
← previous
next →
2,001–2,100 of 3,293, ranked by callers