Versions Compared

Key

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

This page describes both global and user command-line Python environments, and the Python environment available in the JupyterHub server web application. It does not address user-configured conda environments.

Table of Contents

System and JupyterHub server Python versions

...

Understanding Python add-on packages

Globally installed Python packages are available to any Python command-line environment of a compatible version. To see which Python packages are installed, along with their versions, use pip2 list or pip3 list. Similarly, user-installed packages can be viewed using pip2 list --user or pip3 list user.


About R and R Studio Server#RandRStudioServerversions


Unlike the R environment, where user-installed packages

Troubleshooting other JupyterHub server issues

...