Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

About Jupyter Notebook and JupyterHub

The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more. As such, Jupyterhub, an extension of Jupyter Notebook, is a valuable tool which

  • enhances accessibility of high performance computational resources beyond the command line interface
  • encourages collaboration across departments  
  • greatly improves the time from coding to results

Please note that all jupyter notebook jobs have a time limit of 8 hours. 

Supported Kernels

  • python 3.7.0
  • R 3.5.1 (howto)

If you would like to expose another kernel, please follow these instructions

Using Jupyterhub to Access ARCC General Purpose Cluster

Note: More information on the general purpose cluster can be found here. You must have a RIT home directory, in order to use this resource. Please contact arcc @ albany.edu  if you need an account.

 

  1. Navigate to https://jupytertest.arcc.albany.edu, and log in with your NetID and password. 
  2. Now, you will be prompted to spawn a server. Several options are available for users to select. Please select the appropriate profile from the drop down menu. All jobs have a time limit of 8 hours.
    1. If you are running a low memory job, but require many CPUs for multiprocessing, use insert profname
    2. If you are running a high memory job, and require many CPUs for multiprocessing, use insert profname
    3. If you are running a high memory job, but cannot take advantage of multiprocessing, use insert profname
    4. If you are running a low memory job, and cannot take advantage of multiprocessing, use insert profname

  3. This will spawn a 'classic' notebook server in your /network/rit/home/ directory. You will not be able to navigate to other parts of the file system, unless they are linked to your home directory. However, your code can access any network path that you have permission to access. 
    1. If you would like to use the jupyterlab interface, instead of the classic notebook interface, change /tree at the end of the URL to /lab, for example:
      1. https://jupytertest.arcc.albany.edu/user/[net_id]/tree
      2. https://jupytertest.arcc.albany.edu/user/[net_id]/lab
  4. Happy coding!

 

 

 


 

 

 

  • No labels