All Projects → simicd → jupyterlab-tailwind-theme

simicd / jupyterlab-tailwind-theme

Licence: BSD-3-Clause license
A JupyterLab theme extension inspired by Tailwind.

Programming Languages

CSS
56736 projects
typescript
32286 projects
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to jupyterlab-tailwind-theme

jupyterlab-theme-solarized-dark
JupyterLab 2/3 Solarized Dark extension
Stars: ✭ 61 (-8.96%)
Mutual labels:  jupyterlab, jupyterlab-theme
theme-darcula
A handsome Darcula theme for Jupyterlab. The first jlab theme to include dark scrollbars
Stars: ✭ 136 (+102.99%)
Mutual labels:  jupyterlab, jupyterlab-theme
theme-cookiecutter
A cookiecutter template to help you make new JupyterLab theme extensions
Stars: ✭ 47 (-29.85%)
Mutual labels:  jupyterlab, jupyterlab-theme
portfolio
This is my portfolio which is also a template. Feel free to fork, star, and use it.
Stars: ✭ 86 (+28.36%)
Mutual labels:  tailwind
tailwind-shift
⚙️ Shift to the next TailwindCSS version hassle-free.
Stars: ✭ 114 (+70.15%)
Mutual labels:  tailwind
effective jupyterlab
Using JupyterLab Effectively (JupyterLab’ı etkin bir şekilde kullanma)
Stars: ✭ 39 (-41.79%)
Mutual labels:  jupyterlab
jupyterlab-desktop
JupyterLab desktop application, based on Electron.
Stars: ✭ 1,950 (+2810.45%)
Mutual labels:  jupyterlab
tailwind
Website clones/examples using Tailwind CSS.
Stars: ✭ 49 (-26.87%)
Mutual labels:  tailwind
tailwindcss-modularscale
Modular scale plugin for TailwindCSS.
Stars: ✭ 19 (-71.64%)
Mutual labels:  tailwind
windstrap
Tailwind CSS with Bootstrap JS
Stars: ✭ 63 (-5.97%)
Mutual labels:  tailwind
wxyz
Some Experimental Widgets
Stars: ✭ 25 (-62.69%)
Mutual labels:  jupyterlab
ml dev env
Machine Learning / Deep Learning Environment. Everywhere. Anywhere.
Stars: ✭ 47 (-29.85%)
Mutual labels:  jupyterlab
code-type
Practice code-typing with top 1000 keywords of the most popular programming languages.
Stars: ✭ 31 (-53.73%)
Mutual labels:  tailwind
notebook-free-notebook
A professional, lock-in-free Jupyter dev env for coders, teams and non-trivial, large Jupyter projects
Stars: ✭ 38 (-43.28%)
Mutual labels:  jupyterlab
onix
A page builder for laravel that works in a very simple and easy way, by default onix uses tailwind css, but can be easy change to your custom css.
Stars: ✭ 19 (-71.64%)
Mutual labels:  tailwind
jupyterlab
🧛🏻‍♂️ Dark theme for JupyterLab
Stars: ✭ 27 (-59.7%)
Mutual labels:  jupyterlab
animeflix
A anime discovery, streaming site made with NextJs and TailwindCSS. Uses AniList API and video data from GogoAnime. No ads and no vpn required
Stars: ✭ 326 (+386.57%)
Mutual labels:  tailwind
nextjs-typescript-and-mongodb
NextJS template for development with MongoDB.
Stars: ✭ 17 (-74.63%)
Mutual labels:  tailwind
ngx-tailwind
💨 Simple Angular schematic that initializes Tailwind CSS in your project and adds a custom webpack config to your build process.
Stars: ✭ 120 (+79.1%)
Mutual labels:  tailwind
ipyp5
p5.js Jupyter Widget
Stars: ✭ 33 (-50.75%)
Mutual labels:  jupyterlab

JupyterLab Tailwind theme

A JupyterLab theme extension inspired by Tailwind CSS.

Changes (v3.0.2)

Support for new release of JupyterLab (>= v3.0)

Updated scrollbar & footer colors

Thanks to Wiktor Flis (@WestedCrean) for contributing this update!

Light theme





Dark theme





Tip: To display matplotlib charts in dark mode execute plt.style.use('dark_background') after importing the package



Settings

The following settings are available in (Settings -> Advanced Settings Editor -> Theme - Tailwind):

  • maxCellWidth: Maximum width of notebook cells (e.g. '1200px', '80%', ...)

Sample

{
    maxCellWidth: "80%"
}

Prerequisites

  • JupyterLab

Installation

jupyter labextension install jupyterlab-tailwind-theme

Development

For a development install, run the following commands in the repository directory:

npm install                   # install npm package dependencies
npm run build                 # optional build step if using TypeScript, babel, etc.
jupyter labextension install  # install the current directory as an extension

For incremental builds use:

jupyter lab --watch

To rebuild the package and the JupyterLab app:

npm run build
jupyter lab build

See also JupyterLab's documentation Development workflow for source extensions

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].