笔记本的局限性¶
本主题介绍了 Snowflake Notebooks 不支持的功能和限制。
每个笔记本中只允许有一个可执行
ipynb文件。如果您刷新浏览器窗口、在新标签页中打开笔记本,或关闭并重新打开当前标签页,Streamlit 组件和小组件(例如滑块值)不会保持其状态。
对于超过 1,000 个点的数据集,Plotly 默认为
webgl渲染,但出于安全原因,不建议这样做。Snowflake 建议您将渲染模式设置为 SVG,但这可能会导致性能下降。当您从存储库创建笔记本时,只有选定的笔记本是可执行的。可以选择和编辑存储库中的任何其他笔记本,但它们不可执行。
笔记本不能由 SNOWFLAKE 数据库角色 创建或执行。
笔记本不支持 复制。
重命名笔记本或将其移动到其他数据库/架构将导致笔记本 URL 失效。
Snowflake Notebooks are hosted in a third-party domain to provide increased security. In Safari, you must enable third-party cookies to allow reconnection to a running notebook after losing a connection. To enable this setting, in Safari select Settings » Privacy, and then clear the Prevent cross-site tracking checkbox.