Running Earlier Versions of JupyterLab
Learn how to run an earlier version of JupyterLab via the user interface or command-line interface.
Last updated
Was this helpful?
Learn how to run an earlier version of JupyterLab via the user interface or command-line interface.
The primary reason to run an earlier version of JupyterLab is to access snapshots containing tools that cannot be run in the current version's execution environment.
From the main Platform menu, select Tools, then Tools Library.
Find and select, from the list of tools, either JupyterLab with Python, R, Stata, ML, Image Processing or JupyterLab with Spark Cluster.
From the tool detail page, click on the Versions tab.
Select the version you'd like to run. Click the Run button.
Select the project in which you want to run JupyterLab.
Launch the version of JupyterLab you want to run, substituting the version number for x.y.z in the following commands:
For JupyterLab without the Spark cluster capability, run the command dx run app-dxjupyterlab/x.y.z --priority high.
For JupyterLab with the Spark cluster capability, run the command dx run app-dxjupyterlab_spark_cluster/x.y.z --priority high
Running JupyterLab at "high" priority is not required. However, doing so ensures that your interactive session is not interrupted by spot instance termination.
After launching JupyterLab, access the JupyterLab environment using your browser. To do this:
Get the job ID for the job created when you launched JupyterLab. See the Monitoring Executions page for details on how to get the job ID, via either the UI or the CLI.
Open the URL https://job-xxxx.dnanexus.cloud, substituting the job's ID for job-xxxx.
You may see an error message "502 Bad Gateway" if JupyterLab is not yet accessible. If this happens, wait a few minutes, then try again.
Last updated
Was this helpful?
Was this helpful?