how_do_i
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
how_do_i [2022/02/14 22:00] – [Transfer Files To/From the Cluster] updated scp method deadline | how_do_i [2024/03/11 00:02] (current) – [Request Library or Application] deadline | ||
---|---|---|---|
Line 3: | Line 3: | ||
This page include answers to many of the commonly asked questions about the cluster. Please send any questions you may have to '' | This page include answers to many of the commonly asked questions about the cluster. Please send any questions you may have to '' | ||
+ | ==== Request Library or Application ==== | ||
+ | |||
+ | As a valid user with a login account, you may request libraries (i.e. Python libraries) or an application to be installed on the DSL cluster. Keep in mind not all libraries/ | ||
+ | |||
+ | |||
+ | < | ||
+ | Action mail deadline@eadline.org, | ||
+ | Thanks " | ||
+ | |||
+ | Fieldset "Need Help with Library or Applications?" | ||
+ | Textbox | ||
+ | Textbox "Your Login" | ||
+ | email "Your E-Mail Address" | ||
+ | |||
+ | textarea "Ask General Questions or Request Library/ | ||
+ | static " | ||
+ | submit " | ||
+ | </ | ||
==== Transfer Files To/From the Cluster ==== | ==== Transfer Files To/From the Cluster ==== | ||
(14-Feb-2022) | (14-Feb-2022) | ||
Line 12: | Line 30: | ||
===Transfer From a Cloud Account=== | ===Transfer From a Cloud Account=== | ||
- | A personal cloud account(e.g. Google drive or Microsoft OneDrive) can be accessed from your cluster account using the '' | + | A personal cloud account(e.g. Google drive or Microsoft OneDrive) can be accessed from your cluster account using the '' |
- | workstation. | + | |
See the [[Using rclone|Using rclone]] page for more information. | See the [[Using rclone|Using rclone]] page for more information. | ||
Line 46: | Line 63: | ||
==== Using Python ==== | ==== Using Python ==== | ||
- | 09-Feb-2022 | + | 03-Mar-2022 |
There are two versions of Python installed on the cluster. | There are two versions of Python installed on the cluster. | ||
Line 86: | Line 103: | ||
</ | </ | ||
Contact the system administrator for options. | Contact the system administrator for options. | ||
+ | |||
+ | === Run Anaconda Navigator on Your Laptop === | ||
+ | |||
+ | You will need to be on the campus wireless network for this procedure to work. General internet access is not available. The following procedure is run from the command line. | ||
+ | |||
+ | 1. Log into your account using on the cluster using [[http:// | ||
+ | |||
+ | $ ssh dsl.saintpeters.edu | ||
+ | |||
+ | 2. Once logged in, run the following: | ||
+ | |||
+ | $ jupyter-notebook --generate-config | ||
+ | |||
+ | 3. Edit the config file (use '' | ||
+ | |||
+ | $ nano .jupyter/ | ||
+ | |||
+ | 4. Change this line: | ||
+ | |||
+ | # | ||
+ | |||
+ | 5. To the following (note remove "#" | ||
+ | |||
+ | | ||
+ | |||
+ | 6. Now run from MobaXterm command line: | ||
+ | |||
+ | $ anaconda-navigator | ||
+ | |||
=== Python Libraries === | === Python Libraries === | ||
Line 140: | Line 186: | ||
{{ : | {{ : | ||
- | If you have a functional account, you can login (upper right corner) and explore the Zeppelin Notebook. Once you are logged in, your browser should look like the image below. Click on the //Basic Tests (Python, PySpark, sh, and Hive)// notebook, clone a copy and you can try the features. | + | If you have a functional account, you can login (upper right corner) and explore the Zeppelin Notebook. Once you are logged in, your browser should look similar to the image below (the listed notebooks will be different). |
+ | Click on the **//Basic Tests (Python, PySpark, sh, and Hive)//** notebook, clone a copy of the notebook so that you can change it and you can try the paragraphs that illustrate the Zeppelin features. | ||
+ | |||
{{ : | {{ : | ||
Line 181: | Line 229: | ||
==== Use TensorFlow ==== | ==== Use TensorFlow ==== | ||
- | TBC | + | Tensorflow is available as part of Anaconda Python. The easiest (and recommended) way to use Tensorflow with Python through the high level [[https:// |
+ | |||
+ | It is also possible to use [[https:// | ||
+ | |||
+ | **Note:** Python Keras and Tensorflow can be used on any workstation, |
how_do_i.1644876017.txt.gz · Last modified: 2022/02/14 22:00 by deadline