You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would JupyterLab work as expected if run on multiple nodes? When the user logs in to their server, which node does the link lead to?
It was my understanding that the only way for processes to work together across multiple nodes is if they use message passing or memory parallelization. Is that not true? Does JupyterLab come with these features?
bc_example_jupyter/manifest.yml
Line 7 in 94d29b4
bc_example_jupyter/form.yml
Line 49 in 94d29b4
Would JupyterLab work as expected if run on multiple nodes? When the user logs in to their server, which node does the link lead to?
It was my understanding that the only way for processes to work together across multiple nodes is if they use message passing or memory parallelization. Is that not true? Does JupyterLab come with these features?
Looking around, I found that Princeton says that JupyterLab should be run on just one node:
https://researchcomputing.princeton.edu/support/knowledge-base/jupyter
The text was updated successfully, but these errors were encountered: