User Tools

Site Tools


tipsntricks:ipython_notebook

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tipsntricks:ipython_notebook [2023/04/19 13:36]
msovara [Jupyter / Ipython Notebook]
tipsntricks:ipython_notebook [2024/06/21 16:01] (current)
wikiadmin [Jupyter / Ipython Notebook]
Line 17: Line 17:
  
 <code bash> <code bash>
-qsub -I -P PROJ0101 -q serial -l select=1:ncpus=4:mpiprocs=4:nodetype=haswell_reg+qsub -I -P PROJ0101 -q serial -l select=1:ncpus=4:mpiprocs=4
 </code> </code>
  
Line 28: Line 28:
  
 <code bash> <code bash>
-qsub -I -P PROJ0101 -q bigmem -l select=1:ncpus=4:mpiprocs=4:nodetype=haswell_fat+qsub -I -P PROJ0101 -q bigmem -l select=1:ncpus=4:mpiprocs=4
 </code> </code>
  
Line 48: Line 48:
 **Note** **Note**
   -//This writes a default config file to: /home/USERNAME/.jupyter/jupyter_notebook_config.py//, where USERNAME is YOUR username.   -//This writes a default config file to: /home/USERNAME/.jupyter/jupyter_notebook_config.py//, where USERNAME is YOUR username.
-  -//The output file "jupyter_notebook_config.py" will be listed as a hidden file. Thusto list it do a $ ls -a //+  -//The output file "jupyter_notebook_config.py" will be listed as a hidden file. To display itexecute the command $ ls -a//
  
 Next you need to generate your password (remember it -- you'll need it when you connect later): Next you need to generate your password (remember it -- you'll need it when you connect later):
Line 130: Line 130:
 </code> </code>
  
-You should be prompted for your password, twice. This is because the ''ssh'' logs in to Lengau first and then from Lengau it logs into the the compute node.  On the first login, MobaXterm will offer to remember your password, and if you allow it to do so it will not be necessary to re-enter it.+You should be prompted for your CLUSTER password, twice. This is because the ''ssh'' logs in to Lengau first and then from Lengau it logs into the the compute node.  On the first login, MobaXterm will offer to remember your password, and if you allow it to do so it will not be necessary to re-enter it.
  
 You are now ready to roll... You are now ready to roll...
/app/dokuwiki/data/attic/tipsntricks/ipython_notebook.1681904184.txt.gz · Last modified: 2023/04/19 13:36 by msovara