DSA & MUII Wiki
  • Home
  • Overview
  • How Tos
  • Code Platforms
  • Tech Glossary
  • Compute Resources
Sign in Subscribe

python

A collection of 2 posts
Install conda packages locally
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.
30 Jan 2019
Install Python Packages Locally
python

Install Python Packages Locally

Below is code that can be inserted into a cell of a Jupyter notebook to install python packages. #Define PIP Installer import pip def install(package): pip.main(['install','--upgrade', package]) #Notebook Requirements install('pip') install('jinja2') Alternatively, you can use the
03 Oct 2018 1 min read
Page 1 of 1
DSA & MUII Wiki © 2025
Powered by Ghost