## JupyterLab:
# Install with conda:
conda install -c conda-forge jupyterlab
# Install with pip:
pip install jupyterlab
# Run JupyterLab:
jupyter-lab
## Jupyter Notebook:
# conda:
conda install -c conda-forge notebook
# pip:
pip install notebook
# Run JupyterLab:
jupyter notebook
## Voilà
# conda:
conda install -c conda-forge voila
# pip:
pip install voila










网友评论