/tutorials

Tutorials for Fugue - A unified interface for distributed computing. Fugue executes SQL, Python, and Pandas code on Spark and Dask without any rewrites.

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

Welcome To Fugue Tutorials

Jupyter Book Badge ⬅️ Open the tutorials

Homepage ⬅️ Check out our source code

Slack Status ⬅️ Chat with us on slack

Binder ⬅️ Launch these tutorials in Binder

Please notice that running the code is slow on binder as the spark initialization can take a long time!

Running locally

To run the tutorials environment on your own machine, the simplest way is via docker:

docker run -p 8888:8888 fugueproject/tutorials:latest

🚀 The performance should be better running docker on your own machine