Site Tools


techsupport:services:jupyter

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
techsupport:services:jupyter [2023/02/22 20:15] kjohns23techsupport:services:jupyter [2023/02/22 20:44] (current) kjohns23
Line 62: Line 62:
  
 ==== Adding Libraries and Environments ==== ==== Adding Libraries and Environments ====
-You may wish to create a separate environment that contains specific versions of packages.+You may want to create a separate environment that contains specific versions of packages. You can use Conda to set this up. Any environments you create will persist after logging out. To set up a basic environment open the Terminal through the Jupyter Launcher and enter one of the following. 
 + 
 +  * <code>conda create -n my_env_name ipykernel</code> - create a base python environment 
 +  * <code>conda create -n my_env_name r-ikernel</code> - create a base R environment 
 + 
 +Once you have set up your environment you can view it in the list of available kernels in the Jupyter Launcher. You can add additional packages/libraries to your environment through the Terminal. For more details on managing Conda environments and packages see the following: 
 + 
 +  * [[https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html|Manage Conda Environments]] 
 +  * [[https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-pkgs.html|Manage Conda Packages]] 
 +  
 ==== Jupyterhub Extensions ==== ==== Jupyterhub Extensions ====
 The following extensions have been installed and made available for the Jupyter Datascience Environment. The following extensions have been installed and made available for the Jupyter Datascience Environment.
techsupport/services/jupyter.1677096959.txt.gz · Last modified: 2023/02/22 20:15 by kjohns23