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:39]
msovara [Starting a notebook inside a job]
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):
/app/dokuwiki/data/attic/tipsntricks/ipython_notebook.1681904388.txt.gz · Last modified: 2023/04/19 13:39 by msovara