Skip to main content

JupyterLab Theme Christmas, Designed by Isabela Presedo-Floyd

Project description

Datalayer

Ξ JupyterLab Theme for Christmas

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

Use

pip install --pre jupyterlab=3.0.0rc10 jupyterlab_theme_christmas

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

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jupyterlab_theme_christmas-0.1.0.tar.gz (28.2 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file jupyterlab_theme_christmas-0.1.0.tar.gz.

File metadata

  • Download URL: jupyterlab_theme_christmas-0.1.0.tar.gz
  • Upload date:
  • Size: 28.2 kB
  • Tags: Source
  • Uploaded using 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

File hashes

Hashes for jupyterlab_theme_christmas-0.1.0.tar.gz
Algorithm Hash digest
SHA256 deb00e457bdacfc818b312d75c4a72791a69ead09495e8e8064aa3ddc22f822e
MD5 acfa1ef2b7ede24f59e5b0b54261c823
BLAKE2b-256 f77b0d83aa388266d3ab10410bca87960fe5ef9a52ef845a104c1ef90a9d2398

See more details on using hashes here.

File details

Details for the file jupyterlab_theme_christmas-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: jupyterlab_theme_christmas-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 45.0 kB
  • Tags: Python 3
  • Uploaded using 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

File hashes

Hashes for jupyterlab_theme_christmas-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c4b491c0383756215c72abd89b1721009d429515d909b951101419e535fdd3f5
MD5 ec49d1e224ff5c278df0c5d98d2707ea
BLAKE2b-256 247694b85eca6d9069ea4e35fc1de09b7582cf231ad12b719f430e6d3abe5de8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page