We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here print(1 + 1) was executed by a collaborator, the output does not show
print(1 + 1)
But an error shows up:
TypeError: Cannot read properties of undefined (reading 'streamText') at d._add (jlab_core.abd83dd7cfacd6da4d00.js?v=abd83dd7cfacd6da4d00:1:1264450) at d.add (jlab_core.abd83dd7cfacd6da4d00.js?v=abd83dd7cfacd6da4d00:1:1263879) at jlab_core.abd83dd7cfacd6da4d00.js?v=abd83dd7cfacd6da4d00:1:238322 at 1168.8e5df3139aa020a611cb.js?v=8e5df3139aa020a611cb:1:551 at q._onSharedModelChanged (jlab_core.abd83dd7cfacd6da4d00.js?v=abd83dd7cfacd6da4d00:1:238119) at m (jlab_core.abd83dd7cfacd6da4d00.js?v=abd83dd7cfacd6da4d00:1:1838868) at Object.l [as emit] (jlab_core.abd83dd7cfacd6da4d00.js?v=abd83dd7cfacd6da4d00:1:1838544) at a.emit (jlab_core.abd83dd7cfacd6da4d00.js?v=abd83dd7cfacd6da4d00:1:1836381) at Array._modelObserver (1168.8e5df3139aa020a611cb.js?v=8e5df3139aa020a611cb:1:7524) at Object.r (383.db345dbeef5ef774e50c.js?v=db345dbeef5ef774e50c:1:936) e.exceptionHandler @ jlab_core.abd83dd7cfacd6da4d00.js?v=abd83dd7cfacd6da4d00:1 m @ jlab_core.abd83dd7cfacd6da4d00.js?v=abd83dd7cfacd6da4d00:1 l @ jlab_core.abd83dd7cfacd6da4d00.js?v=abd83dd7cfacd6da4d00:1 emit @ jlab_core.abd83dd7cfacd6da4d00.js?v=abd83dd7cfacd6da4d00:1 _modelObserver @ 1168.8e5df3139aa020a611cb.js?v=8e5df3139aa020a611cb:1 r @ 383.db345dbeef5ef774e50c.js?v=db345dbeef5ef774e50c:1 ji @ 383.db345dbeef5ef774e50c.js?v=db345dbeef5ef774e50c:1 (anonymous) @ 383.db345dbeef5ef774e50c.js?v=db345dbeef5ef774e50c:1 r @ 383.db345dbeef5ef774e50c.js?v=db345dbeef5ef774e50c:1 $o @ 383.db345dbeef5ef774e50c.js?v=db345dbeef5ef774e50c:1 Jo @ 383.db345dbeef5ef774e50c.js?v=db345dbeef5ef774e50c:1 Ci @ 383.db345dbeef5ef774e50c.js?v=db345dbeef5ef774e50c:1 Ai @ 383.db345dbeef5ef774e50c.js?v=db345dbeef5ef774e50c:1 vi @ 383.db345dbeef5ef774e50c.js?v=db345dbeef5ef774e50c:1 M @ 994.c290665e94ae9503337f.js?v=c290665e94ae9503337f:1 (anonymous) @ 994.c290665e94ae9503337f.js?v=c290665e94ae9503337f:1 J.<computed> @ 994.c290665e94ae9503337f.js?v=c290665e94ae9503337f:1 q @ 994.c290665e94ae9503337f.js?v=c290665e94ae9503337f:1 K.t.onmessage @ 994.c290665e94ae9503337f.js?v=c290665e94ae9503337f:1
Output shows up
The text was updated successfully, but these errors were encountered:
This error comes from:
jupyterlab/packages/outputarea/src/model.ts
Lines 334 to 337 in 67cb8f8
It looks like the code assumes that there always is a previous output of some kind.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
Here
print(1 + 1)
was executed by a collaborator, the output does not showBut an error shows up:
Reproduce
Expected behavior
Output shows up
Context
The text was updated successfully, but these errors were encountered: