Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ start
Method
start
IPython/terminal/ipapp.py:172–176 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
170
),
171
)
172
def
start(self):
173
if
self.subapp is not None:
174
return
self.subapp.start()
175
else
:
176
print(self.ipython_dir)
177
178
179
class
TerminalIPythonApp(BaseIPythonApplication, InteractiveShellApp):
Callers
6
cmdloop
Method · 0.45
start
Method · 0.45
inputhook
Function · 0.45
ensure_started
Method · 0.45
launch
Method · 0.45
parse
Method · 0.45
Calls
no outgoing calls
Tested by
3
ensure_started
Method · 0.36
launch
Method · 0.36
parse
Method · 0.36