-
I am working on a JS client which mirrors the Jupyter Lab UI. I cannot use the latter directly as the code I am building needs to be embedded into a web page.
The [docs](https://jupyterlab.readthed…
-
The debugger extensions uses some logic to style a `DataGrid` using the current JupyterLab theme:
https://github.com/jupyterlab/jupyterlab/blob/272b7a40911a8f62f3ba225f0c8a8835ec6f5547/packages/deb…
jtpio updated
3 years ago
-
One comment about colored and brand icons, we should be able to provide monochromatic icons (this is for example coming in [Android 13](https://9to5google.com/2022/02/10/android-13-dp1-themed-icon-mat…
-
BeakerX theme cannot be used in JupyterLab 1.0.0. When switching to a BeakerX theme, the following error happens.
![image](https://user-images.githubusercontent.com/824507/60459220-64168100-9bf5-1…
-
I wonder how to launch jupyter lab with a defined theme. For now, I enforce a user setting with eg.
```bash
mkdir -p ~/.jupyter/lab/user-settings/\@jupyterlab/apputils-extension && \
CONF="{ \"…
-
Jupyterlab themes manager detects a wrong URL when running behind an nginx proxy, it appends a `local:` before the base_url.
All other urls load correctly, and changing the url in html file in brow…
-
When one switches between the default JupyterLab light and dark themes, the color of the text (for example) in all of the JupyterLab (i.e. standard/default/non-extension) panes switches automatically.…
-
**Describe the bug**
No small Kite logo at the bottom left corner of the JupyterLab window after Kite is installed properly. No "Kite:" command in JupyterLab's command palette as well. But `pip list…
-
# Issue
I am testing the template book on Windows 11 Pro.
```
pip install jupyter-book
jupyter-book create mynewbook/
jupyter-book build mynewbook/
```
On any browser, when I click the hamburger ``T…
-
Hi,
initially I would like to thank you for the work you are doing!
I have been implementing dashboards for a while now, first using bokeh, then panel.
I am currently considering migrating to Das…