You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To provide more real estate for the stepper visualisation, it might be useful to pop the stepper visualation out into a floating JQuery dialog widget.
As a proof of concept, if we find the div id for (the div has class nbtutor-canvas) we can pop it out into its own window if we have jquery and jquery-ui loaded using the following:
To provide more real estate for the stepper visualisation, it might be useful to pop the stepper visualation out into a floating JQuery dialog widget.
As a proof of concept, if we find the div id for (the div has class
nbtutor-canvas
) we can pop it out into its own window if we have jquery and jquery-ui loaded using the following:Peeking at the code, the corresponding div appears to be defined here:
nbtutor/src/es6/notebook/notebook.es6
Line 49 in 07798a0
The text was updated successfully, but these errors were encountered: