Jupyter Lab Config on Raspberry Pi

Posted by Ziran on November 20, 2018

To activate this environment, use

 $ conda activate base
 $ conda activate tensorflow

树莓派: source activate tensorflow

To deactivate an active environment, use

 $ conda deactivate

树莓派: source deactivate tensorflow

conda install jupyter notebook conda install jupyterlab

jupyter notebook –ip=0.0.0.0 –no-browser –allow-root jupyter lab –ip=0.0.0.0 –no-browser –allow-root

不输出日志 jupyter lab –ip=0.0.0.0 –no-browser –allow-root >/dev/null 2>&1 & jupyter lab >/dev/null 2>&1 &