Jonathan Larkin

Results 22 comments of Jonathan Larkin

In the meantime, I'm going to work on the following - I put all the notebooks I want to serve into, say, `/srv/voila/notebooks` including a `homepage.ipynb` notebook, which I style...

I made a project for this. Would love any comments! https://github.com/marketneutral/voila-homepage

Thanks so much for your thoughtful reply! That's a really nice pattern. I'll work with that!!

There is a small bug in your example. You need to use `vstack`, not `hstack`. As: ```python df = pd.DataFrame( { "date": [1, 1, 1, 2, 2, 2, 3, 3...

It seems that both `ColumnSelector` and `ColumnTransformer` allow one to pass in column indices. Thus, instead of ``` select = ColumnSelector(cols=lgb_cols) ``` you can do ``` select = ColumnSelector(cols=[train.columns.get_loc(c) for...

I am also having this issue. I can not get voila to render inside a JupyterHub dockerspawned single user notebook server. I get 403: Forbidden. ``` 18:43 $ jupyter serverextension...

I'd also be interested to get `qgrid` to display in Google Colab and in Kaggle Kernels. I am able to get basic ipywidgets to work but not `qgrid`. Note I...

Can I ask for your guidance on where exactly bagging and random feature selection would go? It appears from various posts that I can find that bagging happens *at each...

Thank you for looking into this!

On my further investigations, it appears the change would be relatively simple as the `positions` DataFrame that you pass to the various `create...tear...` functions must contain $ notional positions. As...