0.1.2 • Published 6 years ago

@oscar6echo/xkcd-extension v0.1.2

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
6 years ago

jupyterlab_xkcd

Show a random xkcd.com comic in a JupyterLab panel

npm.io

Prerequisites

  • JupyterLab

Installation

jupyter labextension install @oscar6echo/xkcd-extension

Development

For a dev install (requires npm version>=4 and <=9), do the following in the repo directory:

npm install
npm run build
jupyter labextension link .

To rebuild the package and the JupyterLab app:

npm run build
jupyter lab build