matlab-integration-for-jupyter icon indicating copy to clipboard operation
matlab-integration-for-jupyter copied to clipboard

Running Matlab in background with JupyterHub

Open omarabb315 opened this issue 1 year ago • 0 comments

Currently I am using JupyterHub to organize students' access to our university server. When users run a matlab script, it only saves the results if the user continue to open the window, but when he close it the results are not saved. However by default every session in JupyterHub found to be idle for more than 10 minutes will be culled, so could it be that the JupyterHub server does not consider running a script in a session as an active one?

Additional Note: I am using a Docker Spawner to run images of matlab which are built by Providing MATLAB as a Volume or Bind Mount using the documentation here

omarabb315 avatar Feb 04 '24 05:02 omarabb315