Skip to content

EmpaEconversion/ryan

Repository files navigation

ryan

Repository to host a pipeline for electrocatalysis CO₂ reduction data analysis and ML

Windows Setup (PowerShell + uv + Jupyter)

These steps are for Windows using PowerShell.

  1. Install Python, Git, and uv

Install uv with:

pip install uv

Close and reopen PowerShell after installing.

  1. Move to the folder where you want to keep this repo:
cd C:\path\to\your\projects
  1. Clone the repository:
git clone https://github.com/NukP/ryan.git
  1. Enter the project folder:
cd ryan
  1. Create a virtual environment:
uv venv
  1. Activate the virtual environment:
.\.venv\Scripts\activate
  1. Install dependencies from pyproject.toml / uv.lock:
uv sync
  1. Register the environment as a Jupyter kernel:
python -m ipykernel install --user --name "ryan" --display-name "ryan"
  1. Select this kernel in VS Code:
  • Open a notebook (.ipynb).
  • In the top-right corner, select Select Kernel.
  • Choose Select Another Kernel....
  • Choose Jupyter Kernel....
  • Select ryan.

If ryan does not appear, refresh the kernel list or restart VS Code.

About

Repository to host a pipeline for electrocatalysis CO2 reduction data analysis and ML

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors