This is a portfolio of solutions to Project Euler problems implemented as Julia language Notebooks. My hope is that these can serve as examples for using the Julia language for learning mathematics and programming, and also as an example for configuring and using the technologies involved. There is also a little LaTeX scattered around in the notebooks.
View on GitHub
The canonical home for this project is this GitHub repository. It is possible to see the notebooks here, but the display is much less robust. Use this version to get your own copy of the code and to get some insight into how it was created by browsing the history.
View on nbviewer.jupyter.org
This is the easiest option if you just want to view the notebooks. The display will be much better than on GitHub.
Run on Binder
Use this option if you want to modify the code without installing anything on your computer.
These are the expert options. Start by cloning the repository.
git clone https://github.com/robireton/math-capstone.git
If you already have a way to view/run .ipynb
notebook files and have Julia installed, you should be good-to-go.
Otherwise, you can run the Jupyter server in a Docker container by installing Docker and then running:
docker-compose up
in the cloned folder. You can create a .env
file if you want to set a password or run at a particular path.