diff --git a/getting_started/getting_started.bat b/getting_started/getting_started.bat index 89799bfa0d18fd11ff39da84d4ede26f47bec38e..48833ab83ebc62a3bbb7edfc8312251c48bb17dc 100644 --- a/getting_started/getting_started.bat +++ b/getting_started/getting_started.bat @@ -8,16 +8,15 @@ echo "************ TESTING PREREQUISITES PYTHON3 + GIT + GIT ******************* git --version || goto :error python --version || goto :error -rem deactivae in case we're in virtualenv -call deactivate -conda --version || goto :error +rem deactivate in case we're in virtualenv +call conda deactivate || call deactivate @echo off echo "************ SETUP VIRTUAL ENVIRONMENT FLATLAND *************************" @echo on (conda info --envs | findstr flatland-rl) || conda create python=3.6 -y --name flatland-rl || goto :error -call activate flatland-rl || goto :error +(call conda activate flatland-rl || call activate flatland-rl) || goto :error @echo off diff --git a/notebooks/Scene_Editor.ipynb b/notebooks/Scene_Editor.ipynb index 64bbad77d3a9b63caea062795cd0ab8f0cce72f3..87b2d38c314140a3f51afa92058b0d5c3c3cc6af 100644 --- a/notebooks/Scene_Editor.ipynb +++ b/notebooks/Scene_Editor.ipynb @@ -70,7 +70,7 @@ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "0b92e7084e37450cbfb3855dc3a58543", + "model_id": "86a323f55bb54ff78169a9c7ca63730f", "version_major": 2, "version_minor": 0 }, @@ -111,7 +111,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.5" + "version": "3.6.8" }, "latex_envs": { "LaTeX_envs_menu_present": true,