-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add ncols to specify tqdm_notebook bar width #292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #292 +/- ##
=======================================
Coverage 99.41% 99.41%
=======================================
Files 8 8
Lines 681 681
Branches 118 118
=======================================
Hits 677 677
Misses 3 3
Partials 1 1 |
8cade97
to
a65e347
Compare
It should be fixed with the latest ipywidgets now :) Didn't try it yet though, if someone can confirm it works it would be great! (and it could be merged in!) |
6ec00f1
to
4b6476a
Compare
need some help? @casperdcl |
always :) @chengs, feel free to fork, rebase this branch onto master, and open a PR |
actually I just added you as a collaborator so you don't need to fork (just push to a new branch here) |
It works, but there is a bug on style. I will fix it. |
197960e
to
6d63cfd
Compare
@casperdcl now it works, and I wrote some test, if they work on your side, I think it is ok to merge. |
fef3765
to
acbc66f
Compare
Fix #539 where `iterable is not None and not hasattr(iterable, "__len__")`
acbc66f
to
8018b89
Compare
Signed-off-by: Stephen L. <lrq3000@gmail.com>
8018b89
to
34457bd
Compare
Fixes #276 but does not work yet as layout seems to be broken in current ipywidgets (see jupyter-widgets/ipywidgets#773).
I tried using either
widget.layout.width = 100%
andLayout(width='100%')
, and in either caseipywidgets
raises an error saying that both are unknown property/can't import Layout class...