Skip to content

jabandersnatch/ba_airbnb

Repository files navigation

For running this notebook, you need follow the steps below:

1. Create a virtual environment

1.1 For Linux and Mac

python3 -m venv venv

1.2 For Windows

python -m venv venv

2. Activate the virtual environment

2. For Linux and Mac

source venv/bin/activate

2.2 For Windows

venv\Scripts\activate

3. Install the requirements

pip install -r requirements.txt

4. Run the notebook

jupyter notebook

5. Deactivate the virtual environment

deactivate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published