Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayushsubedi/advent_of_code
Advent of Code 2022
https://github.com/ayushsubedi/advent_of_code
Last synced: 9 days ago
JSON representation
Advent of Code 2022
- Host: GitHub
- URL: https://github.com/ayushsubedi/advent_of_code
- Owner: ayushsubedi
- Created: 2022-12-02T06:59:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T14:08:59.000Z (about 2 years ago)
- Last Synced: 2024-11-09T12:31:38.503Z (2 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code #Python
# Installation
#### Clone the repository
`https://github.com/ayushsubedi/advent_of_code`
#### CD into the cloned directory and create a virtualenv
`python -m venv env`
### Enable virtualenv (mac/linux)
`source env/bin/activate`
### Install dependency packages from requirements.txt
`pip install -r requirements.txt`
### Add your Advent of Code session ID in .env file (use .env_sample as template)
### Run jupyter lab
`jupyter-lab`