-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
running jupyter notebooks on farm #51
Comments
ref #44 rstudio server |
A more automated solution based on #44 rstudio-server. hackmd: https://hackmd.io/9Uk2wAOiQs6hnnaV_39DtQ?view Two or three things to note and/or change:
hackmd copy/pasted below: Start Jupyter Notebook from head node on farmThe below uses the mambaforge installation of conda. First, create a mamba environment containing jupyter notebook:
Activate it:
Set a password:
Create a script
and then run with srun:
|
This has worked for me on the first try. However, the original comment's link is broken. |
now at https://nick-ulle.github.io/bag-of-tricks/chapters/remote-computing.html#running-jupyter-rstudio-remotely - fixing link in top issue |
updated for june 19, 2023 |
Start Jupyter Notebook on farm
Titus Brown, [email protected]
June 19, 2023
To edit: / latest on github
(Adapted from Nick Ulle's tutorial!)
Instructions
First, create a mamba environment with jupyter notebook installed:
Activate it:
Set a password:
Create a script
run-jupyter-on-node.sh
containing:and then run with srun:
The text was updated successfully, but these errors were encountered: