Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi Andrew,
Thanks, it’s work. I’ve use conda package.
BTW is there any tips or tutorial how to access the jupyter notebook via domain or url ?
Andrew-
This works great. In my notebook I was reading some local csv files into a dataframe, but I’m having a little trouble figuring out how to configure the path when I’m running the notebook on my droplet but accessing it with a local browser. Do I need to include the http address or the port or something?
Thanks!
Hi,
I am unable to run the notebook. Terminal returns: No web browser found: could not locate runnable browser.
Executed all the instructions correctly, installed the needed packages as well as SSH tunnelling.
Please help!
Thanks Ed
Why does pip install ipython not work on ubuntu on do? Why does it need to be installed using apt-get instead of pip? Thanks.
On installing jupyter i got this error,
Command “/usr/bin/python -u -c “import setuptools, tokenize;file=‘/tmp/pip-build-1lNXre/scandir/setup.py’;f=getattr(tokenize, ‘open’, open)(file);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))” install --record /tmp/pip-nMINfY-record/install-record.txt --single-version-externally-managed --compile” failed with error code 1 in /tmp/pip-build-1lNXre/scandir/
how to resolve it please tell me.
Hi,
Great tutorial so far! But i get an error.
I have done everything above, but when i try to create a SSH Tunnel, it returns with an error: “Permission denied (publickey).” I am pretty new to unix systems. I tried to create the tunnel first as my new user and afterwards as root user. Both get the same error.
I have followed all steps from this previous tutorial: https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-16-04
I have added public key authentication for my user also. I have no idea why it is not working.
This site can’t be reached 162.243.93.44 refused to connect.
On my local machine I type ** ssh -L 9000:162.243.93.44:8888 jschull@162.243.93.44 ** this connects happily to my remote machine: Last login: Wed May 3 04:38:37 2017 from 50.49.135.135
so I type
jupyter notebook --no-browser
Jupyter says **jschull@enable-upy:~$ jupyter notebook --no-browser [I 04:43:28.093 NotebookApp] Writing notebook server cookie secret to /run/user/1000/jupyter/notebook_cookie_secret [I 04:43:28.453 NotebookApp] Serving notebooks from local directory: /home/jschull [I 04:43:28.453 NotebookApp] 0 active kernels [I 04:43:28.453 NotebookApp] The Jupyter Notebook is running at: http://localhost:8888/?token=f1c6936414f78b7f26a817e00b582d16628cd5b34bd48f50 [I 04:43:28.454 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation). [C 04:43:28.454 NotebookApp]
Copy/paste this URL into your browser when you connect for the first time,
to login with a token:
http://localhost:8888/?token=f1c6936414f78b7f26a817e00b582d16628cd5b34bd48f50**
So using chrome on my Mac, I go to http://162.243.93.44:9000/?token=d90621ffad0444d91baca05097f5c3096189a68fe99f90ef
Sadly the browser says **This site can’t be reached
162.243.93.44 refused to connect. **
This makes me sad too ;-/
`Hi ! Thanks for the tutorial. :)
I have the same issue as jonschull…
I have followed the explanation step by step.
I entered:
jupyter notebook --no-browser
On the terminal, everything seems to be working and I receive the following message:
Copy/paste this URL into your browser when you connect for the first time,
to login with a token:
http://localhost:8890/?token=...
I copy-pasted the link in my browser to access Jupyter Notebook… but I receive the following
“Firefox ne peut établir de connexion avec le serveur à l’adresse localhost:8890” (cannot establish connection)
Could someone explain to me what I am doing wrong?
Thanks,
Vincent