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
getting users to run the container using ${PWD}\docker\workspace in a VS Code terminal session resolves the absolute directory issue and the OS path differences
I have added a default virtual environment c3workshop
I have added .vscode settings to prevent jupyter from using python environments that are not virtual environments (ie: the default debian python in /bin that is installed with root access) so notebooks automatically detect C3workshop and any others the user decides to create (but not the python installed with root access).
Plus add more details on the docker command (local directory is the absolute path)
The text was updated successfully, but these errors were encountered: