Run Jupyter remotely
conda install jupyterjupyter notebook --generate-configjupyter notebook passwordjupyter notebook --no-browser --port=<PORT_NUMBER>ssh -N -f -L localhost:<LOCAL_PORT>:localhost:<PORT_NUMBER> ml_workstationLast updated
Was this helpful?