I created the following batch file: jupyter_nn.bat
.
Inside file I have:
cd "C:\My_favorite_path"
activate neuralnets
jupyter notebook
So the goal is to activate conda virtual environment and start jupyter notebook. For some reason this does not work. Window immediately shuts down. If I run this batch file from cmd, it only executes activate neulranets
. I already tried pause
and pause>nul
and other voodoo dances. Any suggestions? Also this is for Windows 7.