【发布时间】:2021-07-12 08:18:54
【问题描述】:
我正在使用 python=3.9,pandas=1.2.5 运行 jupyter notebook(在单独的 conda 环境中)
我在 conda 环境中使用pip install 安装了nbconvert、jupyter-flex,如jupyter-flex-getting-started 中给出的那样
我可以使用单元格标签添加页面、部分和卡片元素;但没有获得另存为选项,如:save-as-flex-dashboard
还尝试运行jupyter nbconvert --to flex dashboard_prototype_with_charts_data.ipynb --execute,但--to flex 未被识别为有效格式
【问题讨论】:
-
我已将其记录为 git 问题 github.com/danielfrg/jupyter-flex/issues/88
标签: jupyter-notebook nbconvert