Skip to content

Commit

Permalink
Try rendering the math example in the connected mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed May 21, 2023
1 parent ed22426 commit c202d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sample_dataframes.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ from itables import init_notebook_mode, show
from itables.sample_dfs import get_dict_of_test_dfs
dict_of_test_dfs = get_dict_of_test_dfs()
init_notebook_mode(all_interactive=True)
init_notebook_mode(all_interactive=True, connected=True)
```

## empty
Expand Down

0 comments on commit c202d3b

Please sign in to comment.