1. conda install --yes 'jupyterlab=1.1.4' 'nodejs=10.16.3'
2. conda clean --all -ya
3. pip install --no-cache-dir jupyter-tensorboard
4. pip install --no-cache-dir tensorflow>=1.3
5. jupyter labextension install jupyterlab_tensorboard --no-build
6. jupyter serverextension enable jupyter_tensorboard --sys-prefix

Invalid response: 404 Not Found
github:https://github.com/chaoleili/jupyterlab_tensorboard/issues/5
本文介绍如何使用conda和pip安装特定版本的JupyterLab(1.1.4)和TensorBoard,并通过一系列命令配置环境,包括清理缓存、安装扩展和启用服务器扩展。此外,还提供了一个关于安装过程中可能遇到的404错误的GitHub链接。
3409

被折叠的 条评论
为什么被折叠?



