agoose77 / jupyterlab-attachments

Editor support for attachments in JupyterLab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jupyterlab-attachments

A JupyterLab extension to add support for management of attachments in the JupyterLab editor.

DEPRECATED

This support is now in 1.2.0

Prerequisites

  • JupyterLab

Installation

jupyter labextension install @agoose77/jupyterlab-attachments

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

Usage

From Tree Copy & Paste

About

Editor support for attachments in JupyterLab


Languages

Language:TypeScript 52.5%Language:JavaScript 47.5%