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
↓ 1 callers
Method
init_crash_handler
Create a crash handler, typically setting sys.excepthook to it.
IPython/core/application.py:245
↓ 1 callers
Method
init_create_namespaces
(self, user_module=None, user_ns=None)
IPython/core/interactiveshell.py:1198
↓ 1 callers
Method
init_data_pub
(self)
IPython/core/interactiveshell.py:873
↓ 1 callers
Method
init_deprecation_warnings
register default filter for deprecation warning. This will allow deprecation warning of function used interactively to show
IPython/core/interactiveshell.py:817
↓ 1 callers
Method
init_display_formatter
(self)
IPython/core/interactiveshell.py:865
↓ 1 callers
Method
init_display_pub
(self)
IPython/core/interactiveshell.py:869
↓ 1 callers
Method
init_displayhook
(self)
IPython/core/interactiveshell.py:880
↓ 1 callers
Method
init_encoding
(self)
IPython/core/interactiveshell.py:777
↓ 1 callers
Method
init_environment
Any changes we need to make to the user's environment.
IPython/core/interactiveshell.py:773
↓ 1 callers
Method
init_events
(self)
IPython/core/interactiveshell.py:1062
↓ 1 callers
Method
init_extension_manager
(self)
IPython/core/interactiveshell.py:2570
↓ 1 callers
Method
init_extensions
Load all IPython extensions in IPythonApp.extensions. This uses the :meth:`ExtensionManager.load_extensions` to load all the extensio
IPython/core/shellapp.py:259
↓ 1 callers
Method
init_gui_pylab
Enable GUI event loop integration, taking pylab into account.
IPython/core/shellapp.py:220
↓ 1 callers
Method
init_handlers
Create the default handlers.
IPython/core/prefilter.py:203
↓ 1 callers
Method
init_history
Sets up the command history, and starts regular autosaves.
IPython/core/interactiveshell.py:1800
↓ 1 callers
Method
init_hooks
(self)
IPython/core/interactiveshell.py:996
↓ 1 callers
Method
init_inspector
(self, changes=None)
IPython/core/interactiveshell.py:839
↓ 1 callers
Method
init_instance_attrs
(self)
IPython/core/interactiveshell.py:746
↓ 1 callers
Method
init_io
(self)
IPython/core/interactiveshell.py:846
↓ 1 callers
Method
init_ipython_dir
(self, ipython_dir)
IPython/core/interactiveshell.py:732
↓ 1 callers
Method
init_logger
(self)
IPython/core/interactiveshell.py:803
↓ 1 callers
Method
init_logstart
Initialize logging in case it was requested at the command line.
IPython/core/interactiveshell.py:807
↓ 1 callers
Method
init_magics
(self)
IPython/core/interactiveshell.py:2245
↓ 1 callers
Method
init_path
Add current working directory, '', to sys.path Unlike Python's default, we insert before the first `site-packages` or `dist-packages`
IPython/core/shellapp.py:193
↓ 1 callers
Method
init_payload
(self)
IPython/core/interactiveshell.py:2578
↓ 1 callers
Method
init_pdb
(self)
IPython/core/interactiveshell.py:1151
↓ 1 callers
Method
init_prefilter
(self)
IPython/core/interactiveshell.py:2586
↓ 1 callers
Method
init_profile_dir
(self, profile_dir)
IPython/core/interactiveshell.py:739
↓ 1 callers
Method
init_prompt_toolkit_cli
(self)
IPython/terminal/interactiveshell.py:284
↓ 1 callers
Method
init_prompts
(self)
IPython/core/interactiveshell.py:858
↓ 1 callers
Method
init_pushd_popd_magic
(self)
IPython/core/interactiveshell.py:797
↓ 1 callers
Method
init_shell
initialize the InteractiveShell instance
IPython/terminal/ipapp.py:325
↓ 1 callers
Method
init_syntax_highlighting
(self, changes=None)
IPython/core/interactiveshell.py:788
↓ 1 callers
Method
init_sys_modules
(self)
IPython/core/interactiveshell.py:1324
↓ 1 callers
Method
init_term_title
(self, change=None)
IPython/terminal/interactiveshell.py:265
↓ 1 callers
Method
init_traceback_handlers
(self, custom_exceptions)
IPython/core/interactiveshell.py:1811
↓ 1 callers
Method
init_transformers
Create the default transformers.
IPython/core/prefilter.py:131
↓ 1 callers
Method
init_virtualenv
Add a virtualenv to sys.path so the user can import modules from it. This isn't perfect: it doesn't use the Python interpreter with which the
IPython/core/interactiveshell.py:892
↓ 1 callers
Method
initialize
(self, argv=None)
IPython/core/application.py:448
↓ 1 callers
Function
inject
()
IPython/conftest.py:56
↓ 1 callers
Function
inspect_error
Print a message about internal inspect errors. These are unfortunately quite common.
IPython/core/ultratb.py:147
↓ 1 callers
Method
interaction
(self, frame, traceback)
IPython/core/debugger.py:310
↓ 1 callers
Function
interesting_default_value
(dv)
docs/autogen_config.py:19
↓ 1 callers
Method
ip2py
Convert input IPython source into valid Python.
IPython/testing/plugin/ipdoctest.py:384
↓ 1 callers
Function
ipexec
Utility to call 'ipython filename'. Starts IPython with a minimal and safe configuration to make startup as fast as possible. Note that
IPython/testing/tools.py:169
↓ 1 callers
Function
ipy_prompt
Strip IPython's In [1]:/...: prompts.
IPython/core/inputtransformer.py:466
↓ 1 callers
Function
is_event_loop_running_qt4
Is the qt4 event loop running.
IPython/lib/guisupport.py:122
↓ 1 callers
Function
is_event_loop_running_wx
Is the wx event loop running.
IPython/lib/guisupport.py:79
↓ 1 callers
Function
is_extension_module
Return whether the given filename is an extension module. This simply checks that the extension is either .so or .pyd.
IPython/testing/plugin/ipdoctest.py:60
↓ 1 callers
Function
is_importable
(module, attr, only_modules)
IPython/core/completerlib.py:151
↓ 1 callers
Function
is_recursion_error
(etype, value, records)
IPython/core/ultratb.py:425
↓ 1 callers
Function
is_shadowed
Is the given identifier defined in one of the namespaces which shadow the alias and magic namespaces? Note that an identifier is different th
IPython/core/prefilter.py:62
↓ 1 callers
Function
is_stable
(extra)
docs/source/conf.py:77
↓ 1 callers
Function
is_type
is_type(obj, typestr_or_type) verifies if obj is of a certain type. It can take strings or actual python types for the second argument, i.e. '
IPython/utils/wildcard.py:38
↓ 1 callers
Method
isexec
Test for executable file on non POSIX system
IPython/core/magics/osm.py:86
↓ 1 callers
Function
isinstance2
(a, b, typ)
IPython/extensions/autoreload.py:327
↓ 1 callers
Function
issues_closed_since
Get all issues closed since a particular point in time. period can either be a datetime object, or a timedelta object. In the latter case, it
tools/github_stats.py:65
↓ 1 callers
Function
iter_fields
(fields)
tools/gh_api.py:210
↓ 1 callers
Method
javascript
Run the cell block of Javascript code
IPython/core/magics/display.py:43
↓ 1 callers
Function
justify
(ltext, rtext, width=70, fill='-')
IPython/testing/iptestcontroller.py:325
↓ 1 callers
Function
knownfailureif
Make function raise KnownFailureTest exception if given condition is true. Parameters ---------- fail_condition : bool Flag
IPython/external/decorators/_decorators.py:103
↓ 1 callers
Function
kpsewhich
Invoke kpsewhich command with an argument `filename`.
IPython/lib/latextools.py:166
↓ 1 callers
Function
latex_to_png
Render a LaTeX string to PNG. Parameters ---------- s : str The raw string containing valid inline LaTeX. encode : bool, opti
IPython/lib/latextools.py:59
↓ 1 callers
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
IPython/core/inputtransformer.py:476
↓ 1 callers
Function
line_at_cursor
Return the line in a cell at a given cursor position Used for calling line-based APIs that don't support multi-line input, yet. Para
IPython/utils/tokenutil.py:24
↓ 1 callers
Function
link
Hard links ``src`` to ``dst``, returning 0 or errno. Note that the special errno ``ENOLINK`` will be returned if ``os.link`` isn't supported
IPython/utils/path.py:368
↓ 1 callers
Function
list_namespace
Return dictionary of all objects in a namespace dictionary that match type_pattern and filter.
IPython/utils/wildcard.py:89
↓ 1 callers
Method
list_profile_dirs
(self)
IPython/core/profileapp.py:164
↓ 1 callers
Function
list_strings
Always return a list of strings, given a string or list of strings as input. Examples -------- :: In [7]: list_strings('A si
IPython/utils/text.py:288
↓ 1 callers
Method
load
Load code into the current frontend. Usage:\\ %load [options] source where source can be a filename, URL, input history
IPython/core/magics/code.py:288
↓ 1 callers
Method
loadTestsFromExtensionModule
(self,filename)
IPython/testing/plugin/ipdoctest.py:639
↓ 1 callers
Method
loadTestsFromModule
(self, module)
IPython/testing/plugin/ipdoctest.py:653
↓ 1 callers
Function
load_default_config
Load the default config file from the default ipython_dir. This is useful for embedded shells.
IPython/terminal/ipapp.py:362
↓ 1 callers
Function
load_next
mod, name, buf = load_next(mod, altmod, name, buf) altmod is either None or same as mod
IPython/lib/deepreload.py:122
↓ 1 callers
Function
load_qt
Attempt to import Qt, given a preference list of permissible bindings It is safe to call this function multiple times. Parameters
IPython/external/qt_loaders.py:262
↓ 1 callers
Method
log
Write the sources to a log. Inputs: - line_mod: possibly modified input, such as the transformations made by input prefilt
IPython/core/logger.py:167
↓ 1 callers
Method
log_output
Log the output.
IPython/core/displayhook.py:237
↓ 1 callers
Method
logstate
Print the status of the logging system.
IPython/core/magics/logging.py:192
↓ 1 callers
Function
long_substr
Return the longest common substring in a list of strings. Credit: http://stackoverflow.com/questions/2892931/longest-common-substring-from-mo
IPython/utils/text.py:412
↓ 1 callers
Method
lsmagic_docs
Return dict of documentation of magic functions. The return dict has the keys 'line' and 'cell', corresponding to the two types of ma
IPython/core/magic.py:353
↓ 1 callers
Method
magic
DEPRECATED. Use run_line_magic() instead. Call a magic function by name. Input: a string containing the name of the magic function t
IPython/core/interactiveshell.py:2402
↓ 1 callers
Function
magic_foo1
A docstring.
IPython/core/tests/test_magic_arguments.py:18
↓ 1 callers
Function
magic_foo2
A docstring.
IPython/core/tests/test_magic_arguments.py:25
↓ 1 callers
Function
magic_foo3
A docstring.
IPython/core/tests/test_magic_arguments.py:37
↓ 1 callers
Function
magic_foo4
A docstring.
IPython/core/tests/test_magic_arguments.py:46
↓ 1 callers
Function
magic_foo5
A docstring.
IPython/core/tests/test_magic_arguments.py:54
↓ 1 callers
Function
magic_magic_foo
A docstring.
IPython/core/tests/test_magic_arguments.py:62
↓ 1 callers
Function
main
()
setup.py:261
↓ 1 callers
Function
main
()
tools/fixup_whats_new_pr.py:17
↓ 1 callers
Function
main
(*args)
tools/git-mpr.py:66
↓ 1 callers
Function
make_arrow
generate the leading arrow in front of traceback or debugger
IPython/core/debugger.py:53
↓ 1 callers
Function
make_color_table
Build a set of color attributes in a class. Helper function for building the :class:`TermColors` and :class`InputTermColors`.
IPython/utils/coloransi.py:48
↓ 1 callers
Function
make_empty_file
(fname)
IPython/utils/tests/test_module_paths.py:39
↓ 1 callers
Function
make_link_node
Create a link to a github resource. :param rawtext: Text being replaced with link node. :param app: Sphinx application context :param typ
docs/sphinxext/github.py:26
↓ 1 callers
Method
make_report
Return a string containing a crash report.
IPython/core/crashhandler.py:194
↓ 1 callers
Function
make_tempfile
Create an empty, named, temporary file for the duration of the context.
IPython/testing/tools.py:422
↓ 1 callers
Method
mark_module_reloadable
Reload the named module in the future (if it is imported)
IPython/extensions/autoreload.py:157
↓ 1 callers
Method
mark_module_skipped
Skip reloading the named module in the future
IPython/extensions/autoreload.py:149
↓ 1 callers
Method
matches
Filter magics, in particular remove magics that match a name present in global namespace.
IPython/core/completer.py:1267
↓ 1 callers
Function
matplotlib_options
(mpl)
IPython/external/qt_for_kernel.py:43
← previous
next →
801–900 of 3,293, ranked by callers