:og:description: Run the Flower Federated Learning Tutorial in Notebooks .. meta:: :description: Run the Flower Federated Learning Tutorial in Notebooks Tutorial Notebooks ================== Instead of following the main tutorials in the documentation, you can also run them in interactive Jupyter notebooks. This allows you to execute code snippets and experiment with running Flower in a more interactive way. .. note:: The notebooks use the ``run_simulation`` approach, but the preferred way to run simulations is using the ``flwr run`` approach. For a comprehensive guide on how to setup and run Flower simulations please read the `how-to run simulations <../how-to-run-simulations.html>`_ guide. - `Get started with Flower and PyTorch `_ - `Use a Federated Learning Strategy `_ - `Build a Strategy from Scratch `_ - `Customize the Client `_ Additionally, you can follow the 30 mins notebook tutorial on `how to run Flower simulation with PyTorch `_.