John Gunstone

Results 76 issues of John Gunstone

likely similar issue to this one: https://github.com/voila-dashboards/voila/issues/166 ![image](https://user-images.githubusercontent.com/21370980/115288618-8ae6d400-a149-11eb-95ec-491cf3dd0cae.png) 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,...

bug

![image](https://user-images.githubusercontent.com/21370980/122106889-64c07600-ce12-11eb-8d60-c17f37e016eb.png) relevant code: ```python from IPython.display import display, Markdown display(Markdown(f'![]({relpth})') ``` 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. ![image](https://user-images.githubusercontent.com/21370980/143405456-597ddffe-fce6-48d2-99d9-a943ca4b3d6d.png) 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...

bug

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...

Bug
Python 3

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...

bug report
help wanted

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...

enhancement