Open Issues Need Help
View All on GitHubAuto sync paired Jupyter notebooks in VSCode via Jupytext
Auto sync paired Jupyter notebooks in VSCode via Jupytext
Auto sync paired Jupyter notebooks in VSCode via Jupytext
Auto sync paired Jupyter notebooks in VSCode via Jupytext
Auto sync paired Jupyter notebooks in VSCode via Jupytext
Auto sync paired Jupyter notebooks in VSCode via Jupytext
Auto sync paired Jupyter notebooks in VSCode via Jupytext
AI Summary: The task is to debug the `jupytextSync.pythonExecutable` setting in the Jupytext Sync VSCode extension. The current implementation doesn't correctly resolve the `${workspaceFolder}` variable when specifying the path to a Python executable within a virtual environment. The goal is to modify the extension to correctly interpret and use the workspace-relative path, ensuring that the specified virtual environment's Python interpreter is used for Jupytext operations.
Auto sync paired Jupyter notebooks in VSCode via Jupytext
AI Summary: Debug the Jupytext Sync VSCode extension to prevent it from attempting to detect the `jupytext` executable on the local machine when a remote development environment is used. The extension should only search for and use the `jupytext` executable within the remote environment's Python path, even when the `jupytextSync.pythonExecutable` setting is explicitly defined.
Auto sync paired Jupyter notebooks in VSCode via Jupytext