When I try to execute an input()
function to generate user input in JupyterLab, it always gives me back the following statement: "Future exception was never retrieved."
For example:
number = input("enter a number: ")
print(number)
I got back:
Future exception was never retrieved future: <Future finished exception=JsException(TypeError: Cannot read properties of null (reading 'sendInputRequest'))> >Future pending>
I have already tried to restart everything as well as I have tried to use raw_input()
instead.
I am using the pyolite Kernel. The css-loader is Version v5.2.7