Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 705 Bytes

File metadata and controls

15 lines (11 loc) · 705 Bytes

How to execute

$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python3 -m ipykernel install --user --name=regression
$ jupyter notebook

After following the steps above, the link to access the Jupyter Notebook will be displayed in your terminal. Enter this URL when selecting the Kernel of your Notebook and execute the tasks.

Make sure you have the following extensions in VSCode: ms-toolsai.jupyter, ms-toolsai.jupyter-renderers, ms-toolsai.jupyter-keymap, and jithurjacob.nbpreviewer

If you have any questions, access this link to run in VSCode.