GithubHelp home page GithubHelp logo

jupyterlab-mp4's Introduction

Starting with JupyterLab 4, this is now part of the extension examples. And therefore this repository is now archived.

jupyterlab-mp4

A JupyterLab extension for rendering mp4 files.

Prerequisites

  • JupyterLab

Installation

jupyter labextension install @jupyterlab/mp4-extension

Development

For a development install (requires npm version 4 or later), do the following in the repository directory:

npm install
jupyter labextension link .

To rebuild the package and the JupyterLab app:

npm run build
jupyter lab build

jupyterlab-mp4's People

Contributors

esevan avatar fcollonval avatar ian-r-rose avatar jasongrout avatar kvnsng avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

jupyterlab-mp4's Issues

certain mp4 is not displayed

I tried to display mp4 file generated in python, but it does not work. Here is the code for movie

from skvideo.io import vwrite
a = np.random.randn(100, 720, 1280)*255
vwrite('random.mp4',a.astype('uint8'))

Many thanks.

extend tutorial for current renderers

Thank you for this very nice tutorial, that is almost doing exactly what I want.

I would like to basically register a new custom filetype that should render as a standard ipynb notebook. I struggle a bit to understand how I easy can hook up to the current known renders and MIME-types. And the ends of the day I would really like to have the filetype open with Voila-preview. With the doc-registry we can do this link from filetypes to render in the new plugin config, so all I need is to register the filetype and the link to known rednerers can be made there.

Archiving this repository

This repository is part of the repositories listed as inactive during the JupyterLab team call. Starting with JupyterLab 4, this is now part of the extension examples.

This issue is to ping anyone listening for changes in this repository that starting from today if no volunteer propose him/herself to maintain this repository it will be archived in 2 weeks (aka July 27th, 2023).

failed to install

Error log below:

$ jupyter labextension install jupyterlab-mp4
Node v8.11.3

> /Users/jamesyang/.nvm/versions/node/v8.11.3/bin/npm pack jupyterlab-mp4
npm ERR! code E404
npm ERR! 404 Not Found: jupyterlab-mp4@latest

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/jamesyang/.npm/_logs/2018-11-24T14_23_39_061Z-debug.log

Errored, use --debug for full output:
ValueError: "jupyterlab-mp4" is not a valid npm package

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.