CMLDA

Repository for the course Computational Mathematics for Learning and Data Analysis.

Installation

These steps are for MacOS, with brew and python3 already installed.

Installing Julia

brew install julia

Installing JupyterLab and IJulia kernel

IJulia kernel

Inside the julia REPL:

using Pkg
Pkg.add("IJulia")

A simple notebook experience can be obtained by simply running noteboot(), which will install in a separate conda environment the needed python packages.

JupyterLab

A separate environment with virtualenv or virtualenvwrapper is recommended.

pip install jupyterlab

Running

To run simply start the notebook with jupyter lab , the julia kernel should be automatically detected.

Description
No description provided
Readme 60 MiB
Languages
MATLAB 41.9%
Julia 34%
TeX 17.7%
Python 6.4%