Skip to content

Commit

Permalink
Merge pull request #2314 from SylvainCorlay/expose-jupyterlab-manager
Browse files Browse the repository at this point in the history
Expose JupyterLab Widget Manager
  • Loading branch information
SylvainCorlay authored Feb 12, 2019
2 parents 1e2ea6d + bb7059c commit cf05dfe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/jupyterlab-manager/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,23 @@
// Distributed under the terms of the Modified BSD License.

import WidgetManagerProvider from './plugin';
import * as output from './output';

export default WidgetManagerProvider;

export {
INBWidgetExtension
} from './plugin';

export {
WidgetManager
} from './manager';

export {
WidgetRenderer
} from './renderer';

export {
output
};

0 comments on commit cf05dfe

Please sign in to comment.