Analytics
A notebook server,already running
JupyterLab on Miniconda, served straight to the browser.No desktop and no VNC — the notebook is the page.
JupyterLab 4.24 cores · 8 GBServed on 8888
hub://jupyter
$ dxflow workflow create --identity jupyter hub://jupyter
$ dxflow workflow start jupyter --link
01Pick a machinecores, memory and a rate per hour
02Create the workflowpulled from the hub, once
03Run it, then stopstopped when the work is done
The application
Notebooks, codeand the data beside them
JupyterLab on top of Miniconda, with conda and pip already there.
Notebooks and terminals
Cells, a file browser and a terminal, all inside the single page.
conda and pip
Miniconda sits on the PATH, so add numpy or pandas when you need.
It opens on your work
WORKING_DIR points at a folder under /volume, and it opens there.
The session
One port,and a sign-in page
The token is disabled, so the password is the only way in.
8888WebJupyterLab itself
/volumeStoragenotebooks and data
Open it from anywhereStart with --link and the page comes back on an HTTPS address.
Set a password firstPASSWORD defaults to dxflow, and everyone can read this page.
Run Jupyter Lab on your own machinePick a machine that meets it, and it opens about a minute after you ask.