0.0.1 • Published 4 years ago

@micimize/jupyterlab-wikify v0.0.1

Weekly downloads
4
License
BSD-3-Clause
Repository
github
Last release
4 years ago

jupyterlab-markup

Adds additional rendering support to markdown in JupyterLab by using markdown-it, and the following plugins:

Full example rendering vs markup. svgbob rendering svgbob rendering

Prerequisites

  • JupyterLab

Installation

Ensure mimetype exists for wasm:

echo "application/wasm      wasm" | sudo tee -a /etc/mime.types

Install extension:

jupyter labextension install @agoose77/jupyterlab-markup

You will need to reinstall the extension if you do these steps out of order.

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
graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
     .---.
    /-o-/--
 .-/ / /->
( *  \/
 '-.  \
    \ /
     '