Skip to main content

Datalayer

Ξ JupyterLab Theme for Winter

Design by Isabela Presedo-Floyd, coded with the help of Jovyans at Quansight

Use

conda create -y -n jupyterlab-theme-winter python=3.8 && \
  conda activate jupyterlab-theme-winter && \
  pip install --pre jupyterlab==3.0.0rc10 jupyterlab_theme_winter --upgrade --force-reinstall

# How to launch jupyter lab with a defined theme?
mkdir -p ~/.jupyter/lab/user-settings/\@jupyterlab/apputils-extension && \
  CONF="{ \"theme\": \"JupyterLab Winter\" }" && \
  cat > ~/.jupyter/lab/user-settings/\@jupyterlab/apputils-extension/themes.jupyterlab-settings  <<EOF
${CONF}
EOF
jupyter lab

TODO

Develop

# Build the extension and link for dev in shell 1.
jupyter labextension develop --overwrite
# List extensions.
jupyter labextension list
pip list | grep  jupyterlab-theme-winter
# Run and watch jupyterlab in shell 1.
jlpm watch
# Run and watch jupyterlab in shell 2.
# Look at the remote entry javascript, a webpack5 feature.
mkdir ~/notebooks && \
  jupyter lab \
    --dev-mode \
    --watch \
    --notebook-dir=~/notebooks \
    --ServerApp.token= \
    --extensions-in-dev-mode

Build

# Generate sourcemaps.
jupyter labextension build --development True .
jupyter lab build --minimize=False
# Do not generate sourcemaps.
jupyter labextension build .
jupyter lab build

Publish

pip install jupyter_packaging twine && \
  python setup.py sdist bdist_wheel && \
  twine upload dist/*
jlpm build:lib && \
  npm publish --access public

Release files for jupyterlab-theme-winter 0.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for jupyterlab-theme-winter 0.1.0
File Size Uploaded
jupyterlab_theme_winter-0.1.0.tar.gz 20.6 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for jupyterlab-theme-winter 0.1.0
File Interpreter ABI Platform
jupyterlab_theme_winter-0.1.0-py3-none-any.whl Python 3 none any Details

Total release size: 65.0 kB

Release files / jupyterlab_theme_winter-0.1.0.tar.gz

Download URL jupyterlab_theme_winter-0.1.0.tar.gz
Size 20.6 kB
Tags Source
SHA-256 checksum
How to use checksums
2f13956c572a91ebbfe1e260c332e6a5eeaaf1140b8a3a1f9c87538bb35028a5
BLAKE2b-256 checksum
How to use checksums
2cc319945babc22d85a784faefdd935aa0fd7a02cc4ca30e38e6f9ed08814b4d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.6.0.post20201009 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.6

Release files / jupyterlab_theme_winter-0.1.0-py3-none-any.whl

Download URL jupyterlab_theme_winter-0.1.0-py3-none-any.whl
Size 44.4 kB
Tags Python 3
SHA-256 checksum
How to use checksums
c3a77528284a3f43601e2e948e5d374d80fc46d4c27cb2cd15163ef3fdf26ad2
BLAKE2b-256 checksum
How to use checksums
7d6426ec3aa99733210f292fe16d83ca99077537f342b0df0e083ee39c18c771
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.6.0.post20201009 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.6

Release history Release notifications | RSS feed

This release

0.1.0 This release

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page