You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running jupyter nbconvert --to html test.ipynb
to convert the example script from the website (see below), the resulting html page only shows the header of table but no contents.
When inspecting the HTML code, the header is in plain HTML while the data are in a JavaScript. However, they don't show in any of the browsers I've tried. Am I missing anything?
import world_bank_data as wb
itables.init_notebook_mode(all_interactive=True)
df = wb.get_countries()
df```
The text was updated successfully, but these errors were encountered:
When running
jupyter nbconvert --to html test.ipynb
to convert the example script from the website (see below), the resulting html page only shows the header of table but no contents.
When inspecting the HTML code, the header is in plain HTML while the data are in a JavaScript. However, they don't show in any of the browsers I've tried. Am I missing anything?
The text was updated successfully, but these errors were encountered: