We do! It’s two Docker commands to launch S4TF in Jupyter:
git clone https://github.com/fastai/fastai_docs.git
git clone https://github.com/google/swift-jupyter.git
cd swift-jupyter
docker build -f docker/Dockerfile -t swift-jupyter .
docker run -p 8888:8888 --cap-add SYS_PTRACE -v ../fastai_docs/dev_swift:/notebooks swift-jupyter
Jeremy’s installation guide uses Conda and has some other tweaks. But we expect notebooks to run all the same using Docker.