An open API service indexing awesome lists of open source software.

https://github.com/apsknight/jupyterlab_xkcd

Show a random xkcd.com comic in a JupyterLab panel
https://github.com/apsknight/jupyterlab_xkcd

Last synced: 2 months ago
JSON representation

Show a random xkcd.com comic in a JupyterLab panel

Awesome Lists containing this project

README

        

# jupyterlab_xkcd

> Show a random xkcd.com comic in a JupyterLab panel.

xkcd comic on Jupyterlab

## Prerequisites

* JupyterLab

## Installation

```bash
jupyter labextension install @apsknight/jupyterlab_xkcd
```

## Development

For a development install (requires npm version 4 or later), fork this repository and do the following in the home directory:

```bash
git clone https://github.com//jupyterlab_xkcd.git
cd jupyterlab_xkcd
npm install
npm run build
jupyter labextension link .
```

To rebuild the package and the JupyterLab app:

```bash
npm run build
jupyter lab build
```

## LICENSE

[MIT](http://aps.mit-license.org)