.ipynb
file. Then, click Open. The notebook will appear in the left-hand menu.
conda list
command. If you want to view the packages of a specific environment, run the command conda list -n <ENV_NAME>
. If you need to see a list of available environments, you can run the conda env list
command. An asterisk will appear next to 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 Notebooks On-prem, 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: