-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Extend traces #207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend traces #207
Conversation
@@ -14,7 +14,7 @@ require(["widgets/js/widget", "widgets/js/manager"], function (widget, manager) | |||
// construct the expected IPython3 widget API | |||
IPYTHON_VERSION = '2'; | |||
manager = {WidgetManager: widget}; | |||
widget = {DOMWidgetView: IPython.DOMWidgetView} | |||
widget = {DOMWidgetView: IPython.DOMWidgetView}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops, thx : )
nothing blocking from my end! just a couple comments. nice! |
cool, just added a couple more examples. all good @theengineear ? |
💃 Thx!
|
No description provided.