ICE 1 - maxumkc/demo GitHub Wiki

Please complete the below installations.

  1. GitHub Desktop and Git shell
  2. Zen Hub Plugin
  3. IDE a. IntelliJ b. PyCharm c. Android Studio
  4. Sbt
  5. Apache Spark
  6. Python 3
  7. Tensorflow Please write a wiki document and include:
  8. Screenshot of the GitHub desktop
  9. Screenshot of Zenhub plugin in your browser
  10. Screenshots of all the installed IDEs
  11. Screenshot of installed sbt.
  12. Screenshot of the below TaskGo to spark2.2.1/bin folder. Run the following command spark-shell
  13. Screen shot of the below task – Run the following command on your command promptpython -V
  14. 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:

  1. Document your work with screenshots on a wiki page
  2. Include Class IDs of both the team members in the wiki page.
  3. Make sure there is only one submission per team.