...
 
Commits (5)
...@@ -52,4 +52,5 @@ A computational document (presentation of data + calculation code): ...@@ -52,4 +52,5 @@ A computational document (presentation of data + calculation code):
- careful with cell running, the environment is not changed for other cells. better run the whole document. - careful with cell running, the environment is not changed for other cells. better run the whole document.
- lsmagic = lists commands useful in some cases (ex. to plot data). - lsmagic = lists commands useful in some cases (ex. to plot data).
- turning on a language works cell-wide (see %%... in lsmagic output). - turning on a language works cell-wide (see %%... in lsmagic output).
\ No newline at end of file - https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"2+22" "2+22+3"
] ]
} }
], ],
......