@micimize/jupyterlab-wikify
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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-/--
 .-/ / /->
( *  \/
 '-.  \
    \ /
     '

Package Sidebar

Install

npm i @micimize/jupyterlab-wikify

Weekly Downloads

2

Version

0.0.1

License

BSD-3-Clause

Unpacked Size

29 kB

Total Files

18

Last publish

Collaborators

  • micimize