

Here we show you simple ways to install Jupyter on Ubuntu 20.04 LTS (Focal Fossa). In this guide, we’ll show you how to Install Jupyter Notebook on Ubuntu 20.04 LTS.

They are there for a reason.How to install Jupyter Notebook on Ubuntu 20.04 to share live code with others. In general, you should try to resolve warnings in your code. maybe one or two about variables being clobbered, or an option or class being renamed in a future release). Your code should give minimal warnings (e.g. Unlike languages like C, Python's warnings are generally quite readable. Some of these are due to unsafe practices or deprecated behavior. Warnings in your codeĭepending on what version of Python you are using (and what version of the corresponding packages), you may see some warnings. If you need such a package, you can use a virtual machine or a computer with the appropriate operating system. Note that not all packages are pre-packaged for all platforms (or will build on all platforms). Intel MKL support, which can boost performance. It is preferable to use conda, since the packages are often built with things you may not have at home, e.g. If you are using Anaconda, start by using conda and failing that, use pip. XCode on Mac OS X or the “Development Tools†option on many Linux distributions or appropriate version of Microsoft Visual Studio and/or MinGW on Microsoft Windows) to use pip.Īll methods (conda, pip) will resolve dependencies. Note that you may need a development toolchain (e.g. Once installed, you can open a terminal and run (*nix/Mac OS X users)įor the current user. We still recommend you install and use Anaconda, as the system install of Python will not come with many of the packages we will need for this course and may change depending on operating system updates.

If you are a *nix or Mac OS X user, note that your system likely ships with a Python install. You may need you to manually install some packages using the built-in package manager (detailed below). These Python distributions contain most of what you will need for the course. We recommend you install Continuum Anaconda with Python 3 (do not install the Python 2 version or miniconda – they are not suitable for this course if you have the Python 2 version installed, see the Anaconda documentation on how to setup a Python 3 environment). Assignments will be distributed as Jupyter Notebooks (formerly known as IPython Notebooks). In this course, we will be making use of Python 3 and several freely available packages for big data.
