Separate settings for Jupyter notebooks and Interactive windows #4012
Labels
feature-request
Request for new features or functionality
interactive-window
Impacts interactive window
The main reason I'm using VS code at the moment is because of the ability to have interactive windows with output alongside normal python files. This is the closest I can get to my Rstudio setup when coding in python.
I'd like to be able to set up different working directories for Interactive windows (workspace) and Jupyter notebooks (file directory). This conforms to the usual expectations for the .py and .ipynb (e.g. when opening other people's notebooks contributed to a remote machine) while facilitating debugging with the normal tools in VS code. thanks to improvements in issue #3605, you can select one or the other but it'd be best if they were separate.
The text was updated successfully, but these errors were encountered: