Jupyter Notebook > help(open) > 내장 함수 open 도움말 표시 > help() > 대화형 도움말 보기
Ubuntu 14.04 LTS desktop amd64
GeForce GTX 750 Ti
ASRock Z170M Pro4S [Intel Z170chipset]
TensorFlow v0.11
cuDNN v5.1 for Linux
CUDA v7.5
Python 2.7.6
IPython 5.1.0 -- An enhanced Interactive Python.
Jupyter (IPython) Notebook의 Tutorial
htps //w w. 요츠베. 이 m/와 tch? v = L n cYk 왜 tJg & 어서 x = 3 & st = PLRJx8을 x5Xd3_dgw5xR 눈꺼풀 d8MWd _C
help(open)
2:14경
help(open)
위를 입력하여 Shift + Enter (Run Cells)하면 내장 함수 open에 대한 도움말이 표시됩니다.
결과
Help on built-in function open in module __builtin__:
open(...)
open(name[, mode[, buffering]]) -> file object
Open a file using the file() type, returns a file object. This is the
preferred way to open a file. See file.__doc__ for further information.
help()
help()
위를 입력하여 Shift+Enter(Run Cells)하면 인터랙티브형 도움말이 표시된다.
help>
오른쪽의 상자에
io
등을 입력하면 io에 대한 도움말이 표시됩니다.
Reference
이 문제에 관하여(Jupyter Notebook > help(open) > 내장 함수 open 도움말 표시 > help() > 대화형 도움말 보기), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/7of9/items/fc8065d812f44777a439텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)