Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-49402][PYTHON] Fix Binder integration in PySpark documentation
This PR proposes to fix Binder integration by using `Dockerfile` directly. Binder integration is broken now (https://mybinder.org/v2/gh/apache/spark/bb7846dd487?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_df.ipynb): ![Screenshot 2024-08-27 at 2 04 35 PM](https://github.com/user-attachments/assets/29222fc2-7cc6-43fa-8e04-a65c8384c4d5) This seems to be related to the size of the repository (jupyterhub/mybinder.org-deploy#3074). I tried all the ways out but could not find the way except using `Dockerfile`. Yes. This should recover the Binder integration. Manually tested within my fork: https://mybinder.org/v2/gh/HyukjinKwon/spark/binder-test1?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_df.ipynb No. Closes #47883 from HyukjinKwon/binder-test1. Authored-by: Hyukjin Kwon <gurwls223@apache.org> Signed-off-by: Hyukjin Kwon <gurwls223@apache.org> (cherry picked from commit 9fc1e05) Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
- Loading branch information