Wesley Banfield

Results 19 comments of Wesley Banfield

Sounds good @mharty3. Dependign on cnetral the data is as well (for example we always choose the same well for all graphs so that makes sense to keep in the...

An example of tabs or atleast internal hyperlinks can be found in this dash example: https://github.com/plotly/dash-sample-apps/tree/master/apps/dash-financial-report

@kinverarity1 I had to modify the setup.py, tbh I don't use them too often it would be good if you could check out the 2 lines I deleted and see...

Hmm maybe it's the runtime then if you say it is new? This is using python 3.6.10 do you think upgrading to 3.8 would help?

@kinverarity1 I have tried updating the runtime to python 3.8.3 and reintroducing the lines I removed. As suspected the `long_description_content_type` worked fine but the `use_scm_version` broke the deploy .... here...

@PiTuna is this fixed or do you still need some help with this?

Another nice way to interact might be to use how Jupyter lab hides cells, not sure how the data is stored though in the ipynb files

I am sorry in advance, I have not created any tests as I am unsure how your test suite is setup.

> ```python > display( > HTML( > """ > > .jupyter-widgets.widget-tab > .p-TabBar .p-TabBar-tab { > flex: 0 1 auto > } > > """ > ) > ) >...