S Jaffa
S Jaffa
In my experience teaching this course to University researchers (PhD and staff) across all disciplines, we get very few or no Linux users, probably a 50/50 split of Mac and...
@bkmgit I think including `-n` in the instructions is a good idea, but I think it would be good to change the text to say something like, "You can sort...
Currently using `apt-get` gives Ruby 2.7.0, but when I then `make serve` I get an error because the Gemfile specifies Ruby>=2.7.1, so it is now necessary to either use an...
I'm getting this too, is there an estimate for when it will be fixed, or a workaround if that is a while away? I have Docker version 27.1.1 and Docker...
Fixed for me by upgrading to Docker version 27.2.1 with buildx v0.16.2
A Jupyter notebook's underlying structure is [a JSON file](https://nbformat.readthedocs.io/en/latest/format_description.html#notebook-file-format) containing a list of cells. Example: ``` { "cells": [ { "cell_type": "markdown", "id": "9b216162", "metadata": {}, "source": [ "First markdown...