JetPack 3.3, TensorFlow1.10
cuDNN v7.1.5
CUDA 9.0
Python 2.7 and Python 3.5
TensorRT 4.0 GA
1、bash: ./install.sh;Permission denied
chmod +x install.sh
2、Installing Jupyter with pip
As an existing or experienced Python user, you may wish to install Jupyter using Python’s package manager, pip, instead of Anaconda.
If you have Python 3 installed (which is recommended):
python3 -m pip install --upgrade pip
python3 -m pip install jupyter
If you have Python 2 installed:
python -m pip install --upgrade pip
python -m pip install jupyter
Congratulations, you have installed Jupyter Notebook! To run the notebook, run the following command at the Terminal (Mac/Linux) or Command Prompt (Windows):
jupyter notebook
3. Install IPython
To install IPython, run the following command:
apt-get -y install ipython