- sudo apt install python-virtualenv
- virtualenv -p python3.5 venv
- . ./venv/bin/activate
- pip install jupyter
Start up- jupyter notebook; ou
- jupyter notebook --no-browser; ou
- jupyter notebook --no-browser --ip=0.0.0.0:8888
- sudo apt install python-virtualenv
- virtualenv -p python3.5 venv
- . ./venv/bin/activate
- pip install jupyter
Start up- jupyter notebook; ou
- jupyter notebook --no-browser; ou
- jupyter notebook --no-browser --ip=0.0.0.0:8888
Comentários