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 hashes)

Uploaded Source

Built Distribution

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