Skip to content
Snippets Groups Projects
Commit feb4969b authored by oschmanf's avatar oschmanf
Browse files

Update of instructions for Mac

parent 49873678
No related branches found
No related tags found
No related merge requests found
......@@ -26,11 +26,11 @@ The setup is based on the Conda distribution for Python called Anaconda
2. In case the following line prints `OK` your setup is fine:
$ conda run -n machine_learning_workshop_2021 python -c "import tensorflow, matplotlib, numpy, pandas; print('OK')"
$ conda run -n machine_learning_workshop_2022 python -c "import tensorflow, matplotlib, numpy, pandas; print('OK')"
3. Start jupyter lab using
$ conda run -n machine_learning_workshop_2021 jupyter lab
$ conda run -n machine_learning_workshop_2022 jupyter lab
#### on Linux
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment