cluster:usage_tips:jupyter

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
cluster:usage_tips:jupyter [2022/10/17 11:49] benediktcluster:usage_tips:jupyter [2023/03/16 08:48] (current) – [Jupyter] lukab
Line 1: Line 1:
 ====== Jupyter ====== ====== Jupyter ======
 Jupyter is a notebook-based development platform for Python projects, widely used in machine learning projects. Jupyter is a notebook-based development platform for Python projects, widely used in machine learning projects.
-JuypyterHub is a service that provides Jypyter notebooks for users on a given machine. Currently, one jupyterHub server is accessible for Sleep Revolution researchers on the computing hub Salamander.+JuypyterHub is a service that provides Jypyter notebooks for users on a given machine. Currently, one jupyterHub server is accessible for Sleep Revolution researchers on the computing hub Dunwich.
  
 ===== Access ===== ===== Access =====
Line 50: Line 50:
 ====Access Data===== ====Access Data=====
  
-To access data from the sleep database .... #add info on how to do that+The path to access data from the sleep database always starts with ///datasets//
  
 +**EXAMPLE:**
 +If the name of your data set is "examplesleepstudy" you can read an .csv file in this folder like this:
 +
 +<code>
 +pd.read_csv("/datasets/examplesleepstudy/examplefile.csv")
 +</code>
 +
 +In oder to explore the structure of the folder you are trying to access use the terminal to show the contents of the folder:
 +
 +<code>
 +ls /datasets/examplesleepstudy
 +</code>
  
  • cluster/usage_tips/jupyter.1666007378.txt.gz
  • Last modified: 2022/10/17 11:49
  • by benedikt