Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| technical:python [2020/08/17 17:22] – [Python 3.8] chunchung | technical:python [2026/01/26 13:45] (current) – [Python with jupyter-lab] chunchung | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======Python with jupyter-lab====== | ======Python with jupyter-lab====== | ||
| + | Add the conda-forge channel by running: | ||
| + | <code bash> | ||
| + | conda config --add channels conda-forge | ||
| + | </ | ||
| + | Then, install jupyterlab: | ||
| <code bash> | <code bash> | ||
| - | conda install notebook | ||
| - | conda install matplotlib | ||
| conda install jupyterlab | conda install jupyterlab | ||
| - | conda install -c conda-forge jupyter_contrib_nbextensions jupyter_nbextensions_configurator | ||
| </ | </ | ||
| + | Useful packages: | ||
| + | <code bash> | ||
| + | conda install jupyter-ruff | ||
| + | </ | ||
| + | |||
| - | =====Python 3.8===== | + | =====Create environment for different python version===== |
| + | * This uses version 3.8 as example. However, python 3.8 is now available from Anaconda | ||
| <code bash> | <code bash> | ||
| conda update -n base -c defaults conda | conda update -n base -c defaults conda | ||
