This is a notebook that you can use to test itables
in Jupyter Lab, VS Code or PyCharm.
from itables import init_notebook_mode
from itables.sample_dfs import get_countries
Make sure you try both connected=False
(offline mode, the default, except on Google Colab)
and connected=True
in the below.
Also, you should make sure that when the notebook is saved an reloaded (or exported to HTML) then the table continues to work.
NB: In PyCharm, both the offline and connected mode work, however in the offline mode, the tables are not displayed when the notebook is reloaded.
init_notebook_mode(all_interactive=True, connected=False)
get_countries()
region | country | capital | longitude | latitude | flag | |
---|---|---|---|---|---|---|
code | ||||||
Loading... (need help?) |