Skip to content

Ejercicios de la asignatura métodos numéricos en la uniamazonia

Notifications You must be signed in to change notification settings

smaje99/numerical-methods-udla

Repository files navigation

Numerical Methods

In this repository you can find all the methods related to the Numerical Methods subject of the Universidad de la Amazonia.

The thematic content consists of:


Setup

Step 1. Clone the repository.

git clone https://github.com/smaje99/numerical-methods-udla.git

Step 2. Create the virtual environment and install the libraries.

py -m venv venv
venv\Scripts\activate
pip install -r requirements.txt

Step 3. Create the kernel for Jupyter Notebook.

python -m ipykernel install --user --name venv --display-name "Python (Numerical)"
deactivate

Step 4. Run Jupyter Notebook

jupyter notebook

This commands are set to work on Windows.