AIQC

Results 24 comments of AIQC

Hmm looks like the `Keyboard` class got dropped from `dash_extensions`. Not seeing it in their [docs](https://www.dash-extensions.com/) ```python >>> from dash_extensions import Keyboard Traceback (most recent call last): File "", line...

> accessKey (string; optional): Keyboard shortcut to activate or add focus to the element. > https://dash.plotly.com/dash-html-components/button Related: - https://community.plotly.com/t/hotkeys-for-dash-accesskey/6680/3 - https://stackoverflow.com/questions/66587600/dash-plotly-hotkeys

![image](https://user-images.githubusercontent.com/74990642/177187346-88c003f6-26dc-4012-b884-a3575226bbe3.png) came here looking for a way to gradient my shapes.

thanks for sharing the css. Hmm `white-space: normal;` is already there `white-space: nowrap;` must be getting set in themes. Hard to imagine that most themes are breaking this though. I...

It seems markdown injects a colgroup based on `th` length The widths of the colgroups are overridable: https://stackoverflow.com/a/72577950/5739514 Again, I don't know if it would make sense to change this...

ipynb json for a markdown table with bearing enough content that it should wrap: ```json { "cells": [ { "cell_type": "markdown", "id": "c5390647-3257-4049-b381-165f64d92d17", "metadata": {}, "source": [ "# Markdown Table"...

I can spend some time playing around with this next week (family vacation this week). At a glance: - Record a path/ location? - Are there any plans to record...

Related/duplicate: https://github.com/s1s1ty/py-jsonq/issues/2

This works: ```python q.at('0.demographic').get() ``` But I can't figure out how to make it do `at('all.demographic')`

Here is some context: https://github.com/plotly/jupyter-dash/issues/87 Since you mentioned JupyterHub - I would recommend Jupyter Dash for personal use, but not a deployment or any kind of distribution: https://github.com/plotly/jupyter-dash/issues/33