Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 445 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 445 Bytes

Run Notebook

1- Run using google collab -

  • Download notebook, and datasets.
  • Use google colab, upload notebook and data and run.

2- Using Vs code editor -

  • clone reporsitory
  • open in VS code, install Jupyter extension aand run the notebook.

2- Using Jupyter CLI -

  • Install Jupyter on system
  • got to the project folder and run 'Jupyter notebook'
  • It will run on localhost on port 8888.
  • then you can run any notebook.