0.1.2 • Published 8 years ago
@oscar6echo/xkcd-extension v0.1.2
jupyterlab_xkcd
Show a random xkcd.com comic in a JupyterLab panel

Prerequisites
- JupyterLab
Installation
jupyter labextension install @oscar6echo/xkcd-extensionDevelopment
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