All Projects → genepattern → jupyter-wysiwyg

genepattern / jupyter-wysiwyg

Licence: BSD-3-Clause license
A rich text editor for markdown cells in Jupyter

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to jupyter-wysiwyg

py4chemoinformatics
Python for chemoinformatics
Stars: ✭ 78 (+129.41%)
Mutual labels:  jupyter
colour-notebooks
Colour - Jupyter Notebooks
Stars: ✭ 21 (-38.24%)
Mutual labels:  jupyter
iqsharp
Microsoft's IQ# Server.
Stars: ✭ 112 (+229.41%)
Mutual labels:  jupyter
callisto
A command line utility to create kernels in Jupyter from virtual environments.
Stars: ✭ 15 (-55.88%)
Mutual labels:  jupyter
jodit-vue
Vue wrapper for Jodit Editor
Stars: ✭ 60 (+76.47%)
Mutual labels:  wysiwyg-editor
jupyterlab-desktop
JupyterLab desktop application, based on Electron.
Stars: ✭ 1,950 (+5635.29%)
Mutual labels:  jupyter
workshop
Workshop: Micromagnetics with Ubermag
Stars: ✭ 19 (-44.12%)
Mutual labels:  jupyter
wordpress-froala-wysiwyg
Wordpress plugin for Froala WYSIWYG HTML Editor.
Stars: ✭ 38 (+11.76%)
Mutual labels:  wysiwyg-editor
visualizing-geodata folium-bokeh-demo-
folium, bokeh, jupyter, python
Stars: ✭ 17 (-50%)
Mutual labels:  jupyter
observable-jupyter
Embed visualizations and code from Observable notebooks in Jupyter
Stars: ✭ 27 (-20.59%)
Mutual labels:  jupyter
Python-Course
🐍 This is the most complete course in Python, completely practical and all the lessons are explained with examples, so that they can be easily understood. 🍫
Stars: ✭ 18 (-47.06%)
Mutual labels:  jupyter
magento-advanced-code-editor
An advanced code editor that'll make it much easier to write clean markup for CMS pages, static blocks, product pages and Transactional Emails.
Stars: ✭ 19 (-44.12%)
Mutual labels:  wysiwyg-editor
ijava-binder
An IJava binder base for trying the Java Jupyter kernel on https://mybinder.org/
Stars: ✭ 28 (-17.65%)
Mutual labels:  jupyter
picatrix
Picatrix is a library designed to help security analysts in a notebook environment, such as colab or jupyter.
Stars: ✭ 35 (+2.94%)
Mutual labels:  jupyter
mercury
Convert Python notebook to web app and share with non-technical users
Stars: ✭ 1,894 (+5470.59%)
Mutual labels:  jupyter
pydna
Clone with Python! Data structures for double stranded DNA & simulation of homologous recombination, Gibson assembly, cut & paste cloning.
Stars: ✭ 109 (+220.59%)
Mutual labels:  jupyter
mercury
Mercury - data visualize and discovery with Javascript, such as apache zeppelin and jupyter
Stars: ✭ 29 (-14.71%)
Mutual labels:  jupyter
emr-bootstrap-spark
AWS bootstrap scripts for Mozilla's flavoured Spark setup.
Stars: ✭ 49 (+44.12%)
Mutual labels:  jupyter
leafmap
A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment
Stars: ✭ 1,299 (+3720.59%)
Mutual labels:  jupyter
swift-colab
Swift kernel for Google Colaboratory
Stars: ✭ 50 (+47.06%)
Mutual labels:  jupyter

Rich Text HTML/Markdown Editor for JupyterLab

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

Requirements

  • JupyterLab >= 3.0
  • ipywidgets >= 7.0.0

Installing

This extension can be installed through PIP.

pip install jupyter-wysiwyg

OR

# Clone the jupyter-wysiwyg repository
git clone https://github.com/g2nb/jupyter-wysiwyg.git
cd jupyter-wysiwyg 

# Install the jupyter-wysiwyg JupyterLab prototype
pip install -e .
jupyter labextension develop . --overwrite

Development

You can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension. To develop, run each of the following commands in a separate terminal.

jlpm run watch
jupyter lab

The jlpm command is JupyterLab's pinned version of yarn that is installed with JupyterLab. You may use yarn or npm in lieu of jlpm.

With the watch command running, every saved change will immediately be built locally and available in your running JupyterLab. Refresh JupyterLab to load the change in your browser (you may need to wait several seconds for the extension to be rebuilt).

By default, the jlpm run build command generates the source maps for this extension to make it easier to debug using the browser dev tools. To also generate source maps for the JupyterLab core extensions, you can run the following command:

jupyter lab build --minimize=False
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].