We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f44cc commit 3eeb603Copy full SHA for 3eeb603
packages/react/src/examples/Output.tsx
@@ -102,7 +102,6 @@ const OutputWithoutEditorNoAutorun = () => {
102
};
103
104
const OutputWithoutEditorAutorun = () => {
105
- const outputStore = useOutputsStore();
106
const { defaultKernel } = useJupyter({ startDefaultKernel: true });
107
return (
108
<>
0 commit comments