Francois Dion
Francois Dion
**Describe the bug** Setting marginal plot on contour plot errors out (custom kwargs: `marginal_x='box'): ``` ValueError: Invalid property specified for object of type plotly.graph_objs.Box: 'contours' Did you mean "pointpos"? Valid...
I think it would be beneficial to set up some github actions to do some basic checks. In particular, it would be good to test across python 3.7-3.9, Ubuntu 18LTS,...
Issue #92 raised the problem a few years back. The solution was to freeze nbconvert and traitlets. This is not practical anymore, and hide_code needs compatibility with more recent versions...
I think there is an issue with this function: https://github.com/kirbs-/hide_code/blob/3cac3b871c950c424b90ed8ae36edde9e2f540d9/hide_code/hide_code.js#L157 Export links show up as `/hub/notebooks/...` instead of `/user/userid/notebooks/...` and thus a 404.
I was trying to test the package, but ran into a few issues with a recent scikit-learn. Although not used, Parallel and delayed were imported. They no longer are in...