JUPYTERLAB USER CHEATSHEET

conda install -c conda-forge jupyterlab In terminal, type conda install -c conda-forge jupyterlab conda install r-essentials START - select Anaconda Prompt, type jupyter lab In Terminal, type jupyter lab Select “+” icon in top left corner Under Notebook, select Python 3 icon In cell, type print (“Hello World”) ................
................