You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If anyone is interested. I've generated 2 notebooks and all code cells are empty.
I can see in the terminal that code was produced but the notebook just has Mardown and empty code cells.
Not an urgent issue for me at all, just thought it might be helpful for this issue.
@cbonnett
Thanks for reporting this issue. It seems like you are have reported this issue with 0.9.0 which is an older version. Were you able to reproduce with the latest Jupyter AI versions?
It will also be helpful to know which language model was selected for this generate command.
Description
The
/generate
command in the chat UI can generate a notebook with no code cells, or with empty code cells where code was expected. You can see this in the sample PyTorch notebook from #90: https://github.com/jupyterlab/jupyter-ai/blob/96465d1df60a9b3be592220489f78fa59e430fd0/examples/generate/Training%20Dense%20Neural%20Network%20with%20PyTorch.ipynbThis is still possible when using Dask (see #242, #244).
Expected behavior
If code is expected, add retry logic when generating code cells.
Context
Jupyter AI version 0.9.0 (with #244 applied).
The text was updated successfully, but these errors were encountered: