Overview
I had an opportunity to launch Jupyter Lab on mdx, so here are my notes.
Please also refer to the following for mdx setup.
References
The following video was very helpful.
https://youtu.be/-KJwtctadOI?si=xaKajk79b1MxTpJ6
Setup
On the Server
Install pip
Add to the PATH
The following command launches Jupyter Lab.
Local Machine
Connect via SSH with the following command.
Then, access the address displayed in the server console.
http://localhost:8888/lab?token=xxx
As a result, it became available as shown below.

Reference: File Transfer
You can transfer files from local to the server using commands like the following.
Summary
I hope this serves as a helpful reference.