Wasim Lorgat

Results 82 issues of Wasim Lorgat

Via [this forum post](https://forums.fast.ai/t/nbdev-export-syntaxerror-unexpected-eof-while-parsing/101249).

bug

This PR is an experiment that builds `fastcore.transform` with the same interface (all tests passing) on top of [`plum`](https://github.com/wesselb/plum/tree/master) instead of `fastcore.dispatch`. The ideal outcome of this would be a...

enhancement

The above-mentioned keyboard shortcuts from Jupyter are missing in VSCode even with the vscode-jupyter-keymap extension. There's an [open PR](https://github.com/microsoft/vscode-jupyter-keymap/pull/10) to add interrupt and restart to vscode-jupyter-keymap but it seems to...

enhancement

Related to https://github.com/fastai/nbdev-vscode/issues/20, we could also add recommended keyboard shortcuts that aren't in Jupyter: - `cmd+shift+enter`: Restart and rerun all cells - `q q` | `cmd+enter` : Run all cells...

enhancement

This causes an invalid notebook since markdown cells can't have outputs. It also causes an incorrect height of the rendered markdown cell.

bug
interaction

There's actually no way to refresh it atm!

bug
interaction

I'm not sure what the cause is. Executing them (so they go to rendered mode) then editing again seems to fix it.

bug
interaction