1.1.1 • Published 6 months ago

@vscode/jupyter-extension v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install @vscode/jupyter-extension

Summary

First we need to define a package.json for the extension that wants to use the API: (https://github.com/Microsoft/vscode-jupyter).

Requirements

User is expected to install type definitions for VS Code via @types/vscode or @vscode-dts or other. See here for more information on creating your first VS Code.

See here for more information on consuming Extension APIs.

Sample

import { extensions } from 'vscode';
import type { JupyterAPI } from '@vscode/jupyter';

const jupyterApi = extensions.getExtension<JupyterAPI>('ms-jupyter.jupyter')?.exports;
1.0.93

6 months ago

1.0.92

8 months ago

1.0.91

1 year ago

0.0.96

1 year ago

1.1.1

1 year ago

0.0.95

1 year ago

1.1.0

1 year ago

0.0.94

1 year ago

0.0.93

2 years ago

0.0.92

2 years ago

0.0.91

2 years ago

0.0.90

2 years ago

0.0.9

2 years ago

1.0.0

2 years ago

0.0.8

2 years ago

0.2.1

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.2.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.1.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago