Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@yangjj728/jupyterlab_xkcd

my_name12BSD-3-Clause0.1.0TypeScript support: included

Show a random xkcd.com comic in a JupyterLab panel

jupyter, jupyterlab, jupyterlab-extension

readme

jupyterlab_xkcd

Show a random xkcd.com comic in a JupyterLab panel

Prerequisites

  • JupyterLab

Installation

jupyter labextension install @yangjj728/jupyterlab_xkcd

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