Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In our notebook, we can write out a simple a python command that will list available packages:

After writing this command, we hit the “play” button to run this cell:

list.png

Click on the package list image to the right to see output

At first glance, it looks rather comprehensive. We have a long list of software packages available to us. This is misleading. These packages are all needed simply to run Jupyter.

Most software we’d need to perform even more simple and common activities for our research would still need to be installed or made available somehow.

...