Results 38 comments of gioxc88

+1 for this. This should be a base feature of the package.

@stsievert I implemented the changes we discussed. sorry it took so long but I have been busy with other projects. Cheers Gio

Hi @stsievert I agree with you in principle the check should be done on `X_train`. And sorry for the comments, it was just for me to remember where I made...

does anyone have any idea of what happened with the tests? it's like it's stuck many thanks

> You could import libraries with requirejs: > > ```js > export default { > methods: { > updatePlot() { > requirejs(['https://cdn.plot.ly/plotly-1.58.4.min.js'], (Plotly) => { > Plotly.react(...) > }) >...

I see for example lodash is included How can I make additional libraries to be available for import in the script tag?

I have a solution to this. ``` from copy import deepcopy from ipydatagrid import DataGrid class DataGrid2(DataGrid): _max_width = 576 _max_height = 600 _adjustment = 25 def __init__(self, dataframe, **kwargs):...