Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ get_ipython
Function
get_ipython
IPython/testing/globalipapp.py:48–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
47
48
def
get_ipython():
49
# This will get replaced by the real thing once we start IPython below
50
return
start_ipython()
51
52
53
# A couple of methods to override those in the running IPython to interact
Callers
4
__init__
Method · 0.50
test_inputtransformer_syntaxerror
Method · 0.50
test_plain_text_only
Method · 0.50
test_paste_magics_blankline
Method · 0.50
Calls
1
start_ipython
Function · 0.70
Tested by
4
__init__
Method · 0.40
test_inputtransformer_syntaxerror
Method · 0.40
test_plain_text_only
Method · 0.40
test_paste_magics_blankline
Method · 0.40