Go to anaconda web page and copy link to downloading installation file
run: command: wget (link)
run: bash (downloaded file)
run: export PATH="/home/ec2-user/anaconda3/bin:$PATH"
create password for notebook :
Go to anaconda web page and copy link to downloading installation file
run ipython
in ipython input: from IPython.lib import passwd
than: passwd()
type password twice
copy encoded password value
leave ipython
run: jupyter notebook --generate-config
edit configuration file :
run: jupyter notebook
ctrl+z
bg
disown
Share This News