This repository contains a Jupyter Notebook for experimenting with chess AI.
-
Install Jupyter Notebook
- If you don't have Jupyter installed, you can install it using pip:
pip install notebook
- If you don't have Jupyter installed, you can install it using pip:
-
Install Required Python Packages
- Open the notebook and check the first code cell for a list of required packages. Install them using pip, for example:
pip install -r requirements.txt
- If there is no
requirements.txt, install packages as you encounter import errors.
- Open the notebook and check the first code cell for a list of required packages. Install them using pip, for example:
-
Start Jupyter Notebook
- In your terminal, navigate to the project directory:
cd /Users/pisan/bitbucket/pisan382/chess - Start Jupyter Notebook:
jupyter notebook
- This will open a browser window. Click on
chess_ai.ipynbto open the notebook.
- In your terminal, navigate to the project directory:
-
Run the Notebook
- Run each cell in order (Shift+Enter) to execute the code.
- Make sure you are using a compatible Python environment (Python 3.7+ recommended).
- If you encounter missing package errors, install them using pip and restart the kernel.
For any issues, please open an issue or contact the repository maintainer.