That is my data science workbench which is dedicated build to running tensorflow with tensorflow-metal on Apple Silicon.
For more detailed informations please check https://developer.apple.com/metal/tensorflow-plugin/
brew install python3.10
python3.10 -m venv .
source ./bin/activate
(currently, it looks like that tensorflow-macos==2.11.0
and tensorflow-metal==0.7.0
espacially needs Python in version 3.10)
python -m pip install -U pip
pip install -r requirements.txt
jupyter-lab notebooks
jupyter lab build
(If your interested in running the classic Jupyter Notebook https://jupyter.org/install#jupyter-notebook)