-
Notifications
You must be signed in to change notification settings - Fork 60
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
Several display in cell causes html export to bug #338
Comments
Thanks for reporting, I will have a look! |
I have looked a bit at the generated html and the problem is that the two divs with class
However, I do not know why these divs are misplaced. Perhaps some javascript in itables is moving them ? |
Thanks @JulienBrn for looking into this! I have been able to address this issue by removing some divs elements within the table, see the attached PR - it was just about the loading message! I am going to release ITables v2.2.4 which should not have this issue anymore. |
I have been using itables with great success in Jupyter notebooks, however, a small bug seems to be occurring when exporting the notebooks to static html (which I regularly do): after the first call to display, all other cell outputs are not rendered (note that all is well rendered from within vscode). This happens both using the vscode export to html button or running nbconvert directly from the command line. I do not know whether this is a nbconvert bug or an itable bug, but since this problem seems to be specifically occurring with itables, I felt I should start here.
The test notenook has the following cells:
Image of the rendered html (on firefox)
You will find the jupyter file and the converted html file in this archive.
itables_bug.zip
The text was updated successfully, but these errors were encountered: