StdinNotImplementedError: raw_input was called, but this frontend does not support input requests.

当时VS CODE内嵌的jupyter 交互界面的时候,出现了这个错误

StdinNotImplementedError: raw_input was called, but this frontend does not support input requests.

原因是,这样的界面不支持行输入。可以使用cmd终端或其他方式运行该文件进行交互输入

 

上一篇:Javascript-为什么v-show和v-if立即响应对象中的布尔更改,而不响应数组中的布尔更改?


下一篇:javascript-toString().length上有零且只有零的数字始终返回0