Skip to main content

An ariake dark palette based JupyterLab theme extension.

Project description

Jupyterlab Ariake Dark Theme


An ariake dark palette based JupyterLab theme extension.

updatebadge pypibadge mitbadge ci-badge

emailbadge

appearance

example 1

example 2

requirements

  • jupyterlab >= 4.0.0

install

to install the extension, execute:

pip install jupyterlab_ariakedark_theme

to check the installation, execute:

jupyter labextension list

uninstall

to remove the extension, execute:

pip uninstall jupyterlab_ariakedark_theme

contributing

to make personal customizations to the theme, edit the variables.css file, and then run the development install steps listed bellow.

feel free to make pending or other optimizations and pull requests, this theme is still under development and any contribution is very much appreciated.

development install

[!NOTE] You will need nodejs to build the extension package.

the jlpm command is jupyterlab's pinned version of yarn that is installed with jupyterlab. you may use yarn or npm in lieu of jlpm below.

  • clone the repo to your local environment:
git clone https://github.com/eduardotlc/jupyterlab_ariakedark_theme
  • change directory to the jupyterlab_ariakedark_theme directory:
cd jupyterlab_ariakedark_theme
  • install package in development mode:
pip install -ve "."
  • link your development version of the extension with jupyterlab:
jupyter labextension develop . --overwrite
  • rebuild extension typescript source after making changes:
jlpm build

you can watch the source directory and run jupyterlab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.

  • watch the source directory in one terminal, automatically rebuilding when needed:
jlpm watch
  • run jupyterlab in another terminal:
jupyter lab

with the watch command running, every saved change will immediately be built locally and available in your running jupyterlab. refresh jupyterlab to load the change in your browser (you may need to wait several seconds for the extension to be rebuilt).

by default, the jlpm build command generates the source maps for this extension to make it easier to debug using the browser dev tools. To also generate source maps for the JupyterLab core extensions, you can run the following command:

jupyter lab build --minimize=False

Development uninstall

pip uninstall jupyterlab_ariakedark_theme

In development mode, you will also need to remove the symlink created by jupyter labextension develop command. To find its location, you can run jupyter labextension list to figure out where the labextensions folder is located. Then you can remove the symlink named jupyterlab_ariakedark_theme within that folder.

Other themes

See my others Jupyter Lab themes

materialdarkerbadge

midnightseabadge

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_ariakedark_theme-0.2.1.tar.gz (1.2 MB view details)

Uploaded Source

Built Distribution

File details

Details for the file jupyterlab_ariakedark_theme-0.2.1.tar.gz.

File metadata

File hashes

Hashes for jupyterlab_ariakedark_theme-0.2.1.tar.gz
Algorithm Hash digest
SHA256 8c498036da909e8d0abd978bd54d09140c70f6aec9c66f936a3f51569ae96863
MD5 9a8cfdd64e2d50c8cafffadbaa73c611
BLAKE2b-256 ae37c2b59a6489660036fa36849cbe4646be4e29572e350ad464f0952e72886a

See more details on using hashes here.

File details

Details for the file jupyterlab_ariakedark_theme-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for jupyterlab_ariakedark_theme-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d5bed1d82b906cb9cb15d879090ebe038b07915ff21ce53fb08ffcd92f5bb258
MD5 01c9f711c64b5c1f085866d0976b2138
BLAKE2b-256 881c050dbee2dedf9a9fdbd68a07370c3b7264641f47081f505ac31152ee5c3e

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