All Projects → jupyterlab → jupyterlab_xkcd

jupyterlab / jupyterlab_xkcd

Licence: other
Random xkcd comic in a JupyterLab panel

Programming Languages

typescript
32286 projects
CSS
56736 projects

Projects that are alternatives of or similar to jupyterlab xkcd

jupyterlab-starters
Starter notebooks and directories in JupyterLab
Stars: ✭ 32 (+6.67%)
Mutual labels:  jupyterlab-extension
jupyterlab-vimrc
add a basic vimrc to jupyterlab vim
Stars: ✭ 59 (+96.67%)
Mutual labels:  jupyterlab-extension
jupyterlite
Wasm powered Jupyter running in the browser 💡
Stars: ✭ 3,039 (+10030%)
Mutual labels:  jupyterlab-extension
jupyterlab iframe
View html as an embedded iframe in JupyterLab
Stars: ✭ 91 (+203.33%)
Mutual labels:  jupyterlab-extension
knowledgelab
KnowledgeRepo + JupyterLab
Stars: ✭ 46 (+53.33%)
Mutual labels:  jupyterlab-extension
jupyter-offlinenotebook
Save and load notebooks to local-storage
Stars: ✭ 39 (+30%)
Mutual labels:  jupyterlab-extension
jupyterlab-kubeflow-kale
JupyterLab extension to provide a Kubeflow specific left area for Notebooks deployment
Stars: ✭ 17 (-43.33%)
Mutual labels:  jupyterlab-extension
jupyterlab-jupytext
A JupyterLab extension for Jupytext
Stars: ✭ 24 (-20%)
Mutual labels:  jupyterlab-extension
perspective-python
Python APIs for perspective front end
Stars: ✭ 14 (-53.33%)
Mutual labels:  jupyterlab-extension
jupyter-scatter
Interactive 2D scatter plot widget for Jupyter Lab and Notebook. Scales to millions of points!
Stars: ✭ 172 (+473.33%)
Mutual labels:  jupyterlab-extension
xkcd-2048
No description or website provided.
Stars: ✭ 12 (-60%)
Mutual labels:  xkcd
blerp
xkcd #1692: Man Page
Stars: ✭ 40 (+33.33%)
Mutual labels:  xkcd
jupyterlab discovery
A JupyterLab extension to facilitate the discovery and installation of other extensions
Stars: ✭ 47 (+56.67%)
Mutual labels:  jupyterlab-extension
jupyterlab-link-share
JupyterLab Extension to easily share a link to a running server on Binder
Stars: ✭ 40 (+33.33%)
Mutual labels:  jupyterlab-extension
nbcelltests
Cell-by-cell testing for production Jupyter notebooks in JupyterLab
Stars: ✭ 66 (+120%)
Mutual labels:  jupyterlab-extension
jupyter-extensions
Jupyter extensions for SWAN
Stars: ✭ 56 (+86.67%)
Mutual labels:  jupyterlab-extension
jupyterlab-custom-css
Add custom CSS rules for JupyterLab
Stars: ✭ 32 (+6.67%)
Mutual labels:  jupyterlab-extension
spellchecker
Spellchecker for JupyterLab notebook markdown cells and file editor.
Stars: ✭ 162 (+440%)
Mutual labels:  jupyterlab-extension
jupyterlab-h5web
A JupyterLab extension to explore and visualize HDF5 file contents. Based on https://github.com/silx-kit/h5web.
Stars: ✭ 41 (+36.67%)
Mutual labels:  jupyterlab-extension
Powershell-XKCD
A PowerShell module for accessing the XKCD API to get the details of and (optionally) download the excellent webcomics @ http://xkcd.com
Stars: ✭ 14 (-53.33%)
Mutual labels:  xkcd

JupyterLab xkcd-extension

Show a random xkcd.com comic in a JupyterLab panel

Prerequisites

  • JupyterLab

Installation

jupyter labextension install @jupyterlab/xkcd-extension

Development

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

npm install
npm run build
jupyter labextension link .

To rebuild the package and the JupyterLab app:

npm run build
jupyter lab build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].