John Gunstone
John Gunstone
likely similar issue to this one: https://github.com/voila-dashboards/voila/issues/166  Code ```python from IPython.display import display def Vega(spec): """ render Vega in jupyterlab https://github.com/jupyterlab/jupyterlab/blob/master/examples/vega/vega-extension.ipynb """ bundle = {} bundle['application/vnd.vega.v5+json'] = spec display(bundle,...
 relevant code: ```python from IPython.display import display, Markdown display(Markdown(f'') ``` perhaps related to? https://github.com/voila-dashboards/voila/issues/659 https://github.com/voila-dashboards/voila/issues/796
does vjsf support numeric ranges? e.g.  I had a read through the docs but couldn't find anything. cheers
### Describe the bug **context** When I build a jupyterbook with a notebook displaying Markdown outputs the output isn't displayed. **note** while i'm describing only markdown here, i have found...
hi there, the new TagsInput looks like a great new addition to ipywidgets - many thanks @martinRenou ! my understanding is that it currently it supports the following behaviour: -...
**Describe the bug** I just updated my pyRevit version in Revit 2022 and tried to run a test python3 script but am getting the error below. **To Reproduce** Steps to...
I recently came across this: https://github.com/koumoul-dev/vuetify-jsonschema-form which generates a UI from a JSON schema. I was wondering whether it might be possible to use this with ipyvuetify... maybe using the...
I've been looking into tables that format correctly with multiple columns for a while and tabularray seems to work excellently. My issue is that i would only like multiple columns...
first off - this extension is awesome. a well needed addition to the Jupyter Lab environment. **Describe the new feature being added** It would be great if wrapped text within...