Ted Petrou
Ted Petrou
With nbconvert, you have the option of specifying [a large number of configuration options](https://nbconvert.readthedocs.io/en/latest/config_options.html). [We even set a single config option here](https://github.com/dexplo/dataframe_image/blob/master/dataframe_image/_convert.py#L272) with `PDFExporter`. Perhaps we can add a `config`...
I finally had a chance to look at pyproject.toml and noticed that there is no instruction to automatically copy `jupyter-config/nbconfig/notebook.d/jupyter_to_medium.json` into the local user directory`etc/jupyter/nbconfig/notebook.d` during installation. This enables the...
When choosing to execute the notebook first (either through the notebook interface or the library), the screenshot log appears in the resulting PDF. See image below. ```python import pandas as...
There are a couple issues in [this notebook](https://github.com/rasbt/machine-learning-notes/blob/main/benchmark/pandas-pyarrow/pandas2-pyarrow.ipynb ) that you can change to provide a better comparison between numpy and arrow. Most importantly, you need to make the numpy...