TypeError: ‘list’ object is not callable问题:用 list() 函数新建列表时,报错 “TypeError: ‘list’ object is not callable”。jupyter使用过程中出现的问题。原因:之前在定义一个列表时用了list=[]。 Jupyter Notebook 是交互式编辑器,除非重启kernel,一旦命名,这个变量就占用了内存。所以,后面调用 list() 函数运行代码list1=list()时,编译器就把其中的list解释为