Bastiaan Bergman

Results 5 comments of Bastiaan Bergman

Tnx! Exciting project, thanks for the great work! I wonder if ["out of core"](https://xlearn-doc.readthedocs.io/en/latest/large/index.html) learning is essentially the same as ["online learning"](https://xlearn-doc.readthedocs.io/en/latest/python_api/index.html#online-learning) and whether either can be used with the...

I've got the same issue, and this is my nbextension list: ```(py36_180417) b-air:~ bb$ jupyter nbextension list --log-level=DEBUG Searching ['/Users/bb', '/Users/bb/.jupyter', '/Users/bb/anaconda2/envs/py36_180417/etc/jupyter', '/usr/local/etc/jupyter', '/etc/jupyter'] for config files Looking for jupyter_config...

It was running in the right kernel, and I did restart the kernel after installation. Restarting the notebook server did it, so it's working now! Thanks!

rows will truncate when represented on the command line, `Tabel.max_repr_rows` is what can be adjusted to whatever number of rows you'd like to see. This behavior is similar to numpy...

Correct, there is no ellipsis when truncating the 0 axis and the 1 axis will overflow when too big. There is also no html-styled pretty print, just plain ascii. On...