Fugue Tutorials ================ To directly read the tutorials without running them: .. toctree:: Tutorial Homepage For Beginners For Advanced Users For Fugue-SQL You may launch a `Fugue tutorial notebook environemnt on binder `_ **But it runs slow on binder**, the machine on binder isn't powerful enough for a distributed framework such as Spark. Parallel executions can become sequential, so some of the performance comparison examples will not give you the correct numbers. Alternatively, you should get decent performance if running its docker image on your own machine: .. code-block:: bash docker run -p 8888:8888 fugueproject/tutorials:latest