Install Jupyter python with conda, pip

Table of Contents

Install Jupyter python with conda, pip

Install Jupyter python with conda, pip

JupyterLab

JupyterLab

Install with conda

conda install -c conda-forge jupyterlab

Install with pip

pip install jupyterlab

Run JupyterLab

jupyter-lab

Jupyter Notebook

Jupyter Notebook

Install with conda

conda install -c conda-forge notebook

Install with pip

pip install notebook

Run JupyterLab

jupyter notebook


Tham khảo

Leave a Reply

Your email address will not be published. Required fields are marked *