mgbin088 / jupyterlab_html

(Merged into JupyterLab Core!) JupyterLab extension for displaying HTML files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jupyterlab_html

JupyterLab extension mimerenderer to render HTML files in IFrame Tab. This extension allows users to view rendered HTML by double-clicking on .html files in the file browser. Files are opened in a JupyterLab tab.

Example GIF

Prerequisites

  • JupyterLab

Installation

jupyter labextension install @mflevine/jupyterlab_html

Development

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

npm install
npm run build
jupyter labextension link .

To rebuild the package and the JupyterLab app:

npm run build
jupyter lab build

About

(Merged into JupyterLab Core!) JupyterLab extension for displaying HTML files

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 68.7%Language:CSS 31.3%