• Stars
    star
    233
  • Rank 166,251 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 6 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

WebRTC for Jupyter notebook/lab

ipywebrtc

Travis Documentation Binder Chat

WebRTC and MediaStream API exposed in the Jupyter notebook/lab.

See this tweet for a demo screencast.

Why use ipywebrtc?

Using ipywebrtc you can create a MediaStream out of:

From this MediaStream you can:

Demos

WebRTC and ipyvolume

Use remote MediaStreams and show them in 3d using ipyvolume.

webrtc

ImageRecorder

Record and image from any stream for postprocessing.

recorder

WidgetStream

Turn any widget into a MediaStream.

widget-stream

Installation

To install:

$ pip install ipywebrtc                             # will auto enable for notebook >= 5.3

For a development installation (requires npm),

$ 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 develop . --overwrite

More Repositories

1

ipyvolume

3d plotting for Python in the Jupyter notebook based on IPython widgets using WebGL
TypeScript
1,694
star
2

ipymaterialui

Jupyter Widgets based on React Material UI components
Jupyter Notebook
85
star
3

voila-demo

Demo for voila
Jupyter Notebook
67
star
4

per4m

Profiling and tracing information for Python using viztracer and perf, the GIL exposed.
Python
52
star
5

flask-ipywidgets

Use ipywidget in your Flask webserver
JavaScript
37
star
6

talk-ipyvolume-scipy2018

Talk at scipy 2018: Interactive 3d Visualization in Jupyter
Jupyter Notebook
15
star
7

talk-vaex-pandas-summit-2019

Slide and notebook used for my talk on vaex at the Pandas summit 2019 @ Lodnon
Jupyter Notebook
11
star
8

gde-examples

Gaia Discovery Engine examples
Jupyter Notebook
7
star
9

fastblog

Jupyter Notebook
7
star
10

releash

Release with relish to PyPi and conda-forge, version bumping, pure bliss!
Python
6
star
11

scipy-voila-demo

Demo of voila at scipy 2019
Jupyter Notebook
6
star
12

jupytercon-2017

Material for my talk at JupyterCon 2017
Jupyter Notebook
5
star
13

talk-pydata-meetup-paris-2017

Material and slides for my talk at the PyData Paris meetup 2017 (september)
Jupyter Notebook
5
star
14

dashicz

Dashing.io for Domoticz
JavaScript
4
star
15

joyofcoding2018

Talk material for Jupyter widgets: from slider to virtual reality - Joy of coding 2018
Jupyter Notebook
3
star
16

pydata-amsterdam-2017

"A Billion stars in the Jupyter notebook": slides and notebooks for the pydata amsterdam 2017 talk about vaex and ipyvolume
Jupyter Notebook
3
star
17

dash-vaex-gaia

Example dash app using vaex to visualize Gaia data
Python
2
star
18

jupyter-day-polytechnique-2018

Slides, notebooks and material for talk at Jupyter day at Polytechnique in 2018
Jupyter Notebook
2
star
19

dash-taxi-example

Example combining vaex with dash to create a dashboard showing the New York taxi dataset
Python
2
star
20

datascience-meetup-utrecht-2018

Talk - Vaex: Out of core dataframes for Python
Jupyter Notebook
2
star
21

lunchtalk-kapteyn-2018

Slides and material for lunchtalk at Kapteyn Institute 2018
Jupyter Notebook
2
star
22

vaex-bigskyearth2017

Jupyter Notebook
2
star
23

ewass-2017

Material for my talk and poster at EWASS 2017
Jupyter Notebook
1
star
24

mab

Private repo used during my Astronomy Phd, including Schwarzschild modelling code
Python
1
star
25

jupyterlab-supersave

More notebook save options for Jupyter Lab
TypeScript
1
star
26

talk-jupytercon-2018-widgets

Jupyter Notebook
1
star
27

nac-2017

NAC2017 talk: A Billion stars in the Jupyter notebook
HTML
1
star
28

statx

Statistics on Nd-grids/tensors based on xtensor
Python
1
star
29

talk-pyparis-2018

Slides+material for: Vaex: Out of core dataframes for Python @ PyParis 2018
Jupyter Notebook
1
star
30

maartenbreddels.github.io

HTML
1
star