Results 10 comments of schwabts

duplicate of https://github.com/ranaroussi/qtpylib/issues/141 with workaround https://github.com/ranaroussi/qtpylib/issues/141#issuecomment-551453502 so the flags ` --upgrade --no-cache-dir` added here do not help

Well, I always start both commands of ``` jupyter-book clean -a book jupyter-book build book ``` when building jupyter books and even for an empty skeleton bok I have issue...

Not even finding instructions for build as e.g. [here](https://github.com/aquaULB/book_solving_pde_mooc)

In the example [editing_rows_and_columns.py](https://github.com/plotly/dash-docs/blob/master/dash_docs/chapters/dash_datatable/editing/examples/editing_rows_and_columns.py) in section [Adding or Removing Rows](https://github.com/plotly/dash-docs/blob/f494e987701be1085ba9fb7b29bd875ee2146d5b/dash_docs/chapters/dash_datatable/editing/index.py#L176) I'd use 1. `id='adding-columns-name'` in [l. 12](https://github.com/plotly/dash-docs/blob/f494e987701be1085ba9fb7b29bd875ee2146d5b/dash_docs/chapters/dash_datatable/editing/examples/editing_rows_and_columns.py#L12) and [l. 56](https://github.com/plotly/dash-docs/blob/f494e987701be1085ba9fb7b29bd875ee2146d5b/dash_docs/chapters/dash_datatable/editing/examples/editing_rows_and_columns.py#L56), 2. `id='adding-columns-button'` in [l. 17](https://github.com/plotly/dash-docs/blob/f494e987701be1085ba9fb7b29bd875ee2146d5b/dash_docs/chapters/dash_datatable/editing/examples/editing_rows_and_columns.py#L17) and [l. 55](https://github.com/plotly/dash-docs/blob/f494e987701be1085ba9fb7b29bd875ee2146d5b/dash_docs/chapters/dash_datatable/editing/examples/editing_rows_and_columns.py#L55), and 3....

For displaying an export button insert these lines before [l. 32](https://github.com/plotly/dash-docs/blob/f494e987701be1085ba9fb7b29bd875ee2146d5b/dash_docs/chapters/dash_datatable/editing/examples/editing_rows_and_columns.py#L32): ``` export_format='csv', export_headers='names', ``` **To my surprise** the csv files exported by pressing the button generated because of this...

For displaying a custom export button create a new example making a copy of [editing_rows_and_columns.py](https://github.com/plotly/dash-docs/blob/f494e987701be1085ba9fb7b29bd875ee2146d5b/dash_docs/chapters/dash_datatable/editing/examples/editing_rows_and_columns.py). Insert the following lines into this copy just because even when `DataTable` will get an...

Thank you very much @mmcky for your explanations. Focusing on contents I failed to get involved deeper with technical issues and will probably reach my goals quicker by moving to...

> > Unfortunately, .github/workflows/ci.yml copied to ./.gitlab-ci.yml does not yield a valid CI configuration, either. > > I am not sure what the gitlab syntax is for their CI but...

Well, "as if this was a component like a dropdown" may not have been a good wording. What I was trying to say was that while I define callbacks for...

> Hi there, the economic calendar returns data directly from providers, so this would not work here. Calendars specific to markets would be added where the related functions live, `derivatives.futures`...