MCPcopy Create free account
hub / github.com/Kaggle/docker-python / __init__

Method __init__

patches/kaggle_session.py:13–14  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

11 GET_SOURCE_ENDPOINT = '/requests/GetKernelRunSourceForCaipRequest'
12
13 def __init__(self):
14 self.web_client = KaggleWebClient()
15
16 def get_exportable_ipynb(self):
17 """Fetch the .ipynb source of the current notebook session.

Callers

nothing calls this directly

Calls 1

KaggleWebClientClass · 0.90

Tested by

no test coverage detected