Skip to content

Commit

Permalink
Update Colab and PySpark.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobceles authored Jan 27, 2020
1 parent cf8664c commit 162e125
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyspark/Colab and PySpark.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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). <br>\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: <br>\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.` <br>\n",
"If you have more questions about colab, [refer this link](https://research.google.com/colaboratory/faq.html) <br>\n",
"If you have more questions about colab, [REFER THIS LINK](https://research.google.com/colaboratory/faq.html) <br>\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.<br>\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. <br>\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. <br>\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"
]
},
{
Expand Down

0 comments on commit 162e125

Please sign in to comment.