Skip to content

pisan382/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Chess AI Notebook

This repository contains a Jupyter Notebook for experimenting with chess AI.

How to Run the Notebook

  1. Install Jupyter Notebook

    • If you don't have Jupyter installed, you can install it using pip:
      pip install notebook
  2. 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.
  3. 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.ipynb to open the notebook.
  4. Run the Notebook

    • Run each cell in order (Shift+Enter) to execute the code.

Notes

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors