install juyptar

C++
conda install -c conda-forge notebook
# Install a pip package in the current Jupyter kernel
import sys
!{sys.executable} -m pip install numpy
pip install jupyterlab
Source

Also in C++: