Jupyter 单元标签:"remove-input" 无效

Jupyter cell tag: "remove-input" has no effect

这是我的设置。当我 运行 没有代码单元的笔记本时,我希望只看到“测试”这个词。我对这个功能的理解正确吗?

# test.ipynb
print("test)
# In JupyterLab → Property Inspector → Cell Metadata
{
    "collapsed": true,
    "jupyter": {
        "outputs_hidden": true
    },
    "tags": [
        "remove-input",
    ]
}

答案参考@krassowski 的评论