MetPy Mondays #3 - Conda Environments

preview_player
Показать описание
This week we show you how to encapsulate your workflows with Python Environments. If you've ever been frustrated changing your path to switch between Python 2.7 and 3, this MetPy Monday will solve your problem!

Рекомендации по теме
Комментарии
Автор

Very clear and concise instruction. Thanks for the excellent tutorial!


For those who copy/pasted the `environment.yml` file, be sure all of the headers (eg name:, channels:, dependencies:) start on the same column.

lucasgoodding
Автор

Sorry, the command "vi environment.yml" doesn't work, my anaconda says "The term 'vi' is not recognized as the name of a cmdlet, function, script file, or executable program.", what can I do?

I hope you can answer

danielvaldovinos
Автор

The 'vi environment.yml' command to create an environment from a yml file no longer works. You will have to use 'conda env create -f environment.yml' (I might be wrong, this is just what solved my problem by googling it)

jacobp
Автор

Hi, How could I add nbextensions and obextensions_configurator in the .yml file? I'd like to add the auto-complete function in notebook. Thanks a lot in advance.

fengfan