Using Jupyter Notebooks - Computer Science

If Jupyter is not installed in your environment, you must install it. The easiest way is to use the Python installer, pip: $ sudo pip3 install jupyter (If pip3 is not installed, you can fall back to this command: $ sudo python3 -m pip install jupyter which works in most versions of python3.) After downloading and installing several packages ... ................
................