- PySpark Cookbook
- Denny Lee Tomasz Drabas
- 75字
- 2021-06-18 19:06:32
How to do it...
If you do not have pip installed on your machine, you will need to install it before proceeding.
- To do this, open your Terminal and type (on macOS):
curl -O https://bootstrap.pypa.io/get-pip.py
Or the following on Linux:
wget https://bootstrap.pypa.io/get-pip.py
- Next, type (applies to both operating systems):
python get-pip.py
This will install pip on your machine.
- All you have to do now is install Jupyter with the following command:
pip install jupyter
推薦閱讀
- GraphQL學(xué)習(xí)指南
- 零基礎(chǔ)學(xué)Java程序設(shè)計(jì)
- Mastering KnockoutJS
- C語(yǔ)言課程設(shè)計(jì)
- Getting Started with React Native
- FFmpeg開(kāi)發(fā)實(shí)戰(zhàn):從零基礎(chǔ)到短視頻上線
- Getting Started with Polymer
- OpenCV with Python Blueprints
- Struts 2.x權(quán)威指南
- 深入分析GCC
- Visual C++開(kāi)發(fā)寶典
- Python深度學(xué)習(xí)(第2版)
- C/C++程序設(shè)計(jì)教程
- TypeScript High Performance
- 微服務(wù)設(shè)計(jì)