Skip to content

Latest commit

 

History

History
60 lines (51 loc) · 1.66 KB

README.md

File metadata and controls

60 lines (51 loc) · 1.66 KB

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.