Notes on stuff I'm studying, mostly for my own reference, but also to help others who might be learning the same things.
Feel free to reach out if I got something wrong or if you have suggestions for improvements.
✨✨✨
To read most of the content, you need to use Jupyter Notebook. You can have it installed via Anaconda or pip.
pip install jupyterlabThere are two main ways you can follow:
-
Browse the repository directly: You can navigate through the folders and files to find topics that interest you. This repo uses submodules to include content from my other repositories, so you can follow instructions in the README files of those submodules for more details.
-
Clone the repository with submodules: If you want to have a local copy of the entire repository including all submodules, you can clone it using the following command:
git clone --recurse-submodules https://github.com/yarxna/dumpo
Then you can either start from the
Summary.ipynb(jupyter notebook Summary.ipynb) file to get an overview of the contents or navigate through the folders as you prefer (withjupyter notebookonly).
Feel free to open issues, specially if you know how to center mermaid diagrams 🫠.