Metadata-Version: 1.1
Name: jupyterlab-iframe
Version: 0.0.2
Summary: IFrame widgets for JupyterLab
Home-page: https://github.com/timkpaine/jupyterlab_iframe
Author: Tim Paine
Author-email: t.paine154@gmail.com
License: GPL
Download-URL: https://github.com/timkpaine/jupyterlab_iframe/archive/v0.0.2.tar.gz
Description: # jupyterlab_iframe
        Open a site in a widget, or add a set of "quicklinks".
        [![PyPI](https://img.shields.io/pypi/l/jupyterlab_iframe.svg)](https://pypi.python.org/pypi/jupyterlab_iframe)
        [![PyPI](https://img.shields.io/pypi/v/jupyterlab_iframe.svg)](https://pypi.python.org/pypi/jupyterlab_iframe)
        [![npm](https://img.shields.io/npm/v/jupyterlab_iframe.svg)](https://www.npmjs.com/package/jupyterlab_iframe)
        
        ![](https://raw.githubusercontent.com/timkpaine/jupyterlab_iframe/master/docs/example1.gif)
        
        ## Install
        ```bash
        pip install jupyterlab_iframe
        jupyter labextension install jupyterlab_iframe
        jupyter serverextension enable --py jupyterlab_iframe
        ```
        
        ## Adding quicklinks
        install the server extension, and add the following to `jupyter_notebook_config.py`
        
        ```python3
        c.JupyterLabIFrame.iframes = ['list', 'of', 'sites']
        ```
        
Keywords: jupyter jupyterlab
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
