News Photo

Set up Jupyter server on AWS (Amazon Web Services)

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 :

    1. c.NotebookApp.ip = '0.0.0.0’'
    2. c.NotebookApp.allow_remote = True
    3. c.NotebookApp.port = 8888
    4. c.NotebookApp.password = (encoded value)
    5. c.NotebookApp.open_browser = False

    run: jupyter notebook 

    ctrl+z

    bg

    disown

    Share This News

    Comment

    Ready to find out more?