Jupyter Notebook is an open source, interactive web app that you can use to create documents that contain live code, equations, visualizations and explanatory text. Jupyter Notebook supports more than 40 programming languages. In this tutorial, we’ll show you how to install Jupyter on an Ubuntu 16.04 VPS. First of all, log in to your Ubuntu 16.04 VPS via SSH as user root: ssh root@IP_address and start a new screen session screen -U -S jupyter Install Python and Pip Make sure your OS package list and the OS packages are up to date by running the following commands: apt-get update […]
↧