Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ hello_world
Method
hello_world
examples/IPython Kernel/gui/gui-tk.py:23–24 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
21
self.button.pack(side=LEFT)
22
23
def
hello_world(self):
24
print(
"Hello World!"
)
25
26
root = Tk()
27
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected