-
[北京市五险一金及税后工资计算器](http://salarycalculator.sinaapp.com/)
[能定时提醒的公众号](https://github.com/polyrabbit/WeCron)
[数据模拟神器](https://github.com/easy-mock/easy-mock)
[设计模式](https://github.com/questionlin/desi…
-
Can you please suggest a solution to display data frame as a searchable table in jupyter notebook IRkernel.
-
This is a meta-issue to list, discuss and shake out ideas for improvements to the notebook. It can serve as a central page for users to propose ideas and discuss them; as they get more fleshed out an…
-
- use paginated table with phase images inside (https://datatables.net/examples/basic_init/data_rendering.html)
- show hide table data (https://datatables.net/examples/api/show_hide.html)
- store ta…
-
The 'date' column in the example below is not large enough and its content does not appear in full:
```
from itables import show
import pandas as pd
df = pd.DataFrame({'a':0, 'b':1}, index=pd.da…
-
I am trying to align the precision representation for the column and it doesn't work. Assume the following exmaple:
```python
from itables import show
df = pd.Series([1.0, 1.123])
with pd.opti…
-
[Ag-Grid](https://www.ag-grid.com/javascript-data-grid/getting-started/) is a renowned JS table library.
It has a mixed community/enterprise licensing - see [here](https://www.ag-grid.com/angular-d…
-
In version 0.4.x we load datatables.net using a mix of `require.js` (Jupyter Notebook, NBconvert) and ESM (Jupyter Lab and others).
When datatables.net becomes [ready for this](https://datatables.n…
-
At the moment itables does not have an [offline mode](https://github.com/mwouts/itables/issues/8). While the table data is embedded in the notebook, the jquery and datatables.net are loaded from a CDN…
-
Hi,
Is it possible to export itables rendering to an html file?
If so, how?
The main application for me would be to integrate it in Reveal.js presentations.