https://github.com/apsknight/jupyterlab_xkcd
Show a random xkcd.com comic in a JupyterLab panel
https://github.com/apsknight/jupyterlab_xkcd
Last synced: 3 months ago
JSON representation
Show a random xkcd.com comic in a JupyterLab panel
- Host: GitHub
- URL: https://github.com/apsknight/jupyterlab_xkcd
- Owner: apsknight
- Created: 2018-02-06T12:07:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-06T14:43:32.000Z (over 8 years ago)
- Last Synced: 2025-08-08T13:48:16.703Z (12 months ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jupyterlab_xkcd
> Show a random xkcd.com comic in a JupyterLab panel.

## 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)