.ipynb
file. Then, click Open. The notebook will appear in the left-hand menu.
conda list
. To view packages in a specific environment, run conda list -n <ENV_NAME>
. To see a list of available environments, run conda info --envs
. An asterisk appears beside your current (active) environment.
!conda env list
)..conda/tokens
and .config/binstar
directories and has a lifespan of thirty days.
If you are receiving a 401 HTTP error, it is likely your token has expired. Log out from Team Notebooks, then log back in. This will refresh your token.
If you are receiving a 403, talk to your administrator to ensure you have the appropriate roles and permissions associated with your token.
libcrypt.so.1
error post installationlibxcrypt-compat
, which causes nginx services to error when starting.
To correct this error, install the libxcrypt-compat
package on your JupyterHub server by running the following command: