CentOS7 下安装 Jupyter
JupyterLab
Install JupyterLab with pip:
1 | pip3 install jupyterlab |
Once installed, launch JupyterLab with:
1 | jupyter lab |
Jupyter Notebook
Install the classic Jupyter Notebook with:
1 | pip install notebook |
To run the notebook:
1 | jupyter notebook |
Example
1 | # 1. generate config |