microsoft / vscode-jupyter

VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
MIT License
1.3k stars 292 forks source link

Kernel crashed while executing code in the current cell or a previous cell #15936

Closed wenqiuma closed 3 months ago

wenqiuma commented 3 months ago

Environment data

Expected behaviour

Actual behaviour

The Kernel crashed while executing code in the current cell or a previous cell. Please review the code in the cell(s) to identify a possible cause of the failure. Click here for more info. View Jupyter log for further details.

Steps to reproduce:

``` predictor = TimeSeriesPredictor( prediction_length=horizon, path="output", target="target", #known_covariates_names=["week"], eval_metric="WQL", freq = "W-MON" ) ```