ipyvuetify icon indicating copy to clipboard operation
ipyvuetify copied to clipboard

Can render the ui panel on new web window, instead of jupyter frame?

Open CnBDM-Su opened this issue 2 years ago • 1 comments

I want to render the ui I developed to a new web window, instead of jupyter frame. Is it possible?

CnBDM-Su avatar Jan 29 '24 02:01 CnBDM-Su

You could run your notebook with Voilà (each window will have a separate kernel. Note: ipyvuetify needs version < 0.5 of Voila), or you could use ipypopout to run the UI or a part of it in a new window.

mariobuikhuizen avatar Jan 29 '24 13:01 mariobuikhuizen