Metadata-Version: 2.1
Name: jupyter-wysiwyg
Version: 19.10
Summary: WYSIWYG editing functionality for markdown/HTML cells in Jupyter
Home-page: https://github.com/genepattern/jupyter-wysiwyg/tree/master/wysiwyg
Author: Thorin Tabor
Author-email: thorin@broadinstitute.org
License: BSD
Download-URL: https://github.com/genepattern/jupyter-wysiwyg/archive/19.10.tar.gz
Keywords: genepattern,wysiwyg,ipython,jupyter
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Framework :: Jupyter
Description-Content-Type: text/markdown
Requires-Dist: jupyter
Requires-Dist: notebook (>=4.2.0)

# WYSIWYG HTML/Markdown Editor for Jupyter Notebook

This is an nbextension that enables WYSIWYG editing functionality for HTML/Markdown cells in Jupyter.

## Installing

This extension can be installed through either PIP or conda.

> pip install jupyter-wysiwyg

> conda install -c genepattern jupyter-wysiwyg

## Enabling

To enable this extension in Jupyter Notebook 5.2 and earlier you will need to run the following command lines. 

In Jupyter Notebook 5.3 and later, this is automatic and will not be necessary.

> jupyter nbextension install --py jupyter_wysiwyg

> jupyter nbextension enable --py jupyter_wysiwyg

## Using the Editor

To use the WYSIWYG editor, first create a markdown cell, then select the cell. You should now see two buttons appear on the left side of the cell. These buttons will have the "Rich Text Editing" and "Run Cell" tooltips. Click the "Rich Text Editing" button to launch the editor.


