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 4e6d649 commit e685cc3Copy full SHA for e685cc3
src/index.ts
@@ -61,6 +61,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
61
62
// Then add it to the main area:
63
app.shell.add(widget, 'main');
64
+ return widget;
65
},
66
icon: imageIcon,
67
label: 'View a random image & caption'
0 commit comments