Skip to content

gnestor/jupyterlab-kernelspy

 
 

Repository files navigation

jupyterlab-kernelspy

An extension for inspecting messages to/from a kernel in Jupyter Lab.

screenshot

Prerequisites

  • JupyterLab

Installation

jupyter labextension install jupyterlab-kernelspy

Update

From JupyterLab 0.34 onwards, you can update the extension to the latest compatible version with:

jupyter labextension update jupyterlab-kernelspy

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 install .

To rebuild the package and the JupyterLab app:

npm run build
jupyter lab build

About

A Jupyter Lab extension for inspecting messages to/from a kernel

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 89.8%
  • CSS 10.2%