Mac 安装Jupyter Notebook
Mac 安装Jupyter Notebook
安装
pip install --upgrade pip pip install jupyter
使用
在工作目录中运行:
python -m IPython notebook
可以在浏览器8888端口访问notebook
安装
pip install --upgrade pip pip install jupyter
使用
在工作目录中运行:
python -m IPython notebook
可以在浏览器8888端口访问notebook