JupyterLab Install JupyterLab with pip:
pip install jupyterlabNote: If you install JupyterLab with conda or mamba, we recommend using the conda-forge channel.
Once installed, launch JupyterLab with:
jupyter lab
字符串
字符串字面量
字符串字面量是用一对双引号括起来的字符序列。 例:"When you come to a fork in the road,take it."
延续字符串字面量
如果发现字符串字面量太长而无法放置在单独一行以内,只要把第一行用字符 \ 结尾,那…