


- #Install soundconverter ubuntu install
- #Install soundconverter ubuntu update
- #Install soundconverter ubuntu upgrade
mo GET YOUR VPS jupyter notebook -generate-config Now, we need to generate a config file for Jupyter Notebook settings with the following command:
#Install soundconverter ubuntu install
The output should look like this: (jupyter-venv) pip install -upgrade pip
#Install soundconverter ubuntu upgrade
The pip3 command will download the jupyter files and will install the required requirements for it.Įxecute the following command to upgrade the pip3 before installing Jupyter Notebook. We are already in the virtual environment from the previous step: (jupyter-venv) Jupyter Notebook can be installed with the pip3 command. (jupyter-venv) move to the last step of this tutorial, about installing the Jupyter Notebook in the virtual environment. Once the virtual environment is created, we need to activate it with the following command: source jupyter-venv/bin/activateĪfter the activation, the command prompt should look like this: source jupyter-venv/bin/activate To do that, follow the commands below: cd /opt Now, when Python3 is installed, we are ready to create a virtual environment for our Jupyter Notebook application. You should receive the following output: python3 -V

To do that, execute the following commands: sudo apt install python3 python3-pip python3-venv -yĪfter installation, you can check the installed version of Python with the following command: python3 -V

Since Jupyter Notebook is written in Python, we need to install Python3 and its extensions.
#Install soundconverter ubuntu update
sudo apt-get update -y & sudo apt-get upgrade -y Step 2. User privileges: root or non-root user with sudo privilegesīefore we start with the installation, we need to update the system packages to the latest versions available.
