Github user sanjaydasgupta commented on the issue: https://github.com/apache/zeppelin/pull/3027 Hi Jeff, The window is popped up only when the user tries to export a notebook that would be more than 1Mb in size. The problem with such a notebook (greater than 1Mb in size) is that it is not allowed to be imported again. So allowing such a big notebook to be exported without any warning is a bug. Regards, - Sanjay On Tue, Jun 26, 2018 at 8:13 AM, Jeff Zhang <notificati...@github.com> wrote: > But what is the meaning of this pop up window ? As a user, it's not clear > to me what is the impact if I import this kind of notebook > > â > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/apache/zeppelin/pull/3027#issuecomment-400159608>, or mute > the thread > <https://github.com/notifications/unsubscribe-auth/AAdHV5i8OR1842LaRudDiUrCC3tw0yy4ks5uAZ-8gaJpZM4UrRQD> > . >
---