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 eb2d47f commit 60dffcdCopy full SHA for 60dffcd
src/extension.ts
@@ -5,6 +5,6 @@
5
// Some static assets may be required by the custom widget javascript. The base
6
// url for the notebook is not known at build time and is therefore computed
7
// dynamically.
8
-(window as any).__webpack_public_path__ = document.querySelector("body")!.getAttribute("data-base-url") + "nbextensions/jupyter_bokeh"
+(window as any).__webpack_public_path__ = document.querySelector('body')!.getAttribute('data-base-url') + 'nbextensions/jupyter_bokeh'
9
10
-export * from "./index"
+export * from './index'
0 commit comments