nbdev-vscode
nbdev-vscode copied to clipboard
I have nbdev installed in my conda project environment, and when I save my notebook nothing happens. I am using WSL. I then ran the extension in a debug mode,...
Installed the extension to save cleaned notebooks for git friendly commits. That did not work and the notebooks were saved as they are with all metadata. Also Copilot is disabled...
# Problem statement `Cmd + Click` on `my_method` in ```python from my_package.core import MyClass my_class = MyClass() my_class.my_method() ``` doesn't take to the method definition (or any other IDE integration)...
Thanks again for this extension! Probably the _biggest_ issue in my workflow with nbdev (not this extension, but nbdev) is that CMD+clicking on a variable (Go to Definition in vscode),...
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...
This makes sense, but code formatters don't seem to have this problem. Could this be done in a similar way somehow, so that I can keep the ability to undo?
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...
Yesterday there was a [jupyter extension](https://github.com/microsoft/vscode-jupyter) update, it shows version 2025.4.0 now. I was unable to run any code or connect to the kernel (see https://github.com/microsoft/vscode-jupyter/issues/16650). Disabling nbdev extension made...