Matt McKay
Matt McKay
Python has a pretty clever automatic memory manager (depending on who you ask) that takes responsibility for managing python's memory use by allocating and de-allocating memory that is used to...
To download a file from GitHub, such as the assignment PDF. 1. Go to the `assignments/` folder 2. Click on the assignment that you want (i.e. `assignment-1.pdf`) 3. Click on...
This PR was initiated by @cadr and just making a local branch version here for additional updates: - [x] pin `msyt-nb` to `0.16` - [x] update `sphinx-jupyterbook-latex` to support improvements...
Improve the template for the modified Jupyter `template/page.html`. 1. Wider margins and improved formatting of the header text for Econometric Theory
The current `t2.medium` seems to work well with current traffic loads. Perhaps we should purchase 1 Year of t2.medium reserved instance to save ~35% on the cost.
Write a Wiki article for: 1. Updating Docker image, stopping current services, and starting new docker image with orchestration etc.
All notebooks currently run - but this deprecation notice needs to be attended to during the next update ``` UserWarning: axes.color_cycle is deprecated and replaced with axes.prop_cycle; please use the...
The aim of todays brief **hardware** discussion was to provide some insight into the interface that sits between our programming languages and the underlying machine that we run our programs...
**Information for Interested Students** There are generally considered 4 phases to GCC compilation for C programs in Linux 1. Pre-Processing 2. Compilation 3. Assembly **[Shown in Class]** 4. Linking The...
You can enable copy and paste between the HOST OS (OS X or Windows) and your Ubuntu Virtual Machine by following the steps: 1. Run you Virtual Machine 2. Go...