diff --git a/pyspark/Colab and PySpark.ipynb b/pyspark/Colab and PySpark.ipynb index 650d58b..82e3cb8 100644 --- a/pyspark/Colab and PySpark.ipynb +++ b/pyspark/Colab and PySpark.ipynb @@ -8,11 +8,11 @@ "It goes through basic [PySpark Functions](https://spark.apache.org/docs/latest/api/python/index.html) and a short introduction on how to use [Colab](https://colab.research.google.com/notebooks/basic_features_overview.ipynb).
\n", "The reason why I used colab is because of its shareability and free GPU. Yeah you read that right. A FREE GPU! In the words of Google:
\n", "`Colaboratory, or “Colab” for short, is a product from Google Research. Colab allows anybody to write and execute arbitrary python code through the browser, and is especially well suited to machine learning, data analysis and education. More technically, Colab is a hosted Jupyter notebook service that requires no setup to use, while providing free access to computing resources including GPUs.`
\n", - "If you have more questions about colab, [refer this link](https://research.google.com/colaboratory/faq.html)
\n", + "If you have more questions about colab, [REFER THIS LINK](https://research.google.com/colaboratory/faq.html)
\n", "\n", "All you need is an internet connection to keep a session alive. If you lose the connection you will have to download the datasets again.
\n", - "If you want to view my colab notebook you can do it [here](https://colab.research.google.com/drive/1G894WS7ltIUTusWWmsCnF_zQhQqZCDOc). The viewing experience and readability is much better there.
\n", - "If you want to try out things with this notebook as a base, feel free to download it from my repo [here](https://github.com/jacobceles/jacobceles.github.io) and then use it with jupyter notebook.\n" + "If you want to view my colab notebook you can do it [HERE](https://colab.research.google.com/drive/1G894WS7ltIUTusWWmsCnF_zQhQqZCDOc). The viewing experience and readability is much better there.
\n", + "If you want to try out things with this notebook as a base, feel free to download it from my repo [HERE](https://github.com/jacobceles/knowledge-repo/blob/master/pyspark/Colab%20and%20PySpark.ipynb) and then use it with jupyter notebook.\n" ] }, {