Wasim Lorgat
Wasim Lorgat
Via [this forum post](https://forums.fast.ai/t/nbdev-export-syntaxerror-unexpected-eof-while-parsing/101249).
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...
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...
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...
Might be solved by #9 but not sure.
This causes an invalid notebook since markdown cells can't have outputs. It also causes an incorrect height of the rendered markdown cell.
I'm not sure what the cause is. Executing them (so they go to rendered mode) then editing again seems to fix it.