Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Walks

Requirements

You should have the uv tool installed on your system. This tool is used to manage the virtual environment and run the Jupyter Lab server for us.

Installation

Clone the repository and install the dependencies:

git clone git@github.com:Perer876/random-walks.git
cd random-walks

Usage

Install the virtual environment as a kernel in the Jupyter Lab server. You can later select the kernel from the Jupyter Lab server.

uv run ipython kernel install --user --env VIRTUAL_ENV .venv --name=project

To start the Jupyter Lab server, run the following command:

uv run --with jupyter jupyter lab

The Jupyter Lab server will start on http://localhost:8888.

Development

Formatting

To format the code, run the following command:

uvx ruff format

About

HW 2 - Random Walks

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages