Skip to content
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.

umd-lhcb/student-project-summer-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

student-project-summer-2022

Project for 2022 summer high school students.

Installation

Make sure you have cloned the project via the git (SSH) protocol.

Linux

  1. Install nix:

    $ sh <(curl -L https://nixos.org/nix/install) --daemon
    
  2. Adding the following lines to /etc/nix/nix.conf with sudo permission:

    experimental-features = nix-command flakes
    
  3. In the project root directory, type nix develop

    Wait until the process is finished.

macOS and Microsoft Windows

  1. Install anaconda

  2. Create an isolated environment and install dependencies:

    conda env create -f environment.yml
    
  3. Enter the specified conda environment:

    conda activate student-project-summer-2022
    

Usage

Invoke jupyter with the following command:

jupyter lab

About

Project for 2022 summer high school students

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published