
For people who wants to autolaunch the browser add the following code in the start_windows.bat:
@rem Launch Chrome in incognito mode with remote debugging enabled
start "" "C:\Program Files\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222 --incognito
Just below the:
@rem check if conda environment was actually created
if not exist "%INSTALL_ENV_DIR%\python.exe" ( echo. && echo Conda environment is empty. && goto end )
For people who wants to autolaunch the browser add the following code in the start_windows.bat:
Just below the: