Module: @deathbeds/ipydrawio-notebook#

Variables#

ALL_FORMATS#

Const ALL_FORMATS: IFormat<any>[]

Defined in#

packages/ipydrawio-notebook/src/io.ts:85


CMD_NS#

Const CMD_NS: "ipydrawio-notebook"

The command namespace

Defined in#

packages/ipydrawio-notebook/src/tokens.ts:37


IPYNB_DIO#

Const IPYNB_DIO: IFormat<any>

Defined in#

packages/ipydrawio-notebook/src/io.ts:75


IPYNB_PLAIN#

Const IPYNB_PLAIN: IFormat<any>

Defined in#

packages/ipydrawio-notebook/src/io.ts:36


NS#

Const NS: string = PACKAGE.name

The namespace for notebook-level concerns

Defined in#

packages/ipydrawio-notebook/src/tokens.ts:27


PACKAGE#

Const PACKAGE: Object = PACKAGE_

The hoisted package.json

Type declaration#

Name

Type

bugs

{ url: string = “https://github.com/deathbeds/ipydrawio/issues” }

bugs.url

string

dependencies

{ @deathbeds/ipydrawio: string = “^1.3.0”; @jupyterlab/application: string = “^3.1.0”; @jupyterlab/notebook: string = “^3.1.0” }

dependencies.@deathbeds/ipydrawio

string

dependencies.@jupyterlab/application

string

dependencies.@jupyterlab/notebook

string

devDependencies

{ @jupyterlab/builder: string = “^3.6.1” }

devDependencies.@jupyterlab/builder

string

files

string[]

homepage

string

jupyterlab

{ discovery: { server: { base: { name: string = “ipydrawio” } ; managers: string[] } } ; extension: string = “lib/plugin.js”; outputDir: string = “../../py_packages/ipydrawio/_/ipydrawio-notebook”; sharedPackages: { @deathbeds/ipydrawio: { bundled: boolean = false; singleton: boolean = true } } }

jupyterlab.discovery

{ server: { base: { name: string = “ipydrawio” } ; managers: string[] } }

jupyterlab.discovery.server

{ base: { name: string = “ipydrawio” } ; managers: string[] }

jupyterlab.discovery.server.base

{ name: string = “ipydrawio” }

jupyterlab.discovery.server.base.name

string

jupyterlab.discovery.server.managers

string[]

jupyterlab.extension

string

jupyterlab.outputDir

string

jupyterlab.sharedPackages

{ @deathbeds/ipydrawio: { bundled: boolean = false; singleton: boolean = true } }

jupyterlab.sharedPackages.@deathbeds/ipydrawio

{ bundled: boolean = false; singleton: boolean = true }

jupyterlab.sharedPackages.@deathbeds/ipydrawio.bundled

boolean

jupyterlab.sharedPackages.@deathbeds/ipydrawio.singleton

boolean

main

string

name

string

version

string

Defined in#

packages/ipydrawio-notebook/src/tokens.ts:22


PLUGIN_ID#

Const PLUGIN_ID: string

The plugin id

Defined in#

packages/ipydrawio-notebook/src/tokens.ts:32


drawioIpynbIcon#

Const drawioIpynbIcon: LabIcon

Defined in#

packages/ipydrawio-notebook/src/io.ts:31

Copyright 2023 ipydrawio contributors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.