How to Install and Configure Jupyter Notebook

7 Views
Published
In this video, we demonstrate how to install and configure Jupyter Notebook

Commands used:
apt update -y
python3 -m venv jupyter
source jupyter/bin/activate
python3 -m pip install jupyter
jupyter notebook --allow-root
ssh -L 8000:localhost:8888 root@ubuntu1804.awesome.com
(Replace the hostname in the above command with the IP or the hostname of your remote server.)
ssh -L 8000:localhost:8888 root@ubuntu1804.awesome.com
source jupyter/bin/activate
jupyter notebook --allow-root

The related article for this article can be found here: https://www.liquidweb.com/kb/how-to-install-and-configure-jupyter-notebook/

For more information about this and other topics, visit us at https://www.liquidweb.com/kb/ or
For more information on VPS visit: https://www.liquidweb.com/products/vps/ to learn more about our current specials!

Video by: Justin Palmer
Category
Liquid Web
Tags
liquidweb, datacenter, web
Be the first to comment