【发布时间】:2021-11-27 14:45:12
【问题描述】:
对于 jupyter 笔记本,我可以这样做:
jupyter notebook --ExtractOutputPreprocessor.enabled=False --notebook-dir C:/Bla
所以我为 jupyter lab 尝试了类似的东西:
jupyter lab --app-dir C:/Bla
但得到:
JupyterLab Error
JupyterLab application assets not found in "C:/Bla"
Please run `jupyter lab build` or use a different app directory
我做了一些谷歌搜索,但没有明确的答案。有人可以启发我吗?谢谢。
【问题讨论】:
标签: jupyter-notebook jupyter-lab