You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@YoniChechik. Unfortunately there are a number of ${} macro parameters that are supported in launch configs but are not valid in settings files. ${currentFileDir} happens to be one of them. We have to add these settings in manually, but I think that we've heard feedback similar to yours about running per file, so I think it makes sense to consider adding ${currentFileDir}.
I want to run cells from .py file dir. this is possible when running regular .py scripts with
"cwd": "${fileDirname}"
in launch config.can it be done for cells in ipython?
"python.dataScience.notebookFileRoot": "${currentFileDir}"
doesn't seems to work in windowsThe text was updated successfully, but these errors were encountered: