pagopa-archive/daf-nteract

New notebook fill first cell with default import

Opened this issue · 0 comments

When creating a new notebook fill the cell with the import of default libraries imported according to the kernel type.
Example:

import requests
import pandas as pd
from io import StringIO
pd.options.display.html.table_schema = True