symmetryinvestments / jupyter-wire

Jupyter wire protocol implementation enabling D plugins to be jupyter kernels
Boost Software License 1.0
13 stars 4 forks source link

Add multimedia eg audio and video #5

Open Laeeth opened 5 years ago

Laeeth commented 5 years ago

Like audio and video. To do that simply store as a temp file on server and generate a media link. I think you need to run a little companion web server to the kernel as Jupyter itself does not serve static files.

Laeeth commented 4 years ago

NB we can already handle images, but not yet multimedia.