/Numerical-methods

University class of Numerical Methods in Scientific Computing lab sessions

Primary LanguageJupyter Notebook

Numerical Methods

A number of laboratory sessions for University class of Numerical Methods in Scientific Computing.

Dependencies

Python 3, numpy, scipy, matplotlib, ipython.

Notebooks

Launching Jupyter Notebook (IPython notebook)

Open terminal and launch:

$ ipython3 notebook --ip=0.0.0.0 --port=8080 --no-browser

Shutdown:

Using terminal with jupyther launched, press Ctrl + C or Cmd + C, then "y".