Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tschoffelen/aoc-2023

My Advent of Code 2023 solutions
https://github.com/tschoffelen/aoc-2023

advent-of-code aoc2023

Last synced: 16 days ago
JSON representation

My Advent of Code 2023 solutions

Awesome Lists containing this project

README

        

# Advent of Code 2023

This year I decided to stick with what I know best - Javascript, specifically JS running in Node 18.

## Notebook setup

To simplify my debugging setup, and finally experiment with something I have been thinking about a bit, I set
out to set up Jupyter Notebooks (using the VSCode integration) to run Node.js code.

In order to do so, I installed the [IJavascript](https://github.com/n-riesco/ijavascript) kernel,
which allows Jupyter to run Javascript:

```shell
brew install jupyter
npm install -g ijavascript
ijsinstall
```