Mattermost: a promising alternative to Slack ?
Matured and self hosting - meaning I own my data.
more ...Matured and self hosting - meaning I own my data.
more ...Select a code cell, open browser’s JavaScript console, type and execute the following lines:
var cell = Jupyter.notebook.get_selected_cell();
var config = cell.config;
var patch = {
CodeCell:{
cm_config:{lineNumbers:true}
}
}
config.update(patch)
Then reload the page. These changes will be saved in .jupyter/nbconfig
. See Configuring the notebook frontend …
It looks it would be easier to go through The Little Schemer first before pick up SICP, so here we go.
atom
is the most basic building block, it could be a letter, a string of digits, a string of characters. Examples:
a
1492
atom
*abc$
list
is one or …
My PC has been set up as Windows/Linux dual boot since the beginning, I use grub to manage the booting, and because I use Clonzilla to backup my Windows partition (so I can easily restore to the original perfect state whenever I messed up my Windows), I install grub …
more ...