import ipywidgets as widgets def do_something_with_file(fu): content = fu.data[0].decode('utf-8') # doing something with the file content and get some ...
確定! 回上一頁