vscode-jupyter
vscode-jupyter copied to clipboard
Adding support for compatible data types in data viewer
When the data type is not natively supported, the "View in data viewer" option does not appear.
However, before discarding this option, a casting to a pd.DataFrame(variable) could be tried internally, and if it does not produce an exception, the "View in data viewer" option could be given. For example, GeoDataFrames from GeoPandas among many other data types could be displayed.