Skip to content

Commit 3724078

Browse files
Merge pull request #61 from maartenbreddels/feat_expose_jupyterVue
feat: expose jupyterVue as a global variable in jupyter lab
2 parents a1c2515 + 78b938a commit 3724078

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/src/labplugin.js

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = {
55
id: 'jupyter-vue',
66
requires: [base.IJupyterWidgetRegistry],
77
activate(app, widgets) {
8+
window.jupyterVue = jupyterVue;
89
widgets.registerWidget({
910
name: 'jupyter-vue',
1011
version: jupyterVue.version,

0 commit comments

Comments
 (0)