User Tools

Site Tools


how_do_i

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
how_do_i [2022/03/03 19:38] – [Using Python] deadlinehow_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 ''deadline@basement-supercomputing.com'' For a faster response use DSL in the subject line.  This page include answers to many of the commonly asked questions about the cluster. Please send any questions you may have to ''deadline@basement-supercomputing.com'' For a faster response use DSL in the subject line. 
  
 +==== 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/applications can be installed due to compatibility issues. 
 +
 +
 +<form>
 +Action mail deadline@eadline.org,sjagannathan@saintpeters.edu
 +Thanks "Thanks for your submission."
 +
 +Fieldset "Need Help with Library or Applications?"
 +Textbox  "Name (first/ last)" "=Your Name"
 +Textbox "Your Login"  "=Login"
 +email "Your E-Mail Address" "=Email Address"
 +
 +textarea "Ask General Questions or Request Library/Application do you need?"
 +static "**Please do not submit bugs or operational issues here**"
 +submit "Submit Query"
 +</form>
 ==== Transfer Files To/From the Cluster ==== ==== Transfer Files To/From the Cluster ====
 (14-Feb-2022) (14-Feb-2022)
Line 88: Line 106:
 === Run Anaconda Navigator on Your Laptop === === Run Anaconda Navigator on Your Laptop ===
  
-You will need to be on the campus wireless for this to work. It will not  +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. 
-work from the Internet.+ 
 +1. Log into your account using on the cluster using [[http://mobaxterm.mobatek.net|MobaXterm]] (see above) 
  
-1. Log into your account using on the cluster using MobaXterm ssh on MobaXterm+  $ ssh dsl.saintpeters.edu
  
-2. run the following:+2. Once logged in, run the following:
  
-  jupyter-notebook --generate-config+  jupyter-notebook --generate-config
  
-3. Edit the file (use vi or nano):+3. Edit the config file (use ''vi'' or ''nano''):
  
-  nano .jupyter/jupyter_notebook_config.py+  nano .jupyter/jupyter_notebook_config.py
  
 4. Change this line: 4. Change this line:
Line 105: Line 124:
    #c.NotebookApp.ip = 'localhost'    #c.NotebookApp.ip = 'localhost'
  
-5. to the following (note remove "#") and exit:+5. To the following (note remove "#"save and exit:
  
    c.NotebookApp.ip = '127.0.0.1'    c.NotebookApp.ip = '127.0.0.1'
  
-6. Now run from MobaXterm+6. Now run from MobaXterm command line:
  
-  anaconda-navigator+  anaconda-navigator
  
  
how_do_i.1646336290.txt.gz · Last modified: 2022/03/03 19:38 by deadline

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki