Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 647 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 647 Bytes

GIA-summerschool excercises

Copyright 2023, Torsten Albrecht (PIK), [email protected]

This repository contains jupter notebooks for the excercises on numerical ice sheet modeling. They have been used for the International GIA Summer School in Gävle, Sweden 2023.

In Terminal (bash):

git clone https://github.com/talbrecht/gia-summerschool.git
 
cd gia-summerschool/

(conda create --name <env> jupyter netcdf4 scipy matplotlib numpy)

conda activate <env> # (or: pip install notebook)

jupyter notebook --no-browser --port=9427 

go to browser: http://localhost:9427/