kymbrik
9/20/2019 - 9:46 AM

Запуск jupyter

sudo iptables -I INPUT -p tcp --dport 4013 -j ACCEPT
conda install numpy scikit-learn matplotlib pandas openpyxl jupyter
nohup  jupyter notebook --ip=46.4.102.50 --port=4012 --NotebookApp.token='' --allow-root &