我遵循以下教程,以使用nbinteract创建交互式Web应用程序: https://www.nbinteract.com/tutorial/tutorial_intro.html
问题是当我导航到生成的html文件url时,窗口小部件未初始化。
我检查了控制台,它说:
NbInteract.js:245 Error in kernel initialization
Uncaught (in promise) DOMException: Failed to read the 'localStorage'
property from 'Window': The document is sandboxed and lacks the 'allow-same-origin' flag.
at R._startKernel (https://unpkg.com/nbinteract-core@0.2.4/lib/index.bundle.js:103:397613)
知道是什么原因造成的吗?
谢谢