master
/ .localenv / lib / python3.5 / site-packages / nbconvert / preprocessors / tests / files / Disable Stdin.ipynb

Disable Stdin.ipynb @masterview markup · raw · history · blame

Notebook
In [ ]:
try:
    input = raw_input
except:
    pass

name = input("name: ")