Skip to content

bioAI-Oslo/emergent-grid-cells

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOI

emergent-grid-cells

Create and install Conda env from .yml file:

$ conda env create -f environment.yml

Activate conda environment:

$ conda activate ml

Add anaconda environment to ipykernel:

$ python -m ipykernel install --user --name=ml

Source: https://medium.com/@nrk25693/how-to-add-your-conda-environment-to-your-jupyter-notebook-in-just-4-steps-abeab8b8d084

To update environment.yml packages / Save a Conda environment (cross-platform compatible, with python version):

$ conda env export --from-history > environment.yml