木叶下

  • 编程算法
  • 深度学习
  • 微小工作
  • 善用软件
  • 杂记
  • 诗人远方
南国羽说
文字记录生活
  1. 首页
  2. 杂记
  3. 正文

Jupyter Lab 支持 ipywebrtc

2020年4月9日 6617点热度 0人点赞 0条评论

Jupyter Lab 支持 ipywebrtc

Contents hide
1 Jupyter Lab 支持 ipywebrtc
1.1 前言
1.2 安装支持Jupyter Lab的ipywebrtc
1.2.1 Windows 环境

1

前言

近日,我遇到了类似VideoStream works in Jupyter Notebook but fails in Jupyter Lab的问题, ipywebrtc在Jupyter Lab 中有摄像头无法被调用启动。查阅文档后,我找到了一种解决办法。

安装支持Jupyter Lab的ipywebrtc

Windows 环境

以管理员身份启动终端,依次执行

git clone https://github.com/maartenbreddels/ipywebrtc
cd ipywebrtc
pip install -e .
jupyter nbextension install --py --symlink --sys-prefix ipywebrtc
jupyter nbextension enable --py --sys-prefix ipywebrtc
jupyter labextension link js
jupyter lab --watch  # for quick rebuilds

即可正常使用ipywebrtc。

标签: JupyterLab
最后更新:2020年5月13日

Dong Wang

I am a PhD student of TU Graz in Austria. My research interests include Embedded/Edge AI, efficient machine learning, model sparsity, deep learning, computer vision, and IoT. I would like to understand the foundational problems in deep learning.

点赞
< 上一篇
下一篇 >

文章评论

razz evil exclaim smile redface biggrin eek confused idea lol mad twisted rolleyes wink cool arrow neutral cry mrgreen drooling persevering
取消回复

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理。

文章目录
  • Jupyter Lab 支持 ipywebrtc
    • 前言
    • 安装支持Jupyter Lab的ipywebrtc
      • Windows 环境

COPYRIGHT © 2013-2024 nanguoyu.com. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang

陕ICP备14007751号-1