Я попробовал запустить приведенный ниже код в Jupyter, обслуживаемом онлайн:
Код: Выделить всё
term_no = input('Enter number of approximations to use: ')
term_no = int(term_no)
print(term_no)
Код: Выделить всё
TypeError: int() argument must be a string, a bytes-like object or a real number, not 'PyodideFuture'Источник: https://stackoverflow.com/questions/773 ... ide-kernel