On 15 November 2016 at 14:03, Jeremy Douglass <[email protected]> wrote:
> I *believe* I found the modal dialog: > > - https://github.com/jupyter-attic/jupyter-js-filebrowser/pull/13 > - https://github.com/jupyter-attic/jupyter-js-filebrowser/issues/12 > - https://github.com/phosphorjs/phosphor-dialog > > ...however github linked API is missing. > > - http://phosphorjs.github.io/phosphor-dialog/api/ > > Are you using Jupyterlab or the existing notebook? Those APIs are all part of Jupyterlab (the in-development new notebook interface). The existing interface has modal dialogs built with jquery and bootstrap, I think: https://github.com/jupyter/notebook/blob/master/notebook/static/base/js/dialog.js -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAOvn4qjAU0JUP7sUiK-%3D29Jbi9pxRDVo4jS%2ByhPqnpBjuy9TKg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
