Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Visualization

LenkaNovak edited this page May 19, 2020 · 7 revisions

Run ClimaViz on Caltech Cluster

  • set up your HPC environment as in here

Run ClimaViz on a Remote Server Using Local Browser

  • ensure jupyterlab is installed on both local and remote machines
  • download ClimateMachine.jl
  • download ClimaViz.jl
  • cd ClimaViz.jl
  • remotehost$ jupyter notebook --no-browser --port=XXXX
  • localhost$ ssh -N -f -L localhost:YYYY:localhost:XXXX remoteuser@remotehost
Clone this wiki locally