ICE 1 - maxumkc/demo GitHub Wiki
Please complete the below installations.
- GitHub Desktop and Git shell
- Zen Hub Plugin
- IDE a. IntelliJ b. PyCharm c. Android Studio
- Sbt
- Apache Spark
- Python 3
- Tensorflow Please write a wiki document and include:
- Screenshot of the GitHub desktop
- Screenshot of Zenhub plugin in your browser
- Screenshots of all the installed IDEs
- Screenshot of installed sbt.
- Screenshot of the below TaskGo to spark2.2.1/bin folder. Run the following command spark-shell
- Screen shot of the below task – Run the following command on your command promptpython -V
- Screenshot of the following script to check the tensorflow installation- $ python Enter the following short program inside the python interactive shell:
import tensorflow as tf hello = tf.constant('Hello, TensorFlow!') sess = tf.Session() print(sess.run(hello)) Submission Guidelines:
- Document your work with screenshots on a wiki page
- Include Class IDs of both the team members in the wiki page.
- Make sure there is only one submission per team.