[X] I searched the issues and found no similar issues.
Component
Other
Feature
The Google colab notebook example uses: pip install --default-timeout=100 data-prep-toolkit-transforms[ray], but since this example uses only the pdf2parquet transform, it is more appropriate to use:
pip install --default-timeout=100 data-prep-toolkit-transforms[pdf2parquet]==0.2.2.dev1
in this file: examples/notebooks/Run_your_first_transform_colab.ipynb
Search before asking
Component
Other
Feature
The Google colab notebook example uses: pip install --default-timeout=100 data-prep-toolkit-transforms[ray], but since this example uses only the pdf2parquet transform, it is more appropriate to use: pip install --default-timeout=100 data-prep-toolkit-transforms[pdf2parquet]==0.2.2.dev1 in this file: examples/notebooks/Run_your_first_transform_colab.ipynb
Are you willing to submit a PR?