Skip to content

Instantly share code, notes, and snippets.

@bollwyvl
Last active April 4, 2020 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bollwyvl/82a6a2583d58c349a898790a3422d4c4 to your computer and use it in GitHub Desktop.
Save bollwyvl/82a6a2583d58c349a898790a3422d4c4 to your computer and use it in GitHub Desktop.
name: jupyterlab-fonts-test
channels:
- conda-forge
- conda-forge/label/jupyterlab_rc
dependencies:
- jupyterlab ==2.1.0rc0
- nodejs
#!/usr/bin/env bash
set -eux
jupyter labextension install \
@deathbeds/jupyterlab-fonts \
@deathbeds/jupyterlab-font-fira-code \
@deathbeds/jupyterlab-font-dejavu-sans-mono \
@deathbeds/jupyterlab-font-anonymous-pro \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment