anaconda3-activate
jupyter-notebook
But there are a few global environments with other kernels:
conda env list
| environent | kernel | notes |
|---|---|---|
| base | Python 3 | standard environment |
| go | Go | |
| R | R | with tidyverse and RStudio |
| julia | Julia | |
| matlab | MATLAB | MATLAB Integration for Jupyter |
| octave | Octave | Xeus Octave |
| sparql | SPARQL |
Activate an environment:
anaconda3-activate
conda activate R
jupyter-notebook
conda deactivate
| Go | download |
| Julia | download |
| Matlab | download |
| Octave | download |
| Python | download |
| R | download |
| SPARQL | download |