conda Install conda packages locally Below is code that can be installed into a code cell of a jupyter notebook to install conda packages. !conda install opencv Please note that once your container stops and restarts this will reset any change in the environment. Your packages will not persist after a session restart.
R Install R Packages Locally To install an R Package, insert the below into a code cell. install.packages("rtweet") Please note that once your container stops and restarts this will reset any change in the environment. Your packages will not persist after a session restart.
jupyterhub How to reset a Jupyter notebook(to resolve kernel crashes) A guide to clearing the output of Jupyter notebooks when the results of a code cell makes them unresponsive.