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
- Host: GitHub
- URL: https://github.com/apsknight/jupyterlab_xkcd
- Owner: apsknight
- Created: 2018-02-06T12:07:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-06T14:43:32.000Z (over 7 years ago)
- Last Synced: 2025-03-23T15:38:45.989Z (3 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)