-
Is there a CDN for the css for the current Jupyterlab light theme? And, if so, is there a way to point to it instead of the current 5.3.1 notebook theme? Not a huge difference, but Lab uses Source C…
-
### Describe the bug
**context**
When I do create ipynb with cell
```
text2 = ('Lorem ipsum $x$ lorem $A$ ipsum?\n'
'\t\\[\n\t\t\\text{A=}\\left[\\begin{matrix}2 x + 4 & x - 4\\\\x + …
-
## Description
It seems that a wheel for monorepo does not include a top-level `METADATA` to extract the constraints from. This means that `reqs` remains empty:
https://github.com/jupyterlab/mai…
-
### k3d
```python
"""Create a Volume from a numpy array"""
import numpy as np
from vedo import Volume, show, settings
settings.default_backend = "k3d"
data_matrix = np.zeros([70, 80, 90], dtyp…
-
Can it sync jupyterlab light/dark theme with OS? When using browser with dark reader extension. It can sync with OS.
-
### Problem
Somewhat related to https://github.com/pydata/pydata-sphinx-theme/issues/745
pydata-sphinx-theme has a theme switch allowing to go from a light to a dark theme. We could have the emb…
-
With JupyterLab in the dark theme the text of the pop up panels is white even though the background color is white as well (see screenshot below). When using the light theme the text is correctly disp…
-
### Context
JupyterLab is a very popular interface that is used by many in the PyData ecosystem, and that is increasingly becoming easier to embed directly into HTML pages [via projects like Jupyte…
-
I've been working on a new Pyspark JupyterLab build and was testing extension support one at a time using the Docker container `quay.io/jupyter/pyspark-notebook:x86_64-spark-3.5.0`. I installed the `s…
-
I want to add the company logo to the JupyterLab interface. I've been doing so by editing the current theme extension (theme-dark-extension) index.css file and attempting to replace the current image …