jupyterlab_theme_onedark
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

JupyterLab Theme OneDark

An unofficial port of OneDark theme for JupyterLab. I noticed that many onedark ports intentionally changes the name a little bit, say onedork, onehalfdark. I don't know why but, if that's related to some license issue, please remind me to change the package name!

Screenshot

Screenshot

The codes demonstrated in the screenshot above is the m5-baseline notebook for the Kaggle competetion M5 Forcasting, authored by (kaggle)@harupy.

Notes

In my development version, the scrollbar is not themed unless I manually toggle an HTML attribute <body data-jp-theme-scrollbars="(set to true)">. This should not be an issue of my theme, and this switch should be enabled as long as I tick Settings -> JupyterLab Theme -> Theme Scrollbar. I have to see if the issue persists in the published version.

In the screenshot, I have manually switched on this attribute, so you can see my theme configuration of the scrollbar.

Prerequisites

  • JupyterLab

Installation

jupyter labextension install jupyterlab_theme_onedark

Development

For a development install (requires npm version 4 or later), do the following in the repository directory:

npm install
jupyter labextension link .

To rebuild the package and the JupyterLab app:

npm run build
jupyter lab build

Package Sidebar

Install

npm i jupyterlab_theme_onedark

Weekly Downloads

3

Version

1.0.2

License

BSD-3-Clause

Unpacked Size

24.6 kB

Total Files

8

Last publish

Collaborators

  • fhfuih