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에 대한 도움말이 표시됩니다.

좋은 웹페이지 즐겨찾기